/*----	CSS for all pages ----*/
BODY 
{
	background-color:#57626e;
	font-family: Verdana, Arial, Sans-Serif;
	margin-top:30px;
	}

#wrapper {width:800px;height:600px;background-color:#ffffff;}
#flashlogo {position:relative;top:16px;left:0px;}
#left_side_spacer{width:40px;height:600px;background-color:#e0e5e5;float:left;}
.left_side_spacer_sm{width:40px;background-color:#e0e5e5;float:left;}
#logo_wrapper{width:170px;height:90px;background-color:#e0e5e5;float:left;}
#left_side_picture{width:240px;height:470px;background-color:#ffffff;float:left;}
#footer_wrapper{width:760px;height:40px;font-size:9px;color:#232b35;line-height:40px;background-color:#e0e5e5;float:left;}

.bodytext {font-size:11px;color:#232b35;}
.bodytext_b {font-size:11px;color:#232b35;font-weight:bold;}
.bodytext a {color:#57626e;}
.bodytext a:hover {color:#00368a;}

.headlinetext {font-size:16px;font-weight:bold;color:#232b35;}
.subheadlinetext {font-size:13px;font-weight:bold;color:#232b35;margin-bottom:0px;}

.newslist a {text-decoration:none; font-weight: bold;}
.linkslist a {font-weight: bold; font-size:12px;}


.frm_textbox {font-size:11px;font-weight:bold;color:#232b35;width:300px;height:17px;border: inset 1px #57626e;}

.button {border: outset 1px #57626e;background-color:#57626e;cursor:pointer;color:#ffffff;}
.button:hover {border: inset 1px #57626e;}

#contact_header {background-color:#e0e5e5;width:475px;height:auto;float:left;}
#contact_header p {margin:5px 5px 5px 10px;padding:0;}
#contact_header a {text-decoration:none; font-weight: bold;}

tr.light {background-color:#e0e5e5;}
tr.dark {background-color:#cdd7d0;}
tr.extradark {background-color:#232b35;color:#ffffff; font-weight:bold;}

.spacer {margin:0;padding:0; line-height:15px;}
	



