#header .left {
	background-image: url(Graphics/Header_bkgd.jpg);
	background-position: left;
	text-align: left;
	width: 30%;
}
#header .center {
	background-position: center;
	text-align: center;
	width: 421px;
}
#header .right {
	background-image: url(Graphics/Header_bkgd.jpg);
	background-position: right;
	text-align: right;
	width: auto;
}

#sidebar1 {
	background-color: #FFCD0D;	
}

#sidebar1 TD {
	FONT-SIZE: 10pt;
	FONT-FAMILY: Arial, Geneva, sans-serif;
}

#sidebar1 TD.menuSelect {
	background-color: #FFFFFF;
}

#sidebar1 A.menu {
	COLOR: #013D45;
	text-decoration: none;
}

#sidebar1 A.menu:hover {
    COLOR: #EEECED;
}

#sidebar1 A.menuSelect {
	COLOR: #DFA906;
	text-decoration: none;
	font-weight: bold;
}

#sidebar1 A.menuSelect:hover {
	COLOR: #FFCD0D;
}

#mainContent  {
	font-family: Arial, Helvetica, sans-serif;
}

#mainContent A:hover {
	color: #2CA2B2;
}


#mainContent .MapText {
	font-size: x-small;
}

#mainContent hr {
	color: #2CA2B2;
	clear: both;
}

#footer address {
	font-size: x-small;
	font-family: "Times New Roman", Times, serif;
}
#footer .update {
	color: #F0B000;
	font-size: xx-small;
}

