@charset "UTF-8";
/* CSS Document */



body {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #fff;
	background-color: #06100d;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0;
	margin: 0;
	margin-bottom: 0;



}



A:link {text-decoration: none; color: #eeeeee;}
A:visited {text-decoration: none; color: #666666;}
A:active {text-decoration: none}
A:hover {text-decoration:overline; color: #eeeeee;}


a {
	font-size: 14px;
	}
	


h1 {
	font-size: 18px;
	font-color: #eeeeee;
	font-weight: 600;
}
 
 
h5 {
	font-size: 10px;
	font-color: #666666;
	color: #333333;
} 
 
 

#mask{
   position: relative;
   overflow: hidden;
   margin: 0px auto;
   width: 850px;
}


#topbar{
   float: left;
   width: 850px;
   height: 39px;
   background-color: #000000;
}


#header{
   float: left;
   width: 850px;
   height: 370px;
   margin-top: 10px;
   background-image: url(images/header-main.jpg);
   background-repeat: no-repeat;
   background-position: left;
}


#navcol{
	position: relative;
	float: left;
	width: 570px;
	margin-top: 75px;
}


#navcol a{ 
   font-size: 18px;
   letter-spacing: 1px;
   font-family: Georgia;
  
}

#navcol a:link { color: #ffffff }
#navcol a:visited { color: #eeeeee }
#navcol a:active { text-decoration: none }
#navcol a:hover { text-decoration: overline; color: #000000;}


#logo{
	position: relative;
	float: left;
	width: 275px;
	margin-top: 15px;
}



#right-col{
	position: relative;
	float: left;
	width: 270px;
	margin-top: 0px;
	margin-left: 5px;
}


#left-col{
	position: relative;
	float: left;
	width: 550px;
	margin-top: 0px;
	margin-left: 10px;
}




.headings-left{
	float: left;
	width: 540px;
	height: 10px;
	border-bottom: 1px solid #173964;
	padding-bottom: 15px;
	font-size: 18px;
}


.headings-right{
	float: left;
	width: 270px;
	height: 10px;
	border-bottom: 1px solid #173964;
	padding-bottom: 15px;
	font-size: 18px;
}


.headings-steps{
	float: left;
	width: 830px;
	height: 10px;
	border-bottom: 1px solid #173964;
	padding-bottom: 15px;
	font-size: 18px;
	margin-bottom: 20px;

}


.left-content{
	float: left;
	width: 540px;
	height: auto;
	margin-top: 10px;

}

.right-content{
	float: left;
	width: 270px;
	height: auto;
	margin-top: 10px;

}


#body{
	width: 850px;
	height: 560px;
	background-image: url(images/whitebg.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;   

}


#steps{
	width: 840px;
	height: 250px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: auto;
	float: left;
}






#footer{
	width: 830px;
	height: 60px;
	background-color: #000000;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #173964;
}
