body {background: #339 url(images/mainbody_grad.jpg) repeat-x; margin: 0; padding: 0; text-align: left; font-size: 16px; font-family: sans-serif; color: #333333;}

.sidepadding {padding-left: 10px; padding-right: 10px;}

a {text-decoration: none;}

a img {border: none;}

.center {text-align: center;}

.marginsauto {margin-left: auto; margin-right: auto;}


/* HEADER SECTION */



#topdivwrapper {background: url(images/main_logo.png) no-repeat; width: 999px;}

#topdiv {width: 799px; font-size: 12px;}

#flash {width: 799px;}

.upperlinks {text-decoration: none; color: #ccc; float: left; padding: 5px;}

	#main_logo {
		position: relative;
		top: 0px;
		left: 0px;
		width: 260px;
		height: 190px;
		z-index: 2;
	}
	
	#main_page_main_img {
		position: absolute;
		top: 61px;
		left: 122px;
		width: 799px;
		height: 298px;
		z-index: 1;
	}
	
	#ann_seal {
		position: absolute;
		top: 275px;
		left: 125px;
		width: 125px;
		height: 135px;
		z-index: 3;
	}




	
/* NAVIGATION BAR SECTION */

	#navigation {
		background: url(images/nav_bar_back.gif) repeat-x;
		width: 799px;
		height: 30px;
		text-align: center;
		
	}



		#dropmenudiv{
		position:absolute;
		border:2px solid black;
		border-bottom-width: 2px;
		font:normal 14px Century Gothic;
		line-height:18px;
		z-index:100;
		}
		
		#dropmenudiv a{
		width: 100%;
		display: block;
		text-align: center;
		border-bottom: 1px solid black;
		padding: 1px 0;
		font-family: Century Gothic;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		}
		
		#dropmenudiv a:hover{ /*hover background color*/
		background-color: #333333;
		}
		
		.hovermenu ul{
		font: bold 14px Century Gothic;
		padding-left: 0;
		margin-left: 0;
		height: 20px;
		}

		.hovermenu ul li{
		list-style: none;
		display: inline;
		}

		.hovermenu ul li a{
		padding: 2px 0.5em;
		text-decoration: none;
		color: white;
		background-color: #444444;
		border: 2px solid #aaaaaa;
		}

		.hovermenu ul li a:hover{
		background-color: #222222;
		border-style: outset;
		}


/* CONTENT */
	#main {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 389px;
		left: 122px;
		width: 799px;
		z-index: 1;
	}

	#content {
		background: url(images/main_body_back.gif);

	}

/* FOOTER SECTION */

	#footer {
		text-decoration: none;
		color: #ffffff;
		font-family: arial;
		font-size: 10pt;
		text-align: center;
	}
	

	#footer a:link {
		text-decoration: none;
		color: #aaaaff;
		font-weight: bold;
	}
	#footer a:visited {
		text-decoration: none;
		color: #aaaaff;
		font-weight: bold;
	}
