/* CSS Document */

body {
	background-color:#04270e;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #fff;
	text-decoration:none;
}
a:hover {	
	color: #fff;
	text-decoration:underline;
}



#lbg {
	position:absolute;
	width:102px;
	height:250px;
	left: -101px;
	top: 451px;
	background-image: url(images/lbg.jpg);
	background-repeat: no-repeat;
}

#rbg {
	position:absolute;
	width:62px;
	height:252px;
	top: 200px;
	left: 1000px;
	background-image: url(images/rbg.jpg);
	background-repeat: no-repeat;
}

#Container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:1200px;
	left: auto;
	right: auto;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}

#masthead {
	background-image:url(images/header.jpg);
	height:200px;
}
#content {
	background-image:url(images/contentbg.jpg);
	height:501px;
}

#lcolumn {
	width:450px;
	margin-left: 25px;
	margin-right: 25px;
	float:left;
}

#rcolumn {
	width:425px;
	margin-right: 25px;
	float:right;
}

.subhead {
	font-family:Arial, Helvetica, sans-serif;
	color:#D4EF6C;
	font-size:14px;
	font-weight:bold;
}

.question {
	font-family:Arial, Helvetica, sans-serif;
	color:#D4EF6C;
	font-size:14px;
	font-weight:bold;
}

#formblock {
	background-image:url(images/formbg.jpg);
	width:362px;
	height:321px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:10px;
}
form div {
	clear:left;
	margin:0;
	padding:0;
	padding-top:0.6em;	
}
form div label {
	float:left;
	width:100px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
input.txt{
	color:#00008B;
	background-color:#E3F2F7;
	border: 1px inset #00008B;
	width:200px;
}
form div input.btn{
	margin-left:100px;
	color:#00008B;
	background-color:#ADD8E6;
	border: 1ox inset #00008B;
}
textarea {
	color:#00008B;
	background-color:#E3F2F7;
	border: 1ox inset #00008B;
	width:200px;
	height:200px;
}


	
