img, div { 
	behavior: url(iepngfix.htc) 
}

body {
	width:760px;
	margin:0 auto;
	text-align:center;
	background-color: rgb(14,31,51);
	color: #ffffff;
	font-family: 'Helvetica', 'Trebuchet MS', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 19px;
	/* background-image:url(BlueBackground.jpg); */
}

#wrapper {
	background-image:url(BlueBackground.jpg);
	width:760px;
	margin:0 auto;
	text-align:left;
}

h1 {
	font-size: 35px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-top:12px;
}

#topnav {
	background-image:url(LightBlueBar.jpg);
	border:1px rgb(62,137,229) solid;
	border-left:0px;
	border-right:0px;
}

.section-spacer {
	height: 40;
	
}

#title {
	position:relative;
	left: 200px;
	width: 380px;
	float:left;
}

#main {
	position:relative;
	left: 40px;
	width: 680px;
	clear:both;
}

.heading-icon {
	float:left;
	/*width:70px;*/
	vertical-align:middle;
}

.heading-text {
	margin-top:12px;
	padding-left:20px;
	vertical-align:middle;
	float:left;
	width:230px;
	height:128px;
}

.content {
	padding-top:20px;
	clear:left;
	width:420px;
}

.screenshot {
	padding-top:20px;
	float:right;
}

.section {
clear:both;
padding-left:40px;
width:700px;
}

.question {
	font-size:16px;
}

.answer {
	padding-left: 60px;
}

.answer a {
	text-decoration:none;
	color:yellow;
}

.answer a:visited {
	color:yellow;
}

.answer a:hover {
	color: yellow;
}

.section a {
	text-decoration:none;
	color:yellow;
}

.section a:visited {
	color:yellow;
}

.section a:hover {
	color: yellow;
}

#footer {
	clear:both;
	text-align:center;
	margin-top:120px;
}

.heading {
}

.content {
}

.navlist {
	list-style-type: none;
	white-space:nowrap;
	text-align: center;
}

.navlist li {
	display:inline;
	padding-right:10px;
	padding-left:10px;
}


.navlist li a {
	color: white;
	text-decoration:none;
	/*float:left;*/
	/*padding:0.2em 1em;*/
}

.navlist li a:visited {
	color:white;
}

.navlist li a:hover {
	color: yellow;
}

/*
form, label, input, textarea {
	font-size : 1em; 
}

fieldset { 
	width : 600px; 
	padding : 0.5em 1em; 
}

label { 
	position : relative; 
	width : 100px; 
	display : block; 
	margin : 10px 0px;
}

label input, label textarea { 
	position : absolute; 
	left : 100%; 
	top : -3px; 
	width : 250px; 
}

input.submit { 
	padding-left : 100px;
}


textarea {
	padding: 5px;
	font-family: 'Helvetica', 'Trebuchet MS', sans-serif;
}


----------
*/

label{
float: left;
width: 100px;
font-weight: bold;
}

input, textarea{
width: 250px;
top:-3px;
font-size:12px;
margin-bottom: 5px;
font-family: 'Helvetica', 'Trebuchet MS', sans-serif;
}

textarea{
width: 550px;
height: 150px;
font-size:1em;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 100px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

.sectionheading {
	clear:both;
}

.sectionheading h3 {
	margin-top:40px;
}

.sectionheading ol {
	width:400;
}

.instructionstext {
	float:left;
	margin-top:0px;
}

.instructionsimage {
	margin-top:80px;
	margin-left:20px;
	float:left;
}

a img {
	border:0px;
}


























