body {
	background-color:#1C146B;
}
.localNav {
	color:white;
}
h1, h2, h3, h4, h5 {
	font-family:Verdana;
	font-weight: bold;
	color:#1C146B;
	margin-bottom: 5px;
}
h1 {font-size: 150%;}
h2 {font-size: 120%;}
h3 {font-size: 100%;}
h4 {font-size: 80%;}
h5 {font-size: 70%;}
h6 {font-size: 64%;}
	
table, td {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
}
ul {
	list-style-type: disc;
}
li {
	padding-bottom: .5em;
}
.red {
	color:red;
	font-weight:bold;
}
.imageFloatLeft {
	float: left;
	text-align:center;
	font-size: 11px;
	color: #666666;
	margin: 12px 8px 8px 0;
}
.imageFloatRight {
	float: right;
	text-align:center;
	font-size: 11px;
	color: #666666;
	margin: 0 0 8px 8px;
}
#externalNav {
	height:2px;
	width:766px;
}
#layout {
	border: solid #96938E 2px;
	width:766px;
}
#header {
	border-bottom: solid #96938E 10px;
	background-image:url('/graphics/header.jpg');
	background-repeat:no-repeat;
	background-position:center right;
	
}
#nav {
	border-right: solid #96938E 2px;
	background-color:#96938E;
	background-image:url('/graphics/leftNavBG.jpg');
	background-repeat:no-repeat;
	width:135px;
	height:490px;
	padding:0;
	margin:0;
}

#content {
	border: solid #96938E 0 2px 2px 0;
	background-color:#FFFFFF;
	padding:20px 10px 10px 10px;
	width:620px;
}
#content a {color:#1C146B;font-weight:bold;}
#content a:hover {color:#CF5C16;font-weight:bold;}
#content a:visited {color:#6B1449;font-weight:bold;}
#content a:visited:hover {color:#CF5C16;font-weight:bold;}
#content a:active {color:#730D0C;font-weight:bold;}

#builtby {
	background-color:#96938E;
	text-align:center;
}
#footer {
	text-align:center;
	color:#666666;
	font-size:10px;
	border: solid #96938E 0 2px 2px 0;
	background-color:#FFFFFF;
	padding:5px 10px 10px 10px;
}

.homePage {
	 float:left;
	 width:47%;
	 margin-right:5px;
	 padding: 0 5px 0 5px;
}

.buttonscontainer {width: 135px;}

.buttons a {color: #FFFFFF;
background-color: #1C146B;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #96938E;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #FFFFFF;
color: #1C146B;
text-decoration: none;}

.buttonsSub a {color: #FFFFFF;
background-color: #5B5682;
padding: 2px;
padding-left: 10px;
display: block;
border-bottom: 1px solid #96938E;
font: 12px Arial, sans-serif;
text-decoration: none;
text-align: left;}

.buttonsSub a:hover {
	background-color: #FFFFFF;
	color: #5B5682;
	text-decoration: none;
}

#selectedButton {
	color:#FEE300;
}




.tabcontainer {
	float:left;
	width: 120px;
	margin-right: 5px;
	background-color:#96938E;
	color:#FFFFFF;
}


.tabs a {
	color: #FFFFFF;
	background-color: #5B5682;
	background-image:url('/graphics/tabTop.gif');
	background-repeat:no-repeat;
	background-position:center top;
	padding: 2px;
	padding-left: 3px;
	display: block;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.tabs a:hover {
	background-color: #FFFFFF;
	color: #474279;
	text-decoration: none;
}

#selectedTab {
	color:#FFFFFF;
	background-color:#96938E;
}



