﻿html { overflow-y:scroll; }

body 
{   
    font-family:Arial, Helvetica, Verdana, Sans-Serif;
    font-size:11px;
    color:#3a3a3a;
    margin:0; 
    padding:0;
    line-height:16px; 
    background:url(images/background.jpg) repeat-x #fff;
}

#outerContainer {width:900px; position: relative; left: 60px; margin:0 auto;}
#topBanner {margin-top:35px; height:114px; width:805px; margin-bottom: 1px;}

#innerNav {float:left; width:204px; height:650px;}
#innerNav img {border:none;}
#innerRight {float:left; width:606px; background:url(images/contentBackground.jpg) repeat-y;}
#rightHeader {width:602px; height:37px; margin:0;}
#rightContent { width:602px; height:600px; margin:15px 0 0 0;background:url(images/contentBottom.jpg) no-repeat; background-position:bottom; }
#scroller {margin:15px; margin-top:0; height:555px; overflow-y:auto;}
#scrollerPad {margin:10px;}

#subNav {height:25px; line-height:25px; border-bottom:1px solid #CCCCCC; margin-left:15px; margin-right:15px; margin-bottom: 10px; margin-top: 6px;}
#subNav ul {margin:0;}
#subNav ul li {padding-right:10px; padding-left:10px; list-style-type:none; display:inline; border-right:1px solid #CCCCCC;}
#subNav ul li a:link {text-transform:uppercase;color:#373737;font-size:12px; font-weight:bold; text-decoration:none;}
#subNav ul li a:active {text-transform:uppercase;color:#373737;font-size:12px; font-weight:bold; text-decoration:none;}
#subNav ul li a:visited {text-transform:uppercase;color:#373737;font-size:12px; font-weight:bold; text-decoration:none;}
#subNav ul li a:hover {text-transform:uppercase;color:#666666;font-size:12px; font-weight:bold; text-decoration:none;}

#subNavEmpty {height:26px; line-height:26px;}

#footer {float: left; clear: all; width:810px; height:33px; line-height:28px; background:url(images/footer.jpg);font-size:10px; color:#7d7d7d;}
#footer a:link {color:#7d7d7d;}
#footer a:active {color:#7d7d7d;}
#footer a:visited {color:#7d7d7d;}
#footer a:hover {color:#7d7d7d;text-decoration:none;}
#footer table {margin-left:12px; margin-right:12px;width:786px}

.clear {clear:both;}

h2	{ color: #0c8382; font-size: 12px; margin-bottom: 0px; margin-left: 0px; }

/* news specific */
#newsContent p { margin-top: 5px; padding-right: 10px; }
.newsStory	{ border-bottom: 1px dotted #999; padding-bottom: 17px; margin-left: 10px; margin-right: 10px;  }

.newsDate { font-weight: bold; }
.newsHeader { color: #188988; font-weight: bold; }
.backToNewsLink { line-height:25px; border-bottom: 1px solid #CCCCCC; margin-left: 15px; margin-right: 15px; margin-bottom: 10px; font-size: 11px; text-align: right; }

a:link, a:visited { color: #a80d00; text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: none; }
