/* CSS Document */



div#container {
	z-index: 1;
	position: absolute;
	width: 915px;
	margin-left: -457px;
	left: 50%;
	top: 22px;
}
div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
div#built {
	position: absolute;
	top: 30px;
	right: 0px;
}
div#bodyCopy {
	position: absolute;
	width: 605;
	left: 310px;
	top: 375px;
	padding-left: 15px;
}
div#altBodyCopy {
	position: absolute;
	width: 605;
	left: 310px;
	top: 74px;
}

div#pic {
	position: absolute;
	top: 66px;
	width: 915px;
}
div#greyPanel {
	position: absolute;
	top: 140px;
	width: 855px;
	background-color:#CCCCCC;
	padding: 30px;
}
div#nav {
	position: absolute;
	right: 0px;
	top: 21px;
}
div#subNav {
	position: absolute;
	right: 0px;
	top: 35px;
}
div#navigation {
	position: absolute;
	width: 305;
	left: 0px;
	top: 375px;
	height: 300px;
}
div#altNavigation {
	position: absolute;
	width: 295px;
	left: 0px;
	top: 66px;
}
div#footer {
	width: 915px;
	text-align:right;
}


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.sectionHeading {
	color: #CC006B
}
.subHeading {
	color: #000000
}
a:link {
	color: #3D81EE;
	text-decoration: none;
}
a:visited {
	color: #3D81EE;
	text-decoration: none;
}
a:hover {
	color: #CC006B;
	text-decoration: underline;
}
#smallbox {
	height: 260px;
	width: 140px;
	border: 5px solid #FFFFFF;
	float: right;
}
