body{
	background-color: #B8C6E6;
}

/* CSS Document */

#main{
top: 0;
left: 0;
position: absolute;
	background: url("wholebackground.gif") repeat-y;
	width: 1152px;
}

#main p{
margin-left: 220px;
	padding-top: 220px;
	width: 470px;
	font-family: "arial";
	color: #062773;
	line-height: 1.5em;
	margin-bottom: -220px;
}

#form{
top: 0;
left: 0;
position: relative;
margin-top: -220px;
margin-bottom: -220px;
}
html>body #form{margin-left: 220px;}

#form p{
margin-left: 220px;
		width: 470px;
	font-family: "arial";
	color: #062773;
	line-height: 1.5em;
}

#form p.intro{
margin-left: 220px;
	
	width: 470px;
	font-family: "arial";
	color: #062773;
	line-height: 1.5em;
}

#main p.form{
margin-left: 220px;
		padding-top: -220px;
	width: 470px;
	font-family: "arial";
	color: #062773;
	line-height: 1.5em;
}

#main p.more{
margin-left: 220px;
		width: 470px;
	font-family: "arial";
	color: #062773;
	line-height: 1.5em;
}

#main a{
	color: #007FFF;
}

#main a:hover{
	color: #104E8B;
}

h1{
	color: #586999;
	width: 255px;
	height: 39px;
	background: transparent url("header.gif") no-repeat;
	font-family: "Arial", verdana, tohoma, helvetica, sans-serif;
	text-align: center;
	top: 171px;
	left: 330px;
	right: auto;
	position: absolute;
	font-size: 21px;
	padding: 7px 0 0 0;
	z-index: 5;
}


#camgraphic{
	background: url("camgraphic.jpg") no-repeat;
	width: 164px;
	height: 140px;
	position: absolute;
	left: 36px;
	top: 0;
	z-index: 5;
}

#selectalink{
	background: url("selectalink.gif") no-repeat;
	width: 164px;
	height: 41px;
	position: absolute;
		left: 36px;
		top: 140px;

}

#links a{
	background: url("menubg.gif");
	position: relative;
	left: 0;
	top: 41px;
	
	width: 164px;
	display: block;
	border-bottom: 1px dashed white;
	font-family: "tahoma", verdana, arial, sans-serif;
	letter-spacing: 0.1em;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	text-align: center;
	padding: 0.5em 0 0.5em 0;
}

#links a:hover{
	background: url("menuover.gif");
	color: #1B3883;
}

#title{
	background: url("title.gif") no-repeat;
	width: 500px;
	height: 161px;
	position: absolute;
	left: 200px;
}

#footer{
	background: url("footer.gif") no-repeat;
	width: 1152px;
	height: 45px;
	position: relative;
	margin-top: 300px;
}
#footer p{
	color: #BBBBBB;
	font-size: 12px;
padding-left: 110px;
	padding-top: 0;
	width: 500px;
}

#footer a{
	color: #737373;
}

#footer a:hover{
	color: #414141;
}