* {
padding: 0px;
}


body, p {
	/*background-color: #1B1B1B;*/
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, "sans serif";
	background-repeat: repeat-x;
	color: #BFCFFF; 
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#mainBlock {
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 900px;
	height: auto;
	text-align:center;
	padding: 0px;
	
}

#headerTitle {
	top: 25px;
	font-family: "Times New Roman", Verdana, Arial, Helvetica, "sans serif";
	color: #809FFF;
	font-size: 48px;
	margin: 0px;
	background-repeat: no-repeat;
	padding: 0px;
	height:125px;
	text-align:right;
	font-weight: 500;
}
#bodyRight{
	width: 655px;
	float:right;
	text-align: left;
	font-size: 16px;
	color: #BFCFFF;
	margin: 25px 0px 0px 0px;
	line-height: 32px;
}
#bodyRight h1{
	font-family: "Times New Roman", Verdana, Arial, Helvetica, "sans serif";
	font-size: 32px;
	font-weight: 600;
	margin-left: 25px;
}

#form1{
background-color: #BFCFFF;
}

.inputError1{
color: #781351;
background-color: #FFdcdc;
border: 1px solid #781351
}

#bodyImage {
	margin-bottom: 25px;
	align:center
}

#contactLeft {
	width: 400px;
	float: left;
}

#contactRight {
	width: 200px;
	float: right;
}

#navleft {
	width: 220px;
	float: left;
	align: left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans serif;
	color: #BFCFFF;
	margin: 10px 25px 0px 0px;
	padding-left: 0px;
}



#navleft li{
	list-style-type:none;
	height:28px;
	color:#809FFF;
	font-size:18px;
	font-weight: 600;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #BFCFFF;
	text-decoration: none;
}

#navleft li a {
	height:28px;
	color: #809FFF;
	text-decoration: none;
	}

a {
	list-style-type:none;
	color:#FF9900;
	text-decoration: underline;
}


#navleft li a:hover, #navleft li:hover{
	background-color: #404040;
	display:block;
	height:28px;
}

#navleft .navCurrent a{ 
	color:#FF9900;
	height:28px;

}

#footer1 {
	color: #BFCFFF;
	font-size: 14px;
	border-top: 1px solid #bfcfff;
	width:900px;
	margin-top: 25px;
	margin-bottom: 3px;
	padding-top:10px;
}

#clear {
	clear: both;
}
	