body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, serifSansSerifMonospace, Verdana, Arial, Helvetica, sans-serif;
	background-color: #003366;
}
#maincontainer {
	position: relative;
	overflow: visible;
	width: 	680px;
	height: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: solid 1px #cccccc;
}
#header {}
#navigation {
	position: relative;
	overflow: hidden;
	left: 26px;
	width: 	627px;
	height: 17px;
	background-color: #006699;
}
#content {
	margin-top: 10px;
	margin-left: 26px;
	margin-right: 28px;
	margin-bottom: 10px;
}
#leftfull {}
#left2col {
	width: 392px;
}
#right1col {
	width: 220px;
	float: right;
}
#left1col {
	width: 220px;
}
#right2col {
	width: 392px;	
	float: right;
}
#threecol1 {
	float: left;
	width: 200px;
	height: 100%;
}
#threecol2 {
	float: left;
	width: 32%;
	height: 100%;
	margin-left:14px;
}
#threecol3 {
	float: right;
	width: 200px;
	height: 100%;
}
#footer {
	width: 625px;
	height: 26px;
	clear: both;
	border-top: solid #ccccff 1px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 26px;
	font-size: 0.7em;
	color: #666666;
}

