body {
	font-family: Arial;
	font-size: 11px;
	width:100%
	padding:0px;
	background:#206c9c; 
	color:#085091;
	margin:0px;
}

#outer{
 background:url('../images/main-back.gif') repeat-y;
 width:897px;
 margin:auto;
 }
#hdr{
 height:152px;
 background:url('../images/h-back.gif') repeat-x;
 }
#logo{
 margin-top:30px;
 }
#h-title{
 margin-top:60px;
 float:left;
 font-size:36px;
 font-weight:bold;
 }
#h-title a:link, #h-title a:visited{
 color:#075d95;
 text-decoration:none;
 }
#h-title a:hover{
 color:#fca001;
 }
#mainpage{
 background:url('../images/main-back.gif') repeat-y;
 padding:0px 76px 0px 76px;
 }

#nav img{
 margin-right:2px;
 }
#centerpage{
 margin-top:2px;
 border:1px solid #dbe3e4;
 padding:12px 4px 4px 4px;
 background:url('../images/center-back.gif') repeat-x;
 height:150px;
 }
#centerpage-right{
 border:1px solid #dbe3e4;
 background:#FFFFFF;
 margin-left:2px;
 float:left;
 width:182px;
 height:139px;
 padding:5px;
 }

#main{
 width:100%;
 }
#left-col{
 padding:10px;
 }

.show_media_title{
 	font-size:10pt;
	margin:0;
	background:url('../images/title.jpg') no-repeat;
	color:#1f6a99;
	padding:5px 0px 5px 10px;
 }
.show_media{
	background-color:#FFFFFF;
	width:538px;
	color:#0060BF;
	border:1px solid #d7eefd;
	}
	
/******** Right Column **********/
#right-col{
 width:182px;
 padding:10px 4px 4px 4px;
 }

.r-main2{
  border:1px solid #daeafb;
  padding:5px;
  background:#eff7ff;
  margin-bottom:10px;
 }

.search_input {
 border:0px;
 font-size:12px;
 height:15px;
 background:#FFFFFF;
 width:156px;
 color:#red;
 padding:5px;
 margin-bottom:5px; 
 }
.search_btn {}

.r-top{
 background:url('../images/rightcol-top.gif') no-repeat;
 padding:5px 5px 5px 20px;
 height:19px;
 color:#238dd5;
 font-weight:bold;
 font-size:12px;
 }
 
.r-main{
 padding:5px;
 background:#eff7ff;
 border-left:1px solid #daeafb;
 border-right:1px solid #daeafb;
 border-bottom:1px solid #daeafb;
 margin-bottom:10px;
 }
.r-main p{
 margin-bottom:5px;
 }
.r-main img{position:relative;top:-2px;margin-right:5px;}
.r-main a:link, .r-main a:visited{
 text-decoration:none;
 font-size:11px;
 }
.r-main a:hover{
 color:#f47606;
 }
 
.r-main .link a:link, .r-main .link a:visited{
 font-weight:none;
 }
.r-titles{font-weight:bold;}

.categories a:link, .categories a:visited{font-weight:bold;font-size:12px;}

/********End Right Column**********/

form{padding:0px;margin:0px;}
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:20px;
 text-align:center;
 }
#footer a:link, #footer a:visited{
 text-decoration:none;
 font-weight:bold;
 }

#bottom{
 height:71px;
 background:url('../images/bottom-back.gif') repeat-x;
 }