*{
margin:0;
padding:0;
border:0
}
body{
	margin:10px 0 0;
	color:#FFFBF0;
	background:#061d49;
	font:11px verdana,arial,sans-serif;
	background-image: url(bgblue4.jpg);
	background-repeat: repeat;
}
a{
color:#fdfefd;
text-decoration:underline
}
a:hover{
color:#ffffff;
text-decoration:none
}
input,select,textarea{
border:#969696 1px solid;
padding:2px;
color:#000000;
font:11px arial,tahoma,sans-serif
}
select{
padding:1px
}
li{
	list-style:none;
}
#page{
	margin:0 auto;
	width:900px;
	background-color: #061d49;
}
/*--- HEADER ---*/
#header{
	height:362px;
	background-color: #061d49;
	background-repeat: repeat;
}
/*- Logo -*/
#header img{
	position:absolute;
	top:20px;
	background-color: #55DFFF;
	margin-left: 20px;
}
/*- Slogan -*/
#header h1{
	width:535px;
	margin:0 0 0 220px;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	top:82px;
	position:absolute;
	background-color: #061d49;
}
/*- Date -*/
#header p{
	width:110px;
	margin:0 0 0 790px;
	position:absolute;
	top:82px;
	background-color: ##595959;
}
/*- Menu -*/
#menu{
	background-color: #55DFFF;
}
/*--- COLUMN LAYOUT ---*/
#columns{
	margin:19px 0 0;
	padding:0 0 0 12px;
	width:888px;
	background:url(columns-bgr5.gif) repeat-y;
	background-color: #061d49;
}
#columns p{
padding:5px 0;
line-height:20px
}
#columns h2{
font-size:11px;
line-height:18px
}
/*--- LEFT column styles ---*/
#leftcol{
	width:350px;
	float:left;
	margin-left: 5px;
}
/*--- CENTER column styles ---*/
#centercol{
	width:480px;
	float:left;
	margin-left: 4px;
	margin-top: 0px;
	margin-right: 20px;
}
/*--- RIGHT column styles ---*/
#rightcol{
width:1px;
margin:0 0 0 1px;
float:left}
/*--- FOOTER ---*/
#footer{
	padding:10px 0;
	clear:both;
	height:25px;
	background:url(footer.gif) repeat-x;
}
#footer a{
font-weight:bold;
text-decoration:none
}
.copy{
padding:0 0 0 15px;
width:250px;
float:left;
font-size:9px
}
.contacts{
padding:0 15px 0 0;
width:350px;
float:right;
text-align:right
}
/*--- Misc. styles ---*/
.fix{
clear:both;
line-height:1px;
height:1px
}
.ac{
text-align:center
}
.ar{
text-align:right
}
.fl{
float:left
}
.fr{
float:right
}
.picmt{
margin:10px 0 0
}
.picmb{
margin:0 0 20px
}
