@charset "utf-8";
/* CSS Document */


/*Main Body Content*/

body {
	background-color:#0099cc;
	margin-top:0px;
	margin-bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;

}
.bannerContainer {
	height:230px;

}
.columnDiv {
	height: 40px;

}



/* Text on Site */

.pageTitle {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#0099cc;

}
a {
	color:#0099cc;
	text-decoration:underline;

}
a:hover {
	color:#CC3333;
	text-decoration:none;

}
.bodyTableTitle {
	color:#000000;
	text-align:center;
	font-weight: bold;
	padding:4px;

}
.bodyTableText {
	width:100%;
	color:#000000;
}
.cellSpacing {
	padding:10px;

}

/* Left Navigation */
 .LeftNav a {
 	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	font-size:15px;
	padding:3px;
	width: 220px;
	display: block;
 }
 .LeftNav a:hover {
 	color:#0099cc;
	font-weight: bold;
	text-decoration:none;
	font-size:15px;
	background-color:#FFFFFF;
	width:100%;
	display: block;
 }
 
 .LeftNavSpecial a {
 	color:#FFCC00;
	font-weight: bold;
	text-decoration:none;
	font-size:15px;
	text-align:center;
	line-height:130%;
	padding:5px;
	border-top: solid 1px #FFCC00 outset;
	border-bottom: solid 1px #FFCC00 outset;
 
 }
 .LeftNavSpecial a:hover {
 	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	font-size:15px;
	text-align:center;
	padding:5px;
	border-top: solid 1px #FFFFFF outset;
	border-bottom: solid 1px #FFFFFF outset;
 
 }

