BODY {
	PADDING: 0px;
	MARGIN: 0px;
	COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-color: #E6E6E6;
}
a:link {
	color:#0083ae;
	text-decoration: none;
}
a:hover {
	color:#23408f;
	text-decoration: none;
}
a:visited {
	color:#006699;
	text-decoration: none;
}
a:active {
	color:#cc0000;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: normal;
	color: #006699;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 50px;
	text-align: left;
}
#header {
	HEIGHT: 166px;
	width:1004px;
	margin-top: 0px;
	background-image: url(../images/header.jpg);
	text-align:center;
	margin:0 auto;
}
.indentmenu {
	margin-left: 53px;
	margin-top: 134px;
	float:none;
	font: 12px Arial;
	font-weight:bold;
	/*width: 100%; leave this value as is in most cases*/
    overflow: hidden;
}
.indentmenu ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	height: 30px;
}
.indentmenu ul li {
	display: inline;
}
.indentmenu ul li a {
	float: left;
	color: #ffffff; /*text color*/
	padding: 7px 7px;
	text-decoration: none;
	background-color: #336699;
	margin-right: 3px;/*text-transform: uppercase;    border-right: 1px solid #330000; dark purple divider between menu items*/
}
.indentmenu ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}
.indentmenu ul li a:hover, .indentmenu ul li .current {
	color: #ffffff;
!important; /*text color of selected and active item*/
	padding-top: 7px; /*shift text down 1px for selected and active item*/
	padding-bottom: 7px; /*shift text down 1px for selected and active item*/
	background: transparent;
	background-color: #7691ac;
	text-decoration: none;
}