/* 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: 644px;
	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: 22px;
	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: 461px;
	position: absolute;
	background-color: #FFFFFF;
	width: 800;
	top: 158px;
	float: left;
	}
	#whitebox {
	background: #FFFFFF;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding: 0px;
	height: 463px;
	width: 522px;
	position: absolute;
	left: 8px;
	top: 1px;
	}
	#whitebox h2, #whitebox h3, #whitebox p {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 10px 20px 0px;
	color: #000000;
	}
	#bluebox {
	background:#0346af;
	width:261px;
	height: 491px;
	position: absolute;
	top: -23px;
	float: right;
	text-align: left;
	left: 539px;
	}
	#bluebox p {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 10px 20px 0px;
	color: #fff;
	}
	#footer {
	background:#fff;
	clear:both;
	height: 20px;
	top: 470px;
	position: absolute;
	left: -1px;
	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 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: 2em;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	top: 0px;
	}
.footer {font: normal 12px Arial, Helvetica, sans-serif;color: #999999;text-align: center;}
a.one:link {
	color: #999999;
	text-decoration: underline;
}

