body {
	font-family:Arial, Helvetica, sans-serif;
	background:#040e28;
}
html * {
	margin:0;
	padding:0;
}
a {
	color:#fff;
}
#MainWrapper {
	width:100%;
	margin:0 auto;
}
.HeaderWrapper {
	width:100%;
	height:187px;
	background:url(images/Header_Bck.jpg) repeat-x;
	text-align:center;
}
.HeaderBgWrapper {
	margin:0 auto;
	width:100%;
	height:187px;
	background:url(images/InnerHeader_Bck.jpg) no-repeat center;
}
.Header {
	margin:0 auto;
	width:998px;
	height:187px;
}
.Logo {
	background:url(images/logo.png) no-repeat;
	width:359px;
	height:64px;
	position:absolute;
	margin-left:110px;
	margin-top:41px;
}
.MainNavig {
	float:right;
	margin-top:164px;
	margin-right:72px;
	display:inline;
}
.MainNavig ul {
	float:right;
	list-style:none;
	height:23px;
	display:inline;
}
.MainNavig ul li {
	float:left;
	width:90px;
	height:23px;
	background:url(images/MenuDivider.png) no-repeat top right;
}
.MainNavig ul li a {
	text-decoration:none;
	color:#01081f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	display:block;
	width:auto;
}
.MainNavig ul a:hover {
	background:url(images/MainMenuLink_Arrow.gif) no-repeat center bottom;
	height:23px;
}
.MainNavig ul li.LastMenuItem {
	background:none;
}
/*------------------------------------CONTENT--------------------------------------*/







.ContentWrapper {
	background:url(images/Content_Bck.jpg) repeat-x #1f4e82 bottom;
	margin:0 auto;
}
.Content {
	width:800px;
	background:url(images/ContentDivider.gif) repeat-y;
	background-position: 570px 0px;
	margin:0 auto;
}
.MainContent {
	height:100%;
}
.Content .LeftNavig {
	float:right;
	width:230px;
	padding-top:15px;
	margin-right:-30px;
}
.Content .LeftNavig ul {
	width: 226px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}
.Content .LeftNavig ul li {
	height: 70px;
}
.Content .LeftNavig ul li a {
	width: 200px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	display: block;
	padding: 10px 10px;
}
.Content .LeftNavig ul li a span {
	font-size: 12px;
	clear: left;
	display: block;
	padding-top: 5px;
}
.Content .LeftNavig ul li a:hover {
	background: #000;
	color: #fff;
}
.Content .LeftNavig ul li a:hover span {
	color: #fff;
}
.FormLogIn {
	width:226px;
	margin-bottom:32px;
}
.FormLogIn h2 {
	width: 205px;
	height: 30px;
	color:#fff;
	font-size:14px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#000;
	line-height:30px;
	padding-left:15px;
}
/*.FormLogIn .Locker



{



	background:url(images/LogIn_Locker.png) no-repeat;



	width:35px;



	height:44px;



	display:block;



	position:absolute;



	margin-top:-35px;



	margin-left:109px;



}*/







.FormLogIn .FormContent {
	width:190px;
	height:165px;
	/*background:#204f83;*/

	background:#37699f;
	padding:0px 15px 0px 15px;
}
.FormLogIn .FormContent label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	margin-top: 16px;
	margin-bottom:2px;
	float: left;
	display: block;
	width: 160px;
}
.FormLogIn .FormContent input.FormInputs {
	clear:both;
	float:none;
	margin-top: 5px;
	background: url(images/InputForm_Bck.jpg) repeat-x;
	padding: 2px;
	display:block;
	width:183px;
}
.FormLogIn .FormContent .Submit {
	background:url(images/SubmitArrow.gif) no-repeat #0c2041;
	color:#fff;
	border:none;
	font-size:12px;
	width:75px;
	height:29px;
	border-top:1px solid #183c69;
	background-position: 90% 10px;
	text-align:left;
	padding:0px 0px 4px 5px;
	cursor:pointer;
	margin:12px 0px 0px 116px;
}
.FormLogIn .RegMsg {
	width:185px;
	height:72px;
	background:#5079a7;
	text-align:right;
	padding-right:15px;
	padding-top:10px;
	padding-left:20px;
	color:#FFFFFF;
	font-size:10px;
}
.FormLogIn .RegMsg span {
	display:block;
	font-size:11px;
}
/*---------------------------RIGHT CONTENT-----------------------------------*/







.ContentIn {
	float:left;
	width:538px;
	padding-top:25px;
	color:#fff;
	font-size:12px;
	line-height:20px;
}
.ContentIn h1 {
	background:url(images/Heading_Bck.gif) no-repeat;
	width:535px;
	height:85px;
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-size:30px;
	color:#204f83;
	font-weight:normal;
	text-align:center;
	line-height:60px;
}
.ContentIn h2 {
	font-size:20px;
	color:#fff;
	margin:10px 0px 10px 0px;
	border-bottom:1px dotted #fff;
	padding:10px 10px 10px 15px;
}
.ContentIn ol {
	padding-left:20px;
}
.ContentIn ol li {
	margin:6px 0px 6px 0px;
}
.ContentIn p {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-bottom:10px;
}
.ImageHolder {
	margin-top:15px;
	margin-bottom:30px;
}
.ImageHolder img {
	border:5px solid #fff;
	text-align:center;
}
.Footer {
	height:79px;
	width:100%;
	background:#0f274b;
}
.FooterContent {
	width:800px;
	margin:0 auto;
	padding-top:20px;
}
.FooterContent p {
	color:#fff;
	font-size:12px;
	margin-top:4px;
}
.FooterContent .address {
	color:#8ac0ff;
	font-size:13px;
	margin-top:-2px;
}
.FooterContent .address .emphasize {
	font-weight:bold;
	color:#8ac0ff;
	text-decoration:none;
}
.FooterContent .address .emphasize:hover {
	text-decoration:underline;
}
.CopyRight {
	height:64px;
	background:#000;
	padding-top:10px;
}
.CopyRightContent {
	margin:0 auto;
	color:#fff;
	list-style:none;
	width:800px;
	text-align:right;
}
.CopyRightContent p {
	color:#abc1e4;
	font-size:10px;
	display:none;
}
.CopyRightContent p.copyR {
	display:block;
}
.CopyRightContent .botomNavig {
	float:right;
	margin-left:5px;
	display:none;
}
.CopyRightContent .botomNavig li {
	list-style:none;
	float:left;
}
.CopyRightContent .botomNavig li a {
	padding: 0px 3px;
	text-decoration:none;
	font-size:10px;
	color:#fff;
	float: left;
}
.CopyRightContent .botomNavig li a:hover {
	text-decoration:underline;
}
.CopyRightContent .copyR {
	clear: right;
	font-size:11px;
	margin-top: 5px;
	margin-right: 5px;
}
.Clearer {
	clear:both;
	float:none;
}
