/* CSS Document */

body {
font-size:12px;
line-height: 1.5;
font-family: arial;
color: #666666;
}

.altbody {
	background-color: #D8F0FC;
}

.bottomLinks{
 font-family: arial;
 color: #003399;
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
}
.bottomLinks:hover{
 font-family: arial;
 color: #003399;
 font-size: 11px;
 font-weight: normal;
 text-decoration: underline;
}
.LeftMenuLinks, .LeftMenuLinks a{
 font-family: arial;
 color: #ffffff;
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
}
.LeftMenuLinks a:hover{
 font-family: arial;
 color: #ffffff;
 font-size: 11px;
 font-weight: normal;
 text-decoration: underline;
}
.RightMenuLinks{
 font-family: arial;
 color: #003399;
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
 border-right-color:#0099FF;
}
.RightMenuLinks:hover{
 font-family: arial;
 color: #003399;
 font-size: 11px;
 font-weight: normal;
 text-decoration: underline;
}

.RightMenuLinksBold{
 font-family: arial;
 color: #003399;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
 border-right-color:#0099FF;
}

.NavHeadings{
 font-family: arial;
 color: #ffffff;
 font-size: 11px;
 font-weight: bold;
}
.midsecHeadings{
	font-family: arial;
	color: #003399;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

.searchHeader {
	background-image: url(../images/searchHeader.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.bodytext{
	font-family: arial;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}

hr {
	color: #B2D1FD;
	height: 1px;
}

.droptitle {
	font-family: arial;
	color: #003399;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
}
.selectWidth{ 
	width:150px; 
	float: right;
	margin-right: 5px;
} 
.textinput{
background-color: #a9d4ff;
border: 1px solid #0c3a9c;
}


#mainContentContainer {
	width: 100%;
	margin: 20px;
}

#homeCenterContent {
	width: 100%;
	margin: 20px;
}

#subHeader {
	width: 100%;
	text-align: left;
	font-family: arial;
}

#navBar ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navBar li, #navBar a{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin-left: 5px;
	color: #027FBF;
	text-decoration: none;
}

#navBar a:hover{
	text-decoration: underline;
}

#leftContent {
	margin-left: 5px;
}

h2 {
	color: #027fbf;
	font-family: Arial, Helvetica, sans-serif;
}

.alternateRow {
	background-color: #D8F0FC;
}

.searchResultsText {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

td .formCells{
	vertical-align: top;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}

.searchTextField {
	width: 150px;
}

.searchDropDown {
	background-color: #a9d4ff;
}

.advsearchDropDown {
	background-color: #a9d4ff;
	width: 100%;
}

.UnderConstruction{
font-family: arial;
 color: #666666;
 font-size: 16px;
 font-weight: normal;
}

.errorText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
}

.staticText {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 15px 0px 15px;
}

.staticText a{
	font-size: 12px;
	text-decoration: none;
	color: #0066FF;
}

.staticText h4{
	font-size: 12px;
	color: #333366;
}

.staticText p, li, td{
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
}

.darkBGRow{
	color: #FFFFFF;
	background-color: #333366;
	font-size: 12px;
}

#bodyNav {
	float: right;
	margin: 0px 0px 20px 20px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}


#bodyNav a{
	text-decoration: none;
	color: #0066FF;
	font-size: 12px;
}

.events {
	background-image: url(../images/eventsbg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.news {
	background-image: url(../images/newsbg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.diamondList {
	margin: 10px; 
	padding:5px; 
	list-style-image: url(../images/diamondpoint.jpg)
}

.purpleText {
	color: #666699;
}
.purpleTextBold {color: #666699; font-weight: bold; }
	
.yellowBubble {
position: absolute; border: 0px solid darkgray; background: lightyellow; padding: 5px; width: 90px; *width: 100px; margin-left: 32px; margin-top: -80px; font-size: 11px; display: none; color: #000000; filter: alpha(opacity=60);-moz-opacity:.60;opacity:.60; background:url(../images/balloon.gif) no-repeat; height: 140px; padding-top: 12px;
}