@charset "utf-8";
/* CSS Document */

html{overflow-y:scroll;}


body{
	font-family:Arial, Helvetica, sans-serif;
	behavior:url("/shared_code/csshover.htc");
	behavior: url("/shared_code/iepngfix.htc");
	outline:none;
	background-color:#5d9bc2;
	
}

a {color:#003366;}
a:hover {color:#0089e0;}
a:active {outline: none;}
a:visited {}


h1 {font-size:24pt;margin-bottom:5px;}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

p {line-height:1.4; margin-top:10px;}

#siteContainer{background:#5d9bc2 url(../images/siteBG_top.jpg) center top repeat-x;}
#innerContainer{background: url(../images/siteBG_bottom.jpg) center bottom repeat-x;}
#header{margin:auto; background:#000; width:960px; height:255px; background: url(../images/headerBG.jpg) left top no-repeat; position:relative;}
#nav{position:absolute; top:191px; left:258px; width:702px; height:43px;}

#content{margin:auto; background:#fff; width:960px; margin-top:10px;}

#footer{margin:auto; width:960px; margin-top:0px;padding-bottom:10px;}
.copy {font-size:10pt; color:#fff; text-align:center;}
.sponsor{width:170px; height:60px; background:#fff;}

.divider{padding-bottom:3px;}

.col1{padding:25px; width:713px;}
.col2{}
.date{font-style:italic;margin-bottom:10px;}

.articleImage1{float:right; margin-left:20px;}
.articleImage1 img{border:4px solid #4889af;}
.articleImage1 div{color:#4889af; font-style:italic; font-size:9pt; width:300px;margin-top:5px;line-height:1.3;}

.news{width:178px; background:#e7f0f6; margin-top:20px;}
.newsBite{padding:8px;} 
.newsDate{font-size:9pt;} 
.newsHead{font-size:9pt; text-transform:uppercase; font-weight:bold;margin-top:2px;line-height:1.3;} 
.newsSub{font-size:9pt; color:#1f4c77;margin-top:4px; line-height:1.3;} 

