
body {
	margin: 0px;
	font-family: Helvetica, san-serif;
	font-size: .8em;
	background-color: white;
	color: black;
	text-align:center;
	}
img {display:block;}
#wrap {
	margin: 0 auto;
	width: 980px;
	text-align:left;
	}
#header 
{
	width:980px;
	display:block;	
	height:125px;
	float:left;
}
#logo 
{
	float:left;
	width:600;
	display:block;
	
}
#tagline 
{
	clear:left;
	font-size:7pt;
	font-family:verdana;	
	display:block;
	float:left;
	width:980px;
}
#tagline img 
{
float:right;	
}
#account_1 
{
	display: block;
	float:right;
}
#account_1 ul 
{
	margin:0;
	padding:0;
}
#account_1 li{
	list-style: none;
	display: inline;
	font-size:10pt;
	margin-right:8px;
	padding-right:8px;	
}
#account_1 li a:link{
   text-decoration: none;
   color:#70ba39;
}
#account_1 li a:visited{
   text-decoration: none;
   color:#70ba39;
}
#account_1 li a:active{
   text-decoration: underline;
   color:#70ba39;
}
#account_1 li a:hover{
   text-decoration: underline; 
	color:#70ba39;
}	
	
h1 
{
	padding:0;
	margin:0;
	line-height:100%;
	font-family:Arial;
	font-size:14pt;
	color:#1a024e; 
}
/*  ###### beginning of son of suckerfish menu ###### */ 
p.submenu
{
	margin: 0;
	padding: 0;	
}
#menu_1  {
	background-image: url("/images/navBack.jpg"); 
	margin: 0;
	background-repeat: repeat; 
	width: 980px; 
	height: 31px; 
	visibility: visible;
	float: left;
	}

#menu_1, #menu_1 ul { /* all lists */
	margin: 0;
	list-style: none;
	line-height: 1;
}

#menu_1 ul 
{
	padding-top:9px;
	margin-left:250px; /* how far to the left is the first menu entry */
	padding-left:0;
	}

#menu_1 ul li 
{
	margin-right:30px;  /* space between list items */
}

#menu_1 a {
	margin:0;
	padding:0;
	display: block;
	text-decoration: none;
	margin-left: 5px;
	font-weight: bold;
	color: #fff;
	padding-right:5px;
}

#menu_1 li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#menu_1 li ul { /* second-level lists */
	position: absolute;
	background: #d9e6f2; /* background color of non-rolled over drop down menu list items */
	margin-top:0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width:190px;
	}
#menu_1 li ul li /* drop down menu list - list item container */
{
		padding-top:3px;
		border-bottom: solid 1px #eee;
		padding-bottom:0px;
		line-height:125%;
		margin-right:0px;
		width:190px; /* added */
}
#menu_1 li ul li a /* drop down menu list - anchored text */
{
	font-size:9pt;
	color:#046;
	width:190px; /* added */
}
#menu_1 li:hover ul, #menu_1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#ul_menu_1 li ul li:hover, #ul_menu_1 li ul li.sfhover {
	background: #ffffff;  /* background color of roll-over highlight on drop down menu items */
}

#li_menu_1_active a 
{
	color:#000; /*color of active item at top level */
}
#ul_menu_1 li a:hover 
{
	text-decoration:underline;
	color:#444;
}
/* ###### end of son of suckerfish menu ######## */


#main 
{
	width:980px;
	background-color:#fff;
	display:block;
	float:left;
	padding-top:10px;
	clear:left;
}
/* ######## left nav ######### */
#left 
{
	position:relative;
	width:180px;
	display:block;	
	padding:0px;
	float:left;
	background-color:#bfcddb;
	text-align:center;
}		
#middle
{
	position:relative;
	width:515px;
	float:left;
	display:block;	
	background-color:#fff;
	margin-left:17px;
}

#right 
{
	position:relative;
	background-color:#fff;
	float:right;
	width:250px;
	display:inline;	
	margin-top:0px;
	padding:0;
	text-align:left;
}
.section 
{
	/*border: solid 1px #70ba39;*/
	width:250px;
	display:block;	
	float:left;
	background-color:#ddddff;	
	margin-bottom:17px;
}
.section_title 
{
	display:block;
	width:250px;
	border-bottom: solid 1px #3b398c;
	height:20px;
	background-image: url(/images/section_title_fade.jpg);
	background-repeat:repeat-x;
}
.p_section_title 
{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	font-family: Arial;
	font-size:10pt;
	color:#021a4e;
	font-weight:bold;
}

.section_body 
{
	display:block;
	width:250px;
}


.section_body ul
{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	margin:0;
	list-style-type:none;
	font-family: Arial;
	font-size:10pt;
	color:#021a4e;
}
.section_body li 
{
	margin-bottom:5px;
}
.section_body a 
{
	font-size:9pt;
}
.section_body a:link, .section_body a:visited, .section_body a:active
{
	color:#021a4e;
	text-decoration:none;
} 
.section_body a:hover 
{
	text-decoration:underline;	
}
/* homepage center */
#home_left
{
	float:left;
	width:250px;
	display:inline;	
}
#home_right
{
	float:right;
	width:250px;
	display:inline;	
}
/*   footer   */
#footer 
{
	width:980px;
	background-color:#fff;
	display:block;
	float:left;
	padding-top:10px;
	clear:left;
	margin-top:17px;
	border-top: solid 2px #265687;
	text-align:center;
	color:#7039ba;
}
/* category_latest */
#category_latest_1 
{
	clear:both;
border-top:solid 1px #ddffaa;		
}
.category_latest_item_1 
{
	border-bottom:solid 1px #ddffaa;
	width:100%;
	padding-bottom:5px;
	display:block;
	float:left;
}
h2.category_latest_title_1 
{
	padding:0;
	margin: 10px 0 0 0;
	line-height:100%;
	font-family:Arial;
	font-size:12pt;
	color:#3939ba;
	width:100%;
	display:block;
	float:left;	
}

.category_latest_snippet_1 p 
{
	padding: 5px 0 0 0;
	margin:0;
}

.category_latest_category_link_1 
{
	float:right;
	display:block;
	clear:left;
}
.category_latest_category_title_1 
{
	display:none;
}
.category_latest_title_1 a:link, .category_latest_title_1 a:visited, .category_latest_title_1 a:active, .category_latest_category_link_1 a:link, .category_latest_category_link_1 a:active, .category_latest_category_link_1 a:visited
{
	color:#103990;
	text-decoration:none;
}
.category_latest_title_1 a:hover, .category_latest_category_link_1 a:hover
{
	color:#666;
	text-decoration:underline;
}
/* footer menu */
#ul_link_list_1_link_list li{
	list-style: none;
	display: inline;
	font-size:10pt;	
}
#ul_link_list_1_link_list li a:link{
   text-decoration: none;
   color:#7039ba;
}
#ul_link_list_1_link_list li a:visited{
   text-decoration: none;
   color:#7039ba;
}
#ul_link_list_1_link_list li a:active{
   text-decoration: underline;
   color:#7039ba;
}
#ul_link_list_1_link_list li a:hover{
   text-decoration: underline; 
	color:#7039ba;
}
/* ##### form #### */
#text_form_1 
{
	width:100%;
	margin-top: 5px;	
}
.required 
{
	font-weight:bold;
	color:#300080;
	margin-top:10px;	
}
.form_hint_holder 
{
	font-weight:normal;
	color: #7039ba;
	font-size: 8pt;
}
.Error_Message 
{
	font-weight:bold;
	margin-top:15px;
	color:#c00;	
}
.submit p
{
	font-weight:normal;
	font-size:9pt;
	color:#666;
	margin: 10px 0 5px 0;
}

/*#text_1_body p{
	margin:0;
	padding:25px;)
}*/