ul#nav {
	margin: 0; padding: 0;
	float: left;
	width: 960px;
	list-style: none;
	position: relative; 
	font-size: 1.2em;
	height: 32px;
	margin-bottom: 44px;
	margin-bottom: 20px;
	
}
ul#nav li {
	float: left;
	margin: 0; padding: 0;
	height: 32px;
}
ul#nav li a {
	padding: 2px 15px;
	height: 32px;
	display: block;
	color: #666666;
	color: #fff;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 32px;
	width: 100px;
}

ul#nav li:hover {
	color: white; 
	background: url(../img/hoverBG.png) bottom repeat-x; 
}


ul#nav li span {
	float: left;
	padding: 0px 0px;
	position: absolute;
	left: 0; 
	top:32px;
	display: none;
	border: 1px solid #e1e2e3;
	color: #666666;
	color: #0088CC;
	width: 958px;
	background: #FFF;
	background: #e1e2e3;
	background: #f4f4f4;
	background: #e5e5e5;
	font-family: Helvetica, Arial, sans-serif;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	background: #5e83b0;
	background: #64B0D6;
	background: #85A2C4;
}

ul#nav li span a { 
	display: inline; 
	color: #666666;
	color: #0088CC;
	color: #323232;
	color: #FFF;
	font-size: 9pt; 
	text-decoration: none;	
	font-weight: bolder;
} 

ul#nav li span a:hover {
	color: #666666;
	color: #0088CC;
	color: #FFF;
	text-decoration: underline;
}
ul#nav li:hover span {display: block;} 

.pdf{width:64px; margin: 0 auto;height:64px; background:url(../img/linkSprite.png);}

.pdf:hover {
    background:url(../img/linkSprite.png);
    width:64px;
    height:64px;
    background-position: 0 -64px;
}

.html{margin: 0 auto; width:64px; height:64px; background:url(../img/linkSprite.png); background-position: 64px 0px;}

.html:hover {
    background:url(../img/linkSprite.png);
    width:64px;
    height:64px;
    background-position: 64px -64px;

}

.doc{margin: 0 auto; width:64px; height:64px; background:url(../img/wordSprite.png); background-position: 0px 0px;}

.doc:hover {
    background:url(../img/wordSprite.png);
    width:64px;
    height:64px;
    background-position: 0px -64px;

}

#login_panel{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	-moz-border-radius: 10px;
	font-size: 1.1em;
	background-color: #FFF;
	border: 2px solid #e5e5e5;
	padding: 10px;
}

#announcements{
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 9px;
	-moz-border-radius: 10px;
	font-size: 1.1em;
	background-color: #FFF;
	border: 2px solid #e5e5e5;
	padding-bottom: 20px;
	font-family: Helvetica, sans-serif;
}

#announcements h3{
	font-size: 14pt;
	font-weight: bolder;
	margin-top: 14px;
	margin-left: 5px;
}

#announcements h3 .number{
	font-size: 14pt;
	font-weight: bolder;
	color: #0088CC;
}

#announcements_content{
	margin-left: 5px;
	margin-right: 5px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 5px;
	margin-top: 10px;
	padding-bottom: 15px;
	font-size: 10pt;
	color: #0088CC;
	font-weight: bolder;
}

#announcements_content a:link{color: #000; font-weight: bolder;}
#announcements_content a:active{color: #000; font-weight: bolder;}
#announcements_content a:visited{color: #000; font-weight: bolder;}
#announcements_content a:hover{color: #000; font-weight: bolder; text-decoration: underline;}

/**Form Page CSS **/
#table_left{
	float: left; 
	width: 315px; 
	border-right: 1px dotted #e3e3e3; 
	border-top: 1px dotted #e3e3e3; 
	padding: 15px 10px 15px 10px;
	font-size: 8.5pt;
	line-height: 12pt;
}

#table_right{
	float: left; 
	width: 315px; 
	padding: 15px 10px 10px 5px;
	border-top: 1px dotted #e3e3e3;
	text-align: center;
	border-left: 1px dotted #e3e3e3; 
}

#table_wrap{
}

.tableLabel{
	color: #0088CC;
	font-weight: bolder;
	font-size: 10pt;
}

#selectHere select{
	width: 300px;
}	