/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
html, body{
	height: 100%;
}
body{
	/*background: url(images/bgr.gif) #071542 no-repeat bottom right;*/
	background-color:#071542;
	color: #333333;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #091c59;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page, #header div{
	margin: 0 auto;
	width: 770px;
}
/*=== Header ===*/
#top{
	background: url(images/top-bgr.gif) repeat-x top;
	height: 154px;
	margin: 0 0 10px;
}
#header{
	background: url(images/header-bgr.gif) no-repeat center;
	height: 154px;
}
/*- Logo -*/
#header h1{
	background: url(images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 117px;
	width: 308px;
}
/*- Slogan -*/
#header p{
	color: #cdd0d9;
	float: right;
	font-size: 16px;
	padding: 60px 0 0;
}
/*- Top Menu */
#header ul{
	clear: both;
}
#header  li{
	float: left;
	font-weight: bold;
	line-height: 36px;
	margin: 0 15px 0 0;
}
#header li a{
	color: #ffffff;
}
#header  li a:hover,
#header li.active a{
	color: #ffbf00;
	text-decoration: none;
}
/*=== Title ===*/
#title{
	background: url(images/title.jpg) #071542 no-repeat top;
	border: 9px solid #26345f;
	color: #ffffff;
	float: left;
	height: 272px;
	width: 575px;
}
#title h2{
	font-size: 24px;
	font-weight: normal;
	padding: 200px 0 0 15px;
}
#title h2 em{
	color: #ffbf00;
	font-style: normal;
}
#title .alert{
	color: #ffbf00;
	font-style: normal;
	text-align:center;
	margin: 120px 0 0 0;
	padding:5px;
	font-size:160%;
	background-color:#000;
}
#title .alert a{
	color: #ffbf00;
	font-weight:bold;
	text-decoration:underline;
}
/*=== Columns ===*/
#home{
	background: url(images/home-bgr.gif) repeat-y right;
}
#columns{
	background: url(images/columns-bgr-dark.gif) repeat-y;
}
/*--- IE6 Hack ---*/
* html #columns{height:500px}
/*--- Left Column ---*/
#leftcol{
	background: url(images/leftcol-bgr.jpg) #273460 no-repeat top;
	float: left;
	height: 415px;
	width: 169px;
}
/*--- Center Column ---*/
#centercol{
	background: url(images/centercol-bgr.gif) repeat-x top;
	float: left;
	margin: 0 0 0 11px;
	padding: 15px;
	width: 382px;
}
#centercol h2,
#centercol h3{
	color: #091c59;
	font-size: 18px;
	padding: 0 0 5px;
}
#centercol h3{
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 15px;
}
#centercol h4{
	color: #091c59;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 15px;
}
#centercol p{
	padding: 0 0 15px;
}
#centercol li{
	margin: 0 0 0 25px;
	padding: 3px 0 3px 5px;
	list-style: outside disc;
}
#centercol ul{
	padding: 0 0 15px;
}

/*--- Right Column ---*/
#rightcol, #contacts{
	color: #bdbbd2;
	float: right;
	padding: 17px;
	width: 139px;
}
#rightcol a, #contacts a{
	color: #bdbbd2;
}
#rightcol a:hover, #rightcol .active a, #contacts a:hover{
	color: #ffffff;
	text-decoration: none;
}
/*- Contacts -*/
#contacts{
	color: #ffffff;
	font-size: 11px;
	padding: 10px 0;
	width: 169px;
}
#contacts h3{
	font-size: 12px;
	padding: 0 0 10px 10px;
}
#contacts p{
	padding: 0 10px 10px;
}
/*- Right Menu -*/
ul.rightmenu{
	padding: 0 0 10px;
}
.rightmenu li{
	font-weight: bold;
	margin: 0 0 8px;
}
/*=== Footer ===*/
#footer{
	background: #3a4873;
	clear: both;
	color: #ffffff;
	font-size: 11px;
	height: 23px;
	line-height: 23px;
	margin: 10px auto;
	padding: 0 15px;
	width: 384px;
}
#footer a{
	color: #ffffff;
}
#footer-home{
	background: #020931;
	clear: both;
	color: #394D86;
	font-size: 11px;
	padding: 10px 10px;
	margin: 7px auto;
}
#footer-home a{
	color: #bdbbd2;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	position: relative;
	overflow: hidden;
}
.hl{
	border-top: 9px solid #071542;
	height: 9px;
	margin: 5px 0;
	overflow: hidden;
}
.img_float{
	float:left;
	padding-right:10px;
}
.portrait{
	display:block;
	float:left;
	width:100%;
	margin:10px 0;
}
