html, body
{
    margin: 0px 0px 0px 0px;
    line-height: 18px;
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	font-size:13px;
	background:url(images/body-bg.gif) repeat-x top #005288;	
	color:navy;
}


/* main site links */
a:link {color: #ffe398;}
a:visited {color: #ffe398;}
a:hover {color: #ffe398;}
img {display:block;}
img, div { behavior: url(javascript/iepngfix.htc) }

#siteWrapper {width:100%; background:url(images/outer-wrapper.jpg) no-repeat center top;}
#global {width:939px; margin:0 auto; }
#navWrapper {height:25px; width:939px; background:url(images/nav.gif) no-repeat; line-height:27px; color:#fff; padding-bottom: 2px;}
#nav {width: 788px; margin-left: 150px;}


#contentWrapper {width:939px; background:url(images/content-bg.gif) repeat-y;}
#content {float:left; width:760px; margin-left:10px; min-height:500px; _height:500px; _overflow:visible;}
#leftCol {float:left; background:url(images/left-col-bg.jpg) no-repeat; height:400px; width:154px;}

#homeImages {float:right; padding-top:12px;}
#homeImages img {display:inline;}
#homeText {}

#homeBlogContainer {float:left; width:429px; }
#homeBlog {width:413px; padding:8px; min-height:170px; _height:170px; _overflow:hidden; border-left:solid 1px #9dbbc0; border-right:solid 1px #9dbbc0;background:#cfdbdd; }

#logoContainer {position:relative;}
#logo {position:absolute; top:-140px; left:9px;}


div.clear {clear:both;}

#footerLinks {margin:5px auto 0 auto; width: 914px; color:#a4bfca; font-size: 10px; line-height:13px; padding: 3px 10px;}
#footerLinks a {font-size:10px; color:#a4bfca; padding: 0px 3px; text-decoration:none;}
#ten11 {margin:0px auto; width:930; text-align:right; color:#a4bfca; font-size:10px;}
#ten11 a {color:#a4bfca; font-size:10px;}

h1 
{
	text-transform:uppercase;
	font-size:25px;
   	margin:5px 0px;
	color:#212c68;
	
  }
  
h1.home {font-size:14px; font-weight:bold;}

h2 {
	color:#212c68;
    font-size: 16px;
 }

h2.home { margin-top:0px;padding:0px;}
h3 {
	color:#212c68;
    font-size: 16px;
}

h4 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14px; color:#212c68; margin:0px;}

li {font-size:100%;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 }



