/* 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;
	}
	#maincontainer {
	background: #FF0000;
	height: 449px;
	position: absolute;
	background-color: #FFFFFF;
	width: 800;
	top: 134px;
	}
	#whitebox {
	background: #FFFFFF;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding: 0px;
	height: 446px;
	width: 392px;
	position: absolute;
	left: 0px;
	top: 0px;
	}
	#whitebox h2, #whitebox h3, #whitebox p {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 10px 20px 0px;
	color: #000000;
	}
	#orangebox {
	background: #FFc300;
	position: absolute;
	width: 137px;
	left: 394px;
	height: 447px;
	top: 0px;
	}
	#greenbox {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #379c35;
	text-align: left;
	float: left;
	position: absolute;
	left: 0px;
	top: 322px;
	width: 514px;
	height: 118px;
	padding: 0px 8px 8px;
	}
	#bluebox {
	background:#0346af;
	width:243px;
	height: 426px;
	position: absolute;
	top: 0px;
	float: right;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	left: 537px;
	}
	#footer {
	background:#fff;
	clear:both;
	height: 16px;
	top: 450px;
	position: absolute;
	left: 0px;
	width: 800px;
	}
	#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-left: 10px;
	margin-top: 10px;
	}
.white {
	color:#fff;
	text-decoration: underline;
}
ul {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	top: 0px;
	}
.footer {font: normal 12px Arial, Helvetica, sans-serif;color: #999999;text-align: center;}
a.one:link {
	color: #999999;
	text-decoration: underline;
	font-size: 12px;
}
