/* 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: 600px;
	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: 414px;
	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: 420px;
	width: 529px;
	position: absolute;
	left: 5px;
	top: -32px;
	}
	#whitebox h2, #whitebox h3, #whitebox p {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 10px 20px 0px;
	color: #000000;
	}
	#bluebox {
	background:#0346af;
	width:263px;
	height: 446px;
	position: absolute;
	top: -1px;
	float: right;
	text-align: left;
	left: 537px;
	background-color: #0066CC;
	}
	#bluebox p {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 10px 20px 0px;
	color: #fff;
	}
	#footer {
	background:#fff;
	clear:both;
	height: 20px;
	top: 426px;
	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;}
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;
}
