/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: square;
	background: url(img/bg-dot.gif) repeat;
	}

html, body {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: square;
	}
	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
.tagline{
	font: 12px Arial, Helvetica, sans-serif;
	color: #032782;
	margin-right:5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	right: 5px;
	bottom: 5px;
	}
	
/*#content {
	margin: 66px 260px 0px 204px;
	padding: 10px;
	}*/
	
#greenbar {  
	width: 100%;
	height: 5px;
	background-color: #01A120;
	}	
#bluebar {  
	width: 100%;
	background-color: #032782;
	}   
#logo {
	top:40px;
	left:20px;
}

/* Top Navigation -------------------  */
#nav {
	margin:0px;
	padding: 3px 0 20px 10px;
	border-bottom: 6px solid #032782;
	width: 740px;
	}

#nav li {
	margin: 0px;
	padding: 0;
	display: inline;
	list-style: none;
	color: #D9E5FF;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 4px 10px 4px 10px;
	color: #D9E5FF;
	text-decoration: none;
	/*padding-bottom: 2px; */
	}
	
a.block:link {
	display:block;
	}
	
#nav a:active, #nav a:hover {
	border-bottom: 4px solid #00CC33;
	/*padding-bottom: 2px; */
	color: #FFFFFF;
	}

.leftbar {
	background-color: transparent;
	width: 150px;
	height:100%;
	vertical-align: top;
	}
	
.rightbar {
	background-color: transparent;
	width: 100%;
	height:100%;
	vertical-align: top;
	}
	
.maincontent {
	width: 100%;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	}

h1 {margin-left: -8%; 
	font-family: arial, helvetica, sans-serif;
	color: #1E3691;
	}
h2, h3, h4, h5, h6 {/*margin-left: -4%;*/
	font-family: arial, helvetica, sans-serif;
	color: #1E3691;
	margin-top:1em;
	margin-bottom:.5em;
	}
	
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 100%; }
		

/*H1 { 
	font-size: 18px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #1E3691; 
	}

H2 { 
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #1E3691; 
	}

H3 { 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #1E3691; 
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1E3691;
	} */

A:link {
	text-decoration: underline; 
	color: #1E3691; 
	} 

A:visited {
	text-decoration: underline; 
	color: #03821B; 
	} 

A:active { 
	color: #CCCCCC; 
	} 

A:hover { 
	color: #FF6600; 
	} 
	
/* LEFT NAV  */
	#navleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 98%;
	font-weight: bold;
	vertical-align: top;
	width: 180px;
	}
	
#navleft ul {
	list-style: none;
	margin: 0;
	padding: 6px 10px 6px 3px;
	}

#navleft li {
	padding: 6px 0px 0px;
	margin: 0px;
	}
	
#navleft a:link{
	text-decoration: none;
	border: 0px;
	color: #1E3691;
	margin: 0px;
	display: block;
	padding: 0px;
	}
	
#navleft a:visited {
	color: #03821B;
	text-decoration: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

#navleft a:hover {
	border: 1px #CCCCCC;
	list-style-type: none;
	text-decoration: underline;
	}
	

.footer {
	font-size: 100%;
	color: #1E3691;
}

hr {
	border: none;
	color: #1E3691;
	background-color: #1E3691;
	height: 1px;
	width: 100%;
	}

.leftimg {
	float: left;
	margin: 20px;
}
.rightimg {
	float: right;
	margin: 20px;
}
.logoright {
	background-image: url(img/capitol-logo.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	background-position: top;
}
.bluetxt {
	color: #032782;
}
.maintable {
	background: #FFFFFF;
	margin: 20px 0px;
	padding: 0px;
	width: 96%;
	list-style: square;
}

.datatable {
	border: 1px solid #999;
	border-collapse: collapse;
}
.datatable th, .datatable td{
	padding: 5px;
	border: 1px solid #ccc;
	vertical-align: top;
} 
.datatable th{
	font-family: arial, helvetica, sans-serif;
	background: #D9E5FF;
}
.linespace {
	line-height: 1.25em;
}
