/* CSS Document */
body,
	html {
		margin:0;
		padding:0;
		background:#665840;
		color:#000;
	}
	body {
	min-width:800px;
	text-align: center;
	margin:0 auto;
	}
	#container {
	background:#fff;
	margin:0 auto;
	width:800px;
	text-align: left;
	height: 1780px;
	top: 0px;
	border-top: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 8px solid #FFFFFF;
	}
	#header {
	background:#fada63;
	height: 106px;
	width: 800px;
	}
	#menu {
	padding:0px;
	height: 20px;
	background-color: #F15D22;
	width: 800px;
	line-height: -3em;
	}
	#submenu {
	padding:0px;
	height: 15px;
	background-color: #fff;
	width: 539px;
	line-height: -3em;
	}
	#maincontainer {
	background: #FF0000;
	height: 431px;
	position: absolute;
	background-color: #FFFFFF;
	width: 800;
	top: 134px;
	float: left;
	}
	h2, h3, p {
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	margin: 10px 20px 0px;
	color: #000000;
	}
	#bluebox {
	background:#0346af;
	width:261px;
	height: 458px;
	position: absolute;
	top: 0px;
	float: right;
	text-align: left;
	left: 539px;
	}
	#bluebox p {
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	margin: 10px 20px 0px;
	color: #fff;
	}
	#footer {
	background:#fff;
	clear:both;
	height: 20px;
	top: 445px;
	position: absolute;
	left: 0px;
	width: 800px;
	line-height: 2em;
	}
	#bottombar p {
	padding:0px;
	margin:0;
	font: 12px Arial, Helvetica, sans-serif;
	clear: both;
	background-color: #FFFFFF;
    }
.paragraphWhite12 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	margin: 10px;
	}
.paragraphWhite11 {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	padding: 2px 10px 5px;
	}
ul {
	list-style: url(none) none outside;
	text-indent: -3em;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	top: 0px;
	}
ul .ulblack {
	list-style: disc url(none) outside;
	text-indent: 0em;
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	color: #000000;
	top: 0px;
	}
ul .ulwhite {
	list-style: disc url(none) outside;
	text-indent: 0em;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	top: 0px;
	}
ul .black {
	list-style: disc url(none) outside;
	text-indent: 0em;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	top: 0px;
	}
.footer {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	top: 493px;
}
a.one:link {
	color: #999999;
	text-decoration: underline;
}
a.white:link, a:active, a:visited{
	color:#fff;
	text-decoration: underline;
}
a.blue:link, a:active, a:visited{
	color:#0000cc;
	text-decoration: underline;
}

