@charset "utf-8";
/* Globle Style */

 html, body, #wrapper {
		height:100%;
		margin: 0;
		padding: 0;
		border: none;
		text-align: center;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size: 50px;
	font-weight:normal;
	text-align:center;
	margin-top:100px;
	}

#wrapper {
		margin: 0 auto;
    	text-align: left;
    	vertical-align: middle;
		background-color:#B9E5FB;
	}

#top_menu {
	width:780px;
	margin-left: auto ;
	margin-right: auto ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #616161;
	text-decoration: none;
	text-align:right;
	padding-bottom:2px;
	}
.top_menu {
	color: #616161;
	text-decoration: none;
	}
a.top_menu:hover {
	color: #000;
	text-decoration: underline;
}

#main_image_container{
	width:780px;
	margin-left: auto;
	margin-right: auto;
	}
#main_menu_container{
	width:780px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(imgs/shadow.gif);
	}
ul#topnav {	
	list-style:none;
	width: 780px;
	height: 28px;
	line-height: 26px;
	margin: 0px;
	padding:0px;
	position: relative;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	position:relative;
	background-color:#00ABE6;
	background-image: url(imgs/shadow.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}
ul#topnav li a{
	text-decoration: none;
	color: #fff;
	display: block;
	height: 28px;
	line-height: 26px;
}

ul#topnav li {
	float:left;
	width: 130px;
	text-align: center;
	}

ul#topnav li:hover { 
	background: #9DDCF5;
	}
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;
	position: absolute;
	left: 10; top:25px;
	display: none; /*--Hide by default--*/
	text-decoration: none;
	font-weight:normal;
	height: 28px;
	line-height: 26px;
	background-color:#9DDCF5;
	}
ul#topnav li:hover span { 
	display: block;
	} 
/*--Show subnav on hover--*/
ul#topnav li span a { 
	display: inline; 	
	font-weight:normal;
	color: #666;
	font-size: 11px; 
	} 
/*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {
	text-decoration: underline;}

.SubMenu {
	text-decoration: none;
	color: #666666;
}
a.SubMenu:hover {
	text-decoration: none;
	color: #000;
}

#body_container {
	width:780px;
	margin-left: auto ;
	margin-right: auto ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #555858;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	text-align:left;
	}
#left_col {
	clear:both;
	width:370px;
	float:left;
	padding-left:20px;
	}
#right_col {
	width:390px;
	float:left;
	}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #555858;
	text-decoration: none;
}

a.links:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #555858;
	text-decoration: underline;
}


ul {
	list-style-type: disc;
	list-style-position: none;
	margin-left: 2em;
	padding-left: none;
	text-indent: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	}

.otherlinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066b3;
	text-decoration: none;
	}

a.otherlinks:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #0066b3;
}

#announcement{
	width:780px;
	margin-left: auto ;
	margin-right: auto ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:50px;
	padding-bottom:2px;
	}
