/* CSS Document */

html,body{
height:100%;
}

body {
	padding: 0;
	margin: 0;
	background-color: #0a121b;
	/*background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;*/
	text-align: center;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}
#containerDiv {
margin: 0 auto;
/*width: 770px;
	background-image: url(../img/containerDiv_bg.gif);
	background-repeat: repeat-y;*/

	/*min-height:100%;*/
}

#headerDiv {
	background-image: url(../img/headerDiv_bg.jpg);
	background-repeat: no-repeat;
	height: 153px;
}

#headerDivText{
width: 200px;
display: block;
float: right;
text-align: right;
margin: 25px 37px 0 0;
}


#headerDivText a{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.headerDivTextFirstTag {
	color: #4c2e00;
}

#logoLinkDiv a{
float:left;
margin: 8px 0 0 32px !important;
- margin: 8px 0 0 16px; /* IE6 hack */
	display: block;
	height:58px;
	width: 200px;
}

#HeaderButtonLinkDiv a{
display:block;
float:left;
height:106px;
margin:23px 0 0 95px !important;
width:111px;
}

#contentDiv {
	/*margin: 0 38px 0 38px;
	padding: 30px 0 30px 0;*/
	text-align: left;
}

.titleDiv {
text-align: left;
	background-image: url(../img/titlePopupDiv_bg.gif);
	background-repeat:no-repeat;
	height: 24px;
	padding: 6px 0 0 34px;
	margin: 0 0 25px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

.subtitle {
	color: #fff;
}



p {
	margin: 0 0 15px 0;
	color: #fff;
	font-size: 13px;
}

p a {
	color: #71a4da;
	font-size: 13px;
}

p a:hover {
	color: #ea9000;
}

ul {
padding: 0;
margin: 0 0 0 20px;
list-style-type: none;
}

li {
	margin-top: 0;
	color: #fff;
	font-size: 13px;
	background-image: url(../img/li_bg.gif);
	margin: 0 0 7px 0;
	padding: 0 0 0 15px;
	background-position: 0 6px;
	background-repeat: no-repeat;
}

li a {
	color: #71a4da;
	font-size: 13px;
}

li a:hover {
	color: #ea9000;
}

.stepDiv {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #0157bd;
	padding:0 0 5px 0;
}

.stepImportant {
	color: #fb9900;
}

.stepImportant b{
	font-size: 30px;
	font-weight: normal;
}

.navDiv {
padding:3px 0 20px 0;
	text-align: right;
	font-size: 9px;
	color:#ea9000 ;
	text-transform: uppercase;
}

.navDiv a{
	font-size: 10px;
	color:#71a4da ;
	text-transform: uppercase;
	text-decoration: none;
}

.navDiv a:hover{
	color:#ea9000 ;
}

.photoDiv {
	text-align: center;
	padding: 10px 0 25px 0;
}

.boxDiv {
	padding-bottom: 40px;
}


.footerDiv {
padding:5px 0 0 0;
margin: 30px 0 0 0;
border-top: 1px solid #ea9000;
	text-align: right;
	font-size: 9px;
	color:#71a4da ;
	text-transform: uppercase;
}

.footerDiv a{
	color:#ea9000 ;
	text-decoration: none;
}
.footerDiv a:hover{
	color:#ffffff;
}


.important {
		color:#ea9000 ;
}
