body {
	background-color: #E9E9D3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 10px;
	padding: 0;	
}
.linkcontainer {
	text-align: left;
	text-indent: 5px;
	width: 790px;
}


a:visited {
	color: #004A95;
}

.banner {
	height: 200px;
	width: 790px;
}
.topichead {
	background-color: #E2DFD4;
	background-position: center;
	width: 780px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	height: 40px;
  border-width:1px;
  border-style:solid;
  border-color:#E2DFD4;
       }



#main-container {
	width: 790px;
	background-color: #FFFFFF;
	padding: 0;
	margin: auto;
	color: #000;
}

a:hover {
	color: #FFFFFF;
	background-color: #004A95;
}
h1 {
	font-weight: bold;
	color: #191919;
	font-size: 100%;
}

h2 {
	font-weight: bold;
	color: #191919;
	font-size: 80%;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
.column1 {
	float: none;
	width: 390px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-left: 10px;
}
.column2 {
	float: right;
	width: 375px;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #E9E9D3;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#aboutcontainter {
	background-color: #014B96;
	width: 790px;
}
.footer {
	background-color: #004A95;
	float: none;
	height: auto;
	width: 790px;
	color: #FFF;
}

