/* CSS Document */
body {
	background-color: #1B3045;
	text-align:center;
	margin: 0px;
	font-family: Arial;
  	font-weight: normal;
  	font-style:  normal;
  	font-size:   12px;
  	color:       #000000;
	height: 100%;
	background-image: url(images/1b3045_totbg.jpg);
	background-repeat: repeat-x;
}
#container{
	background-image: url(images/1b3045_bg.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	left:0px;
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #1B3045;
	margin-top: 0px;
}
#header{
	width:855px;
	padding: 10px;
	height: 150px;
	margin-left: 53px;
}
#headerTitle{
	font-family: Arial;
	color:#FFFFFF;
	font-weight: bold;
    font-style:  normal;
	font-size:30px;
}
#headerSubtitle{
	font-family: Arial;
  	font-weight: bold;
 	font-style:  normal;
 	color:       #CCCCCC;	
	font-size:18px;

}

#mainLinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

#mainBlock1{
	display:none;
}
#mainBlock2{
	display:none;
}

#mainBlock3{
	display:none;
}

#footer{
	position:relative;
	top:0px;
	left:0px;
	width:875px;
	height:auto;
	background-color: #395F83;
	margin-left: 55px;
}
#footerBlock1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	padding:15px;
	text-align:center;
}
#footerBlock2{
	display:none;
}
#footerClear{
	clear:both;
}
#main{
	width:766px;
	height:100%;
	text-align:left;
	padding-bottom:40px;
	position:relative;
	margin-top: 1px;
	margin-left: 55px;

}