/* Formalized CSS Document */

body {
	background-color: #484848;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

td,p,span,ul,ol {
        font-size:11px;
        color:#666666;

}
ul {
	line-height:18px;
margin-top:6px;
}
h1 {
	font-size:17px;
	font-weight:bold;
	color:#152c62;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#152c62;
}
h3 {
	font-size:13px;
	color:#5c0e4c;
        padding-bottom:0px;
}
h3 a,a:link,a:active,a:visited {
       color:#5c0e4c;
}

h4 {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	background:#232d55;
	padding:6px 11px 4px 11px;
	text-transform:uppercase;
	font-size:13px;

}
#tablecontainer {
	border: 2px solid #363636;
	border-collapse:collapse;
	width:915px;
	}
#banner {
	background-color:#fff;

}
#leftnav {
	width:227px;
        padding-top:30px;
	background-color:#191919;
	border-right: 1px solid #363636;
}

#contentarea {
	width:688px;
	background-color:#2d2d2d;
	vertical-align:top;
	color:#666666;

}
#contentarea a {
	font-weight:bold;
}
#contentarea a:link, #contentarea a:active, #contentarea a:visited {
	color:#2d3e7f;
}

#contentarea a:hover {
	color:#3d6c82;
}
#content {
	background-color:#fff;
	width:669px;
        height:400px;
	margin-top:8px;
	margin-bottom:12px;
	vertical-align:top;
}
.content {
        font-size:11px;
	padding: 10px;
	vertical-align:top;
}

#footer {
	background-color:#191919;
        height:60px;
        border-top:1px solid #363636;

}

table.footer {
        font-size:9px;
        color:#9f9f9f;
}

table.footer td {
       color:#9f9f9f;

}

table.footer a:active, table.footer a:link, table.footer a:visited {
	color:#9f9f9f;
	text-decoration:none;
}
table.footer a:hover {
	color:#9f9f9f;
	text-decoration:underline;
}


.utilnav {
	float:right;
	width:163px;
	margin-top:20px;
}
.contentimage {
	border:1px solid #000;
}