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

body {
	padding:0;
	margin:0 auto;
	background-color: #fff;
	color: #002d5b;
	font-family:Helvetica, Arial,  Verdana, sans-serif;
	font-size: 12px;
	line-height:14px;
	text-align: center; /* IE */
	
}
#Main{
	width:722px;
	margin:0 auto;
	padding-top:50px;
	background-image:url(images/BgMain.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
}
#Nav{
	display:none;
}
#ContentHead{
	margin:50px 0 0 30px;
	text-align:left;
	color:#002d5b;
	line-height:20px;
}
#ContentHead h1{
	margin:0;
	font-size:50px;
	line-height:50px;
	font-weight:normal;
	color:#000;
}
#ContentHead h2{
	margin:5px 0 10px 0;
	font-size:20px;
	line-height:25px;
	font-weight:normal;
	color:#00639e;
}
p{
	margin:0;
}
#Logo{
	margin:0;
	padding-top:14px;
	text-align:left;
}
#ImgHead{
	float:right;
}
#Content{
	margin:20px 30px 0px 30px;
	padding-bottom:40px;
	text-align:left;
	color:#002d5b;
	line-height:16px;
}
#Content h1{
	margin:0 0 10px 0;
	color:#a8b6c4;
	font-size:22px;
	line-height:30px;
	font-weight:normal;
}
#Content h2{
	margin:0;
	font-size:16px;
	line-height:25px;
}
#Content a:link, #Content a:visited{
	color:#00639c;
}
#Content a:hover, #Content a:active{
	color:02a4f8;
}
.ImgBorder_TopLeft{
	padding:3px;
	background-image:url(images/border_top_left.gif);
	background-repeat:no-repeat;
}
.Right{
	float:right;
	margin:0 0 20px 20px;
}
.Left{
	float:left;
	margin:0 20px 20px 0;
}
#Content img{
	padding:3px;
	border:1px solid #bfcad5;
	 -moz-border-radius:3px;
	 -webkit-border-radius: 3px;

}
#Footer{
	display:none;
	
}
#Footer a:link, #Footer a:visited{
	color:#556d76;
	text-decoration:none;
	padding:2px 0;
}
#Footer a:hover, #Footer a:active{
	color:#fff;
}
#Footer img{
	float:right;
}
.Copyright{
	float:left;
	padding:2px 0;
}