body{
/*background-image: url(/images/bg.gif);
background-position: top center;
background-repeat: repeat-y;*/
margin:0;
padding:0;
line-height: 1.5em;
font-family: Verdana, Arial, Georgia, Times New Roman;
font-size: 11px;   
width:100%;
background-color:#cbdade;
color: #666666;
}
p {margin-bottom:8px;margin-top:8px}
div, p, td
{
   font-family: Verdana, Arial, Georgia, Times New Roman;
   font-size: 11px;
   color: #666666;
}
A, A:link, a:visited {text-decoration: none; color: blue}
A:hover 
{
   color: Red;
   text-decoration: underline;
}

.topblkbar, a.topblkbar:link, a.topblkbar:visited { color: #fff; text-decoration: none; }
a.topblkbar:hover { color: #ffc279; text-decoration: none
 }
img.border{
border:5px solid #ccc
}

.reftitle {
font-size:12px;
color:#8f8d7f;
}

#mainshad{
background-color:#ccc;
background-image: url(/images/shad_bg.gif);
background-position: top center;
background-repeat: repeat-y;
width:788px;
margin: 0 auto;
}
#maincontainer{
width: 760px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border-left:5px solid #fff;
border-right:5px solid #fff;
}
#featsection{
float:left;
width:170px; 
height:260px; 
margin-right:9px; 
background-color:#e4f1f4; 
background-image:url(/images/bg_feat.jpg);
}
#topsection{
background: #145767;
width:100%;
/*height: 90px;*/ /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
background: #f8f8f8;
background-image: url(/images/side_bg.gif);
}

#sidehead{
width:100%; 
border-top:1px solid #d6d6d6;
border-bottom:1px solid #d6d6d6;
background: #e4e4e4;
}

#footer{
clear: left;
width: 100%;
background: #1d6575;
background-image:url(/images/footer_bg.jpg);
color: #FFF;
text-align: center;
padding: 4px 0;
height:120px;
}

#footer a{
color: #FFF;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

H1.head {
color:#236f7f;
font-size:16px;
margin:0
}