body {

	margin: 0;

	padding: 0;

	background: url(images/background.jpg) top left repeat-x #5a80c4;

	font-family:Arial, Helvetica, sans-serif;

	font-size: 12px;

	text-align: left;

	color: #0f254e;

	width: auto;

}



a:link, a:visited, a:active {	color: #990000; text-decoration: none; }

a:hover {	color: #FFCC33; }



.red:link, .red:visited, .red:active {	color: #FF0000; text-decoration: none; }

.red:hover {	color: #000000; }



h1 {font-family: "Arial Narrow", Arial, Helvetica, Sans-Serif; font-size: 25px; color: #0f254e; margin:0; padding:0;}

h2 {font-family: "Arial Narrow", Arial, Helvetica, Sans-Serif; font-size: 20px; color: #0f254e; margin:0; padding:0; font-weight:normal;}



.top1 {width:1000px; height:22px; background:url(images/bg_top.png) right no-repeat; text-align:left;}

.top2 {background:url(images/hdr_bg.png) top right no-repeat; width:982px; height:58px; margin-left:0; text-align:left; }

.top3 { background:url(images/bg_anchor.jpg) top right no-repeat; height:59px; margin-right:9px; text-align:left; border-right: solid 4px #ffffff; }

.address {float:right; background: #87aae6; height:284px; width:350px; margin-right:10px; padding-top:30px; }

.main { width:1000px; background:url(images/bg_shadows.png) top repeat-y;}

.content { background: url(images/bg_body.jpg) top right no-repeat #e8e8e8; margin-right:13px; margin-left:13px; }

.content2 { background:url(images/bg_tab.gif) repeat-y; width:960px; }

.text {width: 750px; text-align:left;float:right;margin-right:20px; }

.text2 {width: 875px; text-align:left; vertical-align:top; padding: 0 25px 20px 25px;}

.welcome {text-align:left; width:500px; line-height: 30px; padding: 20px 30px 20px 30px; float:left; }



#subnav {float:left; width:155px; margin-left:10px; margin-right:25px; margin-bottom:25px;}

#subnav ul {list-style:none; margin:0; padding:0;background: url(images/nav_bg.jpg) top no-repeat #c9d2e1; }

#subnav li { border-bottom: solid 1px #ffffff; padding:0;}

#subnav a:link, #subnav a:visited, #subnav a:active { display:block; color: #0f254e; text-decoration: none; font-weight:bold;  padding: 4px 3px 3px 3px;}

#subnav a:hover { color: #ffffff; background-color:#6699CC;}



#anchor { font-size:11px; color:#990000; margin-right: 12px;}

#anchor a:link, #anchor a:visited, #anchor a:active {color: #990000; text-decoration: none; padding: 0 5px 0 5px; }

#anchor a:hover {text-decoration: underline; }



.blue:link, .blue:visited, .blue:active {color:#2955a8; font-size:16px; font-weight:bold; text-decoration:none;}

.blue:hover {text-decoration:underline; color:#336699;}



.bluearrow {background:url(images/quicklink_bull.gif) left no-repeat; height:39px; text-align:left; padding-left:50px; padding-top:17px;}



.slidetabsmenu{ float:right; font-size: 15px; line-height:normal; margin-right:20px; }

.slidetabsmenu ul{ list-style-type: none; margin:0; padding:0; }

.slidetabsmenu li{ display:inline; margin:0; padding:0; }

.slidetabsmenu a{ float:left; background:url(images/slide-left.gif) no-repeat left top; margin:0; margin-right: 12px; padding:0 0 0 10px; text-decoration:none; }

.slidetabsmenu a span { display:block; background:url(images/slide-right.gif) no-repeat right top; padding:10px 20px 2px 10px; font-weight:bold; color:#990000; }



/* Commented Backslash Hack hides rule from IE5-Mac \*/

.slidetabsmenu a span {float:none;}

/* End IE5-Mac hack */



.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{ color: black; }

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{ background-position:0% -125px; }

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{ background-position:100% -125px; }



#copyright { font-size:10px; width:1000px; text-align:center; color:#ffffff; }

#copyright a {color:#ffffff;}






#thumbBox{ /*Outermost DIV for thumbnail viewer*/

position: absolute;

left: 0;

top: 0;

width: auto;

padding: 10px;

padding-bottom: 0;

background: #313131;

visibility: hidden;

z-index: 10;

cursor: hand;

cursor: pointer;

}



#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */

font: bold 16px Tahoma;

letter-spacing: 5px;

line-height: 1.1em;

color: white;

padding: 5px 0;

text-align: right;

}





#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */

background-color: white;

}



#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/

position: absolute;

visibility: hidden;

border: 1px solid black;

background-color: #EFEFEF;

padding: 5px;

z-index: 5;

}