body {padding:0; margin:0; background-color: #7592b6;}
body, td {font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; color:#666666; line-height:15px;}

a:link {color: #666666; text-decoration: none;}
a:visited {color: #666666; text-decoration: none;}
a:active {color: #666666; text-decoration: none;}
a:hover {color: #000000; text-decoration: underline;}

.title {font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; color:#000000; line-height:15px;}

.subnav { padding-left: 24px; background-image:url(imgs/bg_subnav.jpg); background-repeat:repeat-x; height: 42px;} 

.homebody {padding-left: 12px; padding-top:12px; padding-right:12px;} 

.newsmargin {padding-left: 15px;} 

.newsdots { background-image:url(imgs/home_inthenews_dots.gif); background-repeat:repeat-x; height: 12px;} 

.featuredbody { padding-left: 20px; padding-top:16px; padding-right:16px; background-image:url(imgs/featured_bg.jpg); background-repeat:repeat-y;} 

.featuredbodytwo { padding-left: 20px; padding-top:16px; padding-right:16px; background-image:url(imgs/featured_bg2.jpg); background-repeat:repeat-y;} 

.featuredbottom { padding-top:20px; background-image:url(imgs/featured_bg_bottom.jpg); background-repeat:no-repeat; height: 88px;} 

.featuredbottom2 { background-image:url(imgs/featured_bg_bottom2.jpg); background-repeat:no-repeat; height: 23px;}

.featuredbottom3 { background-image:url(imgs/featured_bg_bottom3.jpg); background-repeat:no-repeat; height: 23px;} 

.menulist { padding-left: 20px; padding-top:16px; padding-right:16px;} 

ul.noIndent {margin-left: .5em; padding-left: .5em;}


.bgside {background:url(imgs/side_bg.jpg); background-repeat: repeat-x; font-family:Trebuchet MS,Arial,verdana,helvetica,sans-serif; font-size:11px; color: #f9d096;}

.mainbody {font-family:Arial,verdana,helvetica,sans-serif; font-size:12px; color:#421a00; line-height:16px;}

.subbernav {font-size:10px; color:#451d00; font-family:Trebuchet,verdana,arial;} 

.subbernav a:active {color:#451d00;}
.subbernav a:link {color:#451d00;}
.subbernav a:visited {color:#451d00;}
.subbernav a:hover {color:#062595;}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 20px; /*position where enlarged image should offset horizontally */

}
