body {
font-family:Arial, Helvetica, sans-serif;
color: black;
margin: 0px;
padding: 0px;
background-color: #333333;
width: 100%;
height: 100%;
}

#header {
width: 100%;
background-color:#333333;
height: 71px;
position: absolute;
margin: 0px;
padding: 0px;
}

#topnav {
width: 100%;
background-color: #333366;
height: 29px;
position: absolute;
margin-top: 72px;
border-top: 1px solid #7E87B3;
border-bottom: 1px solid #7E87B3;
}

#topnav ul {
margin: 0px;
padding: 0px 0px 0px 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: white;
line-height: 29px;
white-space: nowrap;
}

#topnav li {
list-style-type: none;
display: inline;
}

#topnav li a {
text-decoration: none;
padding: 5px 12px 5px 12px;
color: white;
}
#topnav li a:link,a:visited {
color: white;
}

#topnav li a:hover {
font-weight: bold;
color: #333366;
background-color: #ACB5DC;
}

#contentcontainer {
padding: 0px;
top: 104px;
bottom: 0px;
width: 100%;
position:absolute;
height:80%;
background-color: #333333;
border-top: 1px solid black;
}

#leftcol {
width: 13%;
background-color: #333333;
top: 0px;
bottom: 0px;
padding: 0px;
position:absolute;
background-image:url(/images/leftcolbg.gif);
background-repeat:repeat-x;
height: 100%;
}

#middlecol {
background-color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-color: white;
width: 84%;
top: 0px;
right: 17%;
left: 13%;
padding: 10px;
position:absolute;
height: auto;
border-right: 25px solid #333366;
}

#middlecol h1 {
font-size: 18px;
color: #333366;
margin: 0px;
padding: 0px;
}

#middlecol h2 {
font-size: 16px;
margin: 0px;
padding: 0px;
color: white;
}

#middlecol h3 {
font-size: 14px;
margin: 0px;
padding: 0px;
}

#middlecol a {
font-weight: bold;
text-decoration:underline;
color: #616293;
}

#middlecol a:hover{
font-weight: bold;
text-decoration: none;
color: #D94D00;
}

/*#rightcol {
	width: 18%;
	margin: 0px 0px 0x 0px;
	position:absolute;
	background-color: red;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 82%;
	height: 100%;
	padding: 0px;

} */

#footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: white;
padding: 5px;
width: auto;
margin: 0px;
line-height: 13px;
}

#footer a {
font-weight: bold;
color: #616293;
text-decoration: underline;
}
#footer a:hover {
font-weight: bold;
text-decoration: none;
color: #D94D00;
}