#main {
	background: #FFFFFF;
	width: 600px !important;
	}

#mainbody {
	background: #FFFFFF;
	width: 585px !important;
	min-height:400px;
	padding-left:10px;
	position: relative;
	}

.bodytext {
    font-family: Veranda, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: black;
	}

a {
    text-decoration:none;
    color:#663399;
    }


.center { 
    text-align: center;
    }

table.center { 
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
	
h2 {
	font-family: Veranda, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: black;
	}

h3 {
	font-family: Veranda, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
	}

.nobullets {
	font-family: Veranda, Helvetica, Arial, sans-serif;
	color: black;
	text-decoration: none;
	font-size: 12px;
	list-style-type: none;
	list-style-position: default;
	}

.header { 
	background-image: url(images/menutitle_01.gif); 
	width: 585px;
	height: 128px;	
	background-repeat: no-repeat;
	padding: 0;
	border-width: 0;
	}

.menu {
	text-align: center;
	text-transform: inherit;
	background-image: url(images/menutitle_02.gif);
	width: 585px;
	background-repeat: no-repeat;
	padding: 0;
	border-width: 0;
	}

.menulink {
	font-family: Veranda, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	}
	
.nomargins {
	padding: 0;
	border-width: 0;
	margin: 0;
	}

#dropmenudiv {
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	}

/*hover background color*/
#dropmenudiv a:hover { 
	background-color: white;
	}

#footer2 {
	height: 25px;
	width: 767px;
	line-height: 25px;
	background: url(images/footer.gif);
	clear: both;
	}
	
#footer {
	height: 25px;
	width: 600px;
	line-height: 25px;
	background: url(images/footer.gif)  ;
	clear: both;
	position: relative;
	}
	
.copyright,
.copyright a:link,
.copyright a:visited { 
	font-family: Veranda, Helvetica, Arial, sans-serif;
	color: black;
	text-decoration: none;
	font-size: 11px;
	}