body {
	background-color: #999999;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


#pagecontainer {
	width:99%;
	text-align:center;
	position:absolute;
}

#ccontainer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:760px;
}



p.bodycopy {
	color:#000000;
	font-size:14px;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width: 747px;
	height: 50px;
}

#colorbutton1 {
	position:absolute;
	width:28px;
	background-color: #000000;
	margin-top:0;
	border:1px;
	top: 63px;
	height: 26px;
	left: 25px;
}

#colorbutton2 {
	position:absolute;
	width:28px;
	background-color: #000000;
	margin-top:0;
	border:1px;
	top: 63px;
	height: 26px;
	left: 72px;
}

#colorbutton3 {
	position:absolute;
	width:28px;
	background-color: #000000;
	margin-top:0;
	border:1px;
	top: 63px;
	height: 26px;
	left: 119px;
}

#colorbutton4 {
	position:absolute;
	width:28px;
	background-color: #000000;
	margin-top:0;
	border:1px;
	top: 63px;
	height: 26px;
	left: 167px;
}

#colorbutton5 {
	position:absolute;
	width:28px;
	background-color: #000000;
	margin-top:0;
	border:1px;
	top: 63px;
	height: 26px;
	left: 214px;
}

#lowheader {
	position:absolute;
	width:747px;
	top:51px;
	height:116px;
	left: 0px;
}


#contentouter {
	position:absolute;
	top:103px;
	left:0px;
	width:748px;
}

#contentcontainer {
	position:relative;
	width:721px;
	left:26px;
	text-align:left;
}

#content {
	position:relative;
	left:12px;
	width:582;
	z-index:1;
}

.rightfloat {
	float:right;
	margin-left:12px;
	margin-bottom:4px;
}

.leftfloat {
	float:left;
	margin-right:12px;
	margin-bottom:4px;
}

.floatbuttonright {
	float:right;
	margin-left:36px;
	margin-bottom:36px;
	margin-right:36px;
}

.headerspacing {
	margin-left:8px;
	margin-top:8px;
}

#contentouter2 {
	position:absolute;
	top:0px;
	left:0px;
	width:748px;
}

#contentcontainer2 {
	width:600px;
	left:0px;
}

a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}


a:visited {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;	
}

