body {
	font-family: Arial;
	font-size: 11px;
	width:100%
	padding:0px;
	background:#206c9c; 
	color:#085091;
	margin:0px;
	background:#080d3d url('../images/main-back.gif') repeat-x;
}

#outer{
 background:url('../images/back.gif') repeat-y;
 width:875px;
 margin:auto;
 }
#hdr{
 height:176px;
 background:url('../images/h-back.gif') repeat-x;
 margin-bottom:15px;
 }
#logo{
 margin-top:35px;
 }
#h-title{
 margin-top:68px;
 float:left;
 font-size:28px;
 font-weight:bold;
 }
#h-title a:link, #h-title a:visited{
 color:#FFFFFF;
 text-decoration:none;
 }
#h-title a:hover{
 color:#fca001;
 }

#banner-top{
 border:1px solid #000000;
 text-align:center;
 width:460px;
 height:60px;
 margin:auto;
 }

#nav{
 width:725px;
 margin-top:12px;
 float:left;
 }
#nav a:link, #nav a:visited{
 text-decoration:none;
 font-size:14px;
 color:#FFFFFF;
 }

#nav a:hover{color:#fca001;}

#nav img{
 position:relative;
 top:2px;
 margin-left:20px;
 }

form, img, p, h1{
 padding:0px;
 margin:0px;
 border:0px;
 }

#searchform{
 float:right;
 }
.search_input {
 border:0px;
 font-size:12px;
 height:15px;
 background:#FFFFFF;
 width:200px;
 color:#408dbd;
 padding:2px;
 float:left;
 }
.search_btn {
 border:0px;
 float:left;
 height:18px;
 background:none;
 color:#FFFFFF;
 }

#nav img{
 margin-right:2px;
 }

#main{
 width:750px;
 margin:auto;
 }

/******** Left Column **********/

.leftcol{
 width:187px;
 padding-right:5px;
 }

.log{
 background:#bb3838;
 padding:0px 5px 0px 5px;
 width:177px;
 color:#FFFFFF;
 }
.log a:link, .log a:visited{
 text-decoration:none;
 color:#FFFFFF;
 font-size:12px;
 font-weight:bold;
 }
.log a:hover{
 color:#fca001;
 }
.log_input{
 border:0px;
 font-size:12px;
 height:15px;
 background:#FFFFFF;

 color:#bb3838;
 padding:2px;
 margin-bottom:2px;
 }

.log-btn{
 position:relative;
 top:5px;
 right:5px;
 }

.leftcol-top{
 margin-top:10px;
 background:url('../images/leftcol-top.gif') no-repeat;
 padding:8px 2px 2px 35px;
 font-weight:bold;
 height:19px;
 width:154px;
 color:#FFFFFF;
 }
.leftcol-div{
 background:url('../images/leftcol-div.gif') repeat-y;
 width:181px;
 padding:5px;
 }
.leftcol-div img{position:relative;top:1px;}
.leftcol-div p{margin-bottom:5px;}
.leftcol-div a:link, .leftcol-div a:visited{
 font-weight:bold;
 text-decoration:none;
 }
	
/******** End of Left Column **********/

.rightcol{
 padding-left:10px;
 }

.show_media_title{
 	font-size:10pt;
	margin:0;
	background:url('../images/title.jpg') no-repeat;
	color:#FFFFFF;
	padding:5px 0px 5px 10px;
 }
.show_media{
	background:#FFFFFF;
	width:538px;
	color:#0060BF;
	border:1px solid #26a62a;
	}

td{vertical-align:top;}

a, a:link, a:active, a:visited{
	color: #06437b;
	text-decoration: underline;
	}
a:hover{
  	color:#fca001;
	text-decoration: none
	}

h1 {
	font-size:12px;
	margin: 3px 0 3px 0;
	}
	
h2 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color:#990000;
	}
	
h3 {
	font-size:11px;
	padding:0px;
	margin:0px;
	}
p, img  {
	margin:0px;
	padding:0px;
	border:0px;
    }

#footer{
 margin-top:50px;
 text-align:center;
 float:left;
 width:650px;
 }
#footer a:link, #footer a:visited{
 text-decoration:none;
 font-weight:bold;
 }

#bottom{
 height:130px;
 background:url('../images/f-back.gif') repeat-x;
 }