body{
	margin: 0;
	background: #151515 url(images/bg.gif) repeat-x;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	color: #001F38;
}

input, select {
	border: 1px solid #5F9698;
	font-size: 11px;
	font-family: arial, verdana;
}
textarea{
	border: 1px solid #5F9698;
	font-size: 11px;
	font-family: arial, verdana;
	width: 145px;
	height: 35px;
}
a:link, a:visited{
	color: blue;
}
a:hover{
	color: blue;
}

p{
	margin: 5px 0 10px 0;
	line-height: 18px;
	text-align: justify;
}	
/**************************************************/


#header, #content, #container, #footer{
	width: 800px;
	margin: 0 auto;
	position: relative;

}
#header{
	background: url(images/header.jpg) no-repeat;
	height: 120px;
	border: 0pt solid Yellow;
}
#header h1{
	text-indent: -9999px;
	font-size: 8px;
}
#content{
	background: url(images/content_bg.gif) repeat-y;
	border: 0pt solid Blue;
}
#left{
	width: 241px;
	height: 311px;
	background: url(images/left_bg.gif) top left no-repeat;
	border: 0pt solid Yellow;
}
#footer{
	background: url(images/footer.gif) no-repeat;
	height: 25px;
	padding: 20px;
	border: 0pt solid Yellow;
}
#footer p{
	font-size: 11px;
	margin: 0;
	text-align: center;
	color: #fff;
}
#footer a{
	color: #fff;
}
#nav ul{
	width: 200px;
	list-style-type: none;
	margin: 0px 10px 10px 25px;
	padding: 5px 0px 10px 10px;
	font-weight: bold;
	border: 0pt solid Red;
}
#nav ul li{
	color: #fff;
	margin: 0 0 17px 10px;
	padding: 0;
}
#nav ul li a{
	color: #fff;
}
#contact{
	width: 200px;
	margin: 105px 10px 10px 10px;
	padding: 0px 10px 10px 10px;
	text-align: left;
	border: 0pt solid Yellow;
}
/*#contact input, #contact textarea{
	width: 120px;
	margin: 0 0 0 0px;
	border: 1pt solid White;

}*/
.contactquestion {
	width: 180px;
	margin: 0;
	padding: 0;
	color: #fff;
	padding-left: 15px;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 0pt solid Red;
	}
.contactquestion p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 11px;
	line-height: 115%;
	}
#contactrequired p {
	margin: 0;
	padding: 0;
	color: #fff;
	margin-left: 12px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-size: 11px;
	font-style: italic;
	line-height: 115%;
	}
#contactbottom {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 115%;
	}
#contactbottom input {
	width: 55px;
	}
#disclaimer {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 110%;
	padding-bottom: 5px;
	margin-top: -15px;
	margin-left: 20px;
	}	
#badge {
	font-size: 11px;
	margin: 0;
	padding: 0;
	height: 75px;
	padding-bottom: 5px;
	padding-left: 12px;
	}
/*#pad_1{
	padding: 10px 10px 10px 40px;
}*/
.pad{
	width:475px;
	padding: 5px 30px 10px 10px;
	border: 0pt solid Red;
}
h1{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	display: none;
}
h3{
	color: #0f6dd2;
	font-size: 14px;
	border-bottom: 1px dotted #0f6dd2;
	font-weight: bold;
	margin: 0;
}
h4{
	color: #0f6dd2;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}