.mceContentBody { 
	background: #FFFFFF; 
}

body {
	font-family: "Times New Roman";
	color: #032D43;
	font-size: 12pt;
	background:#8691AF;
}

div#outercontainer {
	margin-left:auto;
	margin-right:auto;
        background: url(/media/images/base/body.jpg);
        background-repeat:repeat-y;
	width:999px;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 790px;
}

div#header {
	background: url(/media/images/base/head.gif);
	background-repeat: no-repeat;
	height:100px;
	margin-left:10px;
}

div#menubar {
	float:left;
	width: 190px;
	margin-top:-15px;
}

div#menubar ul {
	list-style-type: none;
}

div#menubar li {
	padding-bottom: 5px;
	margin-left:-20px;
}

div#menubar li:hover ul, div#menu li.over ul{ 
	display: block; 
	clear: left
}

div#content {
	float:left;
	width: 550px;
	padding: 0px 20px 20px 20px;
	background: #FFFFFF;
	color:#032D43;
}

a, a:link, a:active, a:visited { text-decoration: none; color: #85A7CC;}
a:hover { text-decoration: underline; }

h1 {font-size: 18pt; font-weight:bold; }
h2 {font-size: 16pt; font-weight:bold;}
h3 {font-size: 14pt; font-weight:bold; margin-top: 10px;}
h4 {font-size: 13pt; font-weight:bold;}
h5 {font-weight: bold; }

div#footer { color:#ffffff; font-weight:bold;  margin-left:200px;}

a img {border: none;}
