/* CSS Document */


body{
	margin:0;
	padding:0;
	line-height: 1.25em;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-color: #FAFAFA;
}
h1 {
	font-size: 160%;
	color: #005C80;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0px;
	padding-top: 20px;
}
h2{
	font-size: 140%;
	color: #FFFFFF;
	background-color: #00ABEF;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	padding-left: 45px;
}
h3{
	font-size: 125%;
	color: #0096CE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
h4{}
h5{}
h6{}
a{
	color: #FD6633;
	text-decoration: none;
}
a:visited{
	color: #999999;
	text-decoration: none;
}
a:hover{
	color: #FF9966;
}
a:active{
	color: #FF9933;
}
b{font-size: 110%;}
em{color: red;}
/*------------------------BEGIN LAYOUT STYLES----------------------------*/
#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #EAEAEA;
height: 90px; /*Height of top section*/
}
#topsection h1{
margin: 0;
padding-top: 15px;
}


#contentwrapper{
float: left;
width: 100%;
}
#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
padding-left: 40px;
}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -840px;
	margin-top: -150px;
	padding-top: 150px;
}

#footer{
	clear: both;
	width: 100%;
	background: black;
	color: #FFF;
	text-align: center;
	display: block;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#footer a{
color: #FFFF80;
}
#footer a:visited{
color:#FFFF80;}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-right: 0px;
margin-top: 0;
}
/*--------------------------END LAYOUT STYLES----------------------------*/
/*-----------------BEGIN NEWS LIST (LEFT SIDEBAR)------------------------*/
#news_list h2 {
	display: block;
	width:180px;
	background-color: transparent;
	background-image: url(images/login_bg.gif);
	background-repeat: no-repeat;
	background-position: 7px top;
	height: 32px;
	padding-top: 25px;
	padding-left:0px;
	font-size: 125%;
	color: #FFFFFF;
	line-height: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;

}
#news_list ul {
	display: block;
	list-style-type: none;
	margin-left: 9px;
	margin-top:0;
	background-color: #FFFFFF;
	width: 143px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 15px;
	padding-right: 10px;
	border-bottom: 1px dotted #92CB69;
}
#news_list li{
	background-image: url(images/ul_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	display: list-item;
}

/*------------------------END NEWS LIST STYLES------------------------*/
/*-----------------BEGIN NAVIGATION STYLES-------------------------------*/

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	font-size: small;
	padding-top: 3px;
	padding-bottom: 3px;
}
.nav a {
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom:5px;
}


.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0DBCFF;
}
.nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/*-----------------END NAVIGATION STYLES-------------------------------*/

/*--------------------BEGIN GENERAL ECY STYLES---------------------------*/

#gen_ecy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: normal;
	color: #666666;
}
#gen_ecy th {
	font-size: 110%;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/lrh2_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 5px;
	height: 20px;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: inset;
	border-bottom-color: #999999;
}
#gen_ecy td{
	background-image: url(images/block_bg.gif);
	background-position: bottom;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-repeat: repeat-x;
	height: 35px;
}
#gen_ecy h2 {
	font-size: 110%;
	color: #00ABEF;
	line-height: normal;
	background-image: url(images/more_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: transparent;
}
#gen_ecy h2 a {
	color: #00ABEF;
	text-decoration: none;
}
#gen_ecy h2 a:visited {
	color: #00ABEF;
	text-decoration: none;
}
#gen_ecy h2 a:hover {
	color: #0DBCFF;
	text-decoration: none;
}
#gen_ecy h4 {
	font-size: 90%;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#gen_ecy h4 a {
	color: #666666;
	text-decoration: none;
	padding-right: 10px;
}

#gen_ecy h4 a:visited {
	color: #666666;
	text-decoration: none;
	padding-right: 10px;
}
#gen_ecy h4 a:hover {
	color: #666666;
	text-decoration: underline;
	padding-right: 10px;
}


/*--------------------BEGIN District ECY STYLES---------------------------*/

#dis_ecy {
	font-size: 90%;
	line-height: normal;
	color: #666666;
}
#dis_ecy th {

	font-size: 110%;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/rrh2_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 5px;
	height: 20px;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: inset;
	border-bottom-color: #999999;
}
#dis_ecy td{
	background-image: url(images/block_bg.gif);
	background-position: bottom;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-repeat: repeat-x;
	height: 35px;
}
#dis_ecy h2 {
	font-size: 110%;
	color: #FF6633;
	line-height: normal;
	background-image: url(images/more_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: transparent;
}
#dis_ecy h2 a {
	color: #FF6633;
	text-decoration: none;
}
#dis_ecy h2 a:visited {
	color: #FF6633;
	text-decoration: none;
}
#dis_ecy h2 a:hover {
	color: #FF9966;
	text-decoration: none;
}
#dis_ecy h4 {
	font-size: 90%;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#dis_ecy h4 a {
	color: #666666;
	text-decoration: none;
	padding-right: 10px;
}

#dis_ecy h4 a:visited {
	color: #666666;
	text-decoration: none;
	padding-right: 10px;
}
#dis_ecy h4 a:hover {
	color: #666666;
	text-decoration: underline;
	padding-right: 10px;
}
