"UTF-8";
/* CSS Document - Root*/
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/bgTile.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	color:#333;
}

h1{
	font-size:24px;
	margin:0px;
	padding:0px;
}

h2{
	font-size:22px;
	margin:10px 0px 0px 0px;
	padding:0px;
	color:#003366;
}

h3{
	font-size:18px;
	margin:0px 0px 7px 0px;
	padding:0px;
	color:#003366;
}

p{
	line-height:16px;
	width:440px;
}

a{
	color:#FFF;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#container{
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#shell{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	position:relative;
	background-image:url(images/shellBG.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	left: 42px;
	top: 17px;

}

#flash{
	margin-top:6px;
	margin-bottom:7px;
	display:block;
}

#header{
	width:760px;
	height:126px;
	background-image:url(images/header.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

#content{
background-color:#FFFFFF;
}

#leftcol{
	width:480px;
	float:left;
	padding-left:20px;
}

#rightcol{
	width:260px;
	height:460px;
	float:left;
	padding-bottom:6px;
	margin:0px;
}

#rightcol h2{
	color:#FFF;
	font-size:18px;
	margin:0px 0px 0px 0px;
	padding:12px 0px 0px 0px;
}

#rightcol h3{
	color:#FFF;
	margin:0px 0px 0px 0px;;
	padding:30px 0px 0px 0px;
	font-size:16px;
}

#contact{
	width:230px;
	height:460px;
	background-image:url(images/formBG.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 0px 20px;
	margin:10px 0px 0px 0px;
}

#contact p{
width:200px;
color:#FFFFFF;
font-size:14px;
margin:0px;
padding:30px 0px 0px 0px;
}

span.bold{
font-weight:bold;
}

#specs{
	width:292px;
	background-image:url(images/specsBG.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:8px;
	margin-top:6px;
	background-color:#13437f;
	
}

#specs h2{
	padding-top:20px;
	margin-left:20px;
}

#specfoot{
	width:292px;
	height:15px;
	background-image:url(images/specfootBG.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	
}

ul{
	width:440px;
	color:#333;
	margin:0px 0px 0px 0px;
	padding:0px 0px 22px 16px;
}

li{
	padding:4px 0px 4px 0px;
}

#footer{
	width:720px;
	height:700px;
	clear:both;
	position:relative;
	
	border-top:1px solid #003366;
	margin:0px 20px 0px 20px;
}

#credits{
padding-top:5px;
font-size:10px;
}

#credits a{
color:#003366;

}

form{
	width:250px;
	margin:10px 0px 0px 0px;
}

label{
	color:#FFF;
	clear:left;
	width:60px;
	display:block;
	float:left;
}

input{
	width:150px;
	margin-bottom:6px;
}

input.submit{
	width:80px;
	margin-left:138px;
	margin-top:10px;
}

textarea{
	clear:both;
	display:block;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:214px;
	height:80px;
}

