@charset "utf-8";
/* CSS Document */
body{background-color:#004d91; padding:0px; margin:0px}
a:link{color:#009; text-decoration:underline}
a:active{color:#009; text-decoration:underline}
a:hover{color:#F00; text-decoration:underline}
a:visited{color:#009; text-decoration:underline}
#containertop{
	margin-top:7px;
	width:940px; 
	height:35px; 
	margin-left:auto; 
	margin-right:auto;
	background-image:url(../images/containertop.jpg); 
	background-repeat:no-repeat;
	}
	
#containermain{
	width:900px;
	overflow:visible;
	clear:both;
	margin-left:auto; 
	margin-right:auto;
	background-image:url(../images/containerbg.jpg);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:20px;
	}
		
#containerbottom{
	width:940px; 
	height:35px; 
	margin-left:auto; 
	margin-right:auto;
	background-image:url(../images/containerbottom.jpg);
	background-repeat:no-repeat;
	clear:both;
	}
	
/*  - - - - - - - Head - - - - - - -  */
	
#head{
	width:900px;
	height:150px;
	background-image:url(../images/rainbow.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.flashlogo{
	margin-left:15px;
	float:left;
}
.topnav{
	float:right;
	margin-top:45px;
	margin-right:35px;
}
.topnav a{color:black; text-decoration:none; font-family:tahoma; font-size:12px}
.topnav a:hover{text-decoration:underline; font-family:tahoma; font-size:12px}
.topnav a:active{color:black; text-decoration:none; font-family:tahoma; font-size:12px}
	
/* - - - - - - - End Head - - - - - -  */

h1{ 
	font-family:tahoma; 
	font-size:14px; 
	font-weight:bold; 
	color:#003b6f;
	}
p{ 
	font-family:Tahoma; 
	font-size:12px; 
	line-height:20px;
	}
.contentpicsl{
	margin-right:10px;
	margin-bottom:10px;
	text-align:left;
	}
	

#menucontain{
	float:left;
	width:220px;
}
#menu{
	width:176px;
	height:300px;
	padding-left:15px;
	padding-top:15px;
	background-color:#004d91;
	background-image:url(../images/menutop.jpg);
	background-repeat:no-repeat;
	margin-left:22px;
	margin-top:25px;
}

#contentcontain{
	float:left;	
	width:665px;
	margin-left:10px;
}
#banner{
	width:648px;
	height:220px;
	margin-top:25px;
	margin-bottom:12px;
	
}
#content{
	width:442px;
	padding-right:13px;
	float:left;
	
}
#contentright{
	float:left;
	width:200px;
}
#sidebar{
	margin-top:14px;
	width:194px;
	height:248px;
	background-image:url(../images/sidecontainbg.jpg);
	background-repeat:no-repeat;
}
#sidebarhead{
	padding-top:13px;
	padding-left:12px;
	height:32px;
	color:white;
	font-family:tahoma;
	font-size:14px;
	
}
#sidebarcontent{
	color:black;
	font-family:tahoma;
	font-size:12px;
	padding-top:10px;
	padding-left:12px;
	padding-right:12px;
	width:175px;
}
#subcontent{
	width:650px;
	margin-top:7px;
	
}

.tablestyle{
	font-family:tahoma;
	font-size:12px;
	line-height:23px;
	
}
.profpics{
	margin-right:12px;
	margin-bottom:10px;
	float:left;
	
}
#menubottom{
	background-image:url(../images/menubottom.jpg);
	background-repeat:no-repeat;
	height:30px;
	width:191px;
	margin-left:22px;
	font-weight:bold;
	color:white;
	font-family:Tahoma;
	font-size:16px;
	text-align:center;
}
#clear{
	clear:both;
}
#foot{
	width:700px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	color:white;
	font-family:tahoma;
	font-size:11px;
}
#foot a{color:white; font-family:tahoma; font-size:11px; margin-left:5px; margin-right:5px}

/* - - - - - - - NAV - - - - - - - - */

.sidebarmenu ul{
margin:0;
padding: 0;
list-style-type: none;
font: 13px Tahoma;
width: 160px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li{
position: relative;
}
.sub{ background-color:#004d91;}
.subbord{border:1px solid #036}
.sublink{
	padding-left:5px;
}
.nonsub{
	border-bottom: 1px solid #438dce;
}
/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding-top:6px;
padding-bottom:6px;

}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
/*background-color: #012D58; *//*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #C00;
color:#000;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }


/* - - - - - - - END NAV - - - - - - - - */

#sitesub{margin-left:25px}
#list{
	font-family:tahoma;
	font-size:12px;
	line-height:23px;
	list-style-type:circle;
}
