/* body, p, td, div, li { color: #181818; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica; text-decoration: none }*/
a { color: #548a3f; text-decoration: underline } 
a:hover { color: #548a3f; text-decoration: underline }
.page_title { color: #CC0066; font-weight: bold; font-size: 14px; font-family: Verdana, Arial, Helvetica; text-decoration: none } 
.page_subtitle { color: #CC0066; font-size: 14px; font-family: Verdana, Arial, Helvetica; text-decoration: none } 
.area_header { margin: 11px 0px 8px 0px; padding: 0px; color: #996600; font-weight: bold; font-size: 18px; font-family: Georgia, Verdana, Arial, Helvetica; text-decoration: none } 
.horz_rule { margin: 0px 0px 22px 0px; padding: 0px; }
.headline { color: #181818; font-weight: bold; font-size: 12px; line-height: 15px; font-family: Verdana, Arial, Helvetica; text-decoration: none } 
.bodytext { color: #181818; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
h2 { margin: 0px 0px 14px 0px; font-size: color: #181818l; font-size: 14px; line-height: 18px; font-family: Georgia, "Times New Roman", Times, serif; }
p { margin: 0em 0em 1em 0em; color: #181818; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica, sans-serif }
img { margin: 0px; padding: 0px; border: none; }
th { font-weight: normal; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; } /*
.bodytextbold { color: #181818; font-weight: bold; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
.bodytextboldital  { color: #181818; font-style: italic; font-weight: bold; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
.caption { color: #666666; font-style: italic; font-size: 9px; line-height: 11px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
.module_header { color: #181818; font-weight: bold; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica; text-decoration: none } 
.module_subheader { color: #c00; font-weight: bold; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica; text-decoration: none } 
.module_bodytext { color: #181818; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica; text-decoration: none } 
.module_bodytextbold { color: #181818; font-weight: bold; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
.highlight_bodytext { color: #CC0066; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica; text-decoration: none } 
.highlight_bodytext_ital { color: #CC0066; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica; text-decoration: none ; font-style: italic}
.highlight_bodytextbold { color: #CC0066; font-weight: bold; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
.highlight_bodytextbold_large { color: #CC0066; font-weight: bold; font-size: 15px; line-height: 21px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
.footer_header { color: #666666; font-weight: bold; font-size: 10px; line-height: 13px; font-family: Verdana, Arial, Helvetica; text-decoration: none } 
.footer_text { color: #666666; font-size: 10px; line-height: 13px; font-family: Verdana, Arial, Helvetica; text-decoration: none } 
.nav_subsection { color: #CC0066; font-size: 11px; line-height: 15px; font-family: Arial; text-decoration: none } 
a.nav_section { color: #000000; font-size: 11px; line-height: 15px; font-family: Arial; text-decoration: none } 
a.nav_section_active { color: #CC0066; font-weight: bold; font-size: 11px; line-height: 15px; font-family: Arial; text-decoration: none } 
a.nav_subsection { color: #CC0066; font-size: 11px; line-height: 15px; font-family: Arial; text-decoration: none } 
a.bodytext_underline { color: #181818; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica; text-decoration: underline } 
a.bodytextbold_underline { color: #181818; font-weight: bold; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica; text-decoration: underline } 
a.module_bodytext_underline { color: #181818; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica; text-decoration: underline } 
a.highlight_bodytext_underline { color: #CC0066; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica; text-decoration: underline } 
 */

/*/ Navigation CSS ////////////////////////////////////////////////////*/
	#nav li a {
		display: block;
		padding-left: 7px;
		color: #103b89;
		text-decoration: none;
	}
	
	#nav a:hover {
		color: #fff;
		background-color: #103b89;
	}
	
	#nav {
		/*/ Margin Changed from 5px to 0px 12/20/07 //////////////////*/
		margin: 0px;
		padding: 0px;
		width: 170px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		font-weight: bold;
		list-style-type: none;
	}
	
	#nav li {
		margin: 0px;
		border-bottom: 2px solid #fff;
		padding: 0px;
		color: #103b89;
		background-color: #bececd;
		line-height: 28px;
	}
	
	#nav ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
	#nav ul li a:hover {
		color: #103b89;
		background-color: #bececd;
	}
	
	/*/ Active Navigation Elements /////////////////////////////////*/
	#nav #active a {
		color: #fff;
		background-color: #103b89;
	}
	
	#nav ul #subnav_active a {
		font-style: italic;
	}
	
	
	
/*/ Module CSS ////////////////////////////////////////////////////*/
	h4 {
		margin: 0px;
		padding: 3px 7px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		font-weight: bold;
		color: #103b89;
		line-height: 20px;
		border-top: 1px solid #cdcdcd;
		border-left: 1px solid #cdcdcd;
		border-right: 1px solid #cdcdcd;
	}
	
	.module {
		margin: 8px 8px 8px 8px;
		background-color: #ffffff;
	}
	
	.module p {
		margin: 0px;
		padding: 15px 7px 15px 7px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 17px;
		border: 1px solid #cdcdcd;
	}
	
	.module a {
		color: #548a3f;
	}
/*/ Module CSS ////////////////////////////////////////////////////*/


/*/ Lists /////////////////////////////////////////////////////////*/
dl#about {
	margin: 0px;
	padding: 0px;
}

dl#about dt {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1.5em;
}

dl#about dd {
	margin: 0em 0em 1em 0em;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 15px;
}
/*/ Lists /////////////////////////////////////////////////////////*/


hr {
	background: #cdcdcd;
	color: #cdcdcd;
	height: 1px;
	padding: 0px;
	margin: 0 0 10px;
	}

.default_table_narrow, .default_table_narrow td, .default_table_narrow th {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #636363; line-height: 15px; padding: 3px; background-color : #F5F6F6; border: 1px solid #DFE0E0; margin: 0px; }
	
	.default_table_narrow th {background-color:#C5C6C6;
	}
	
.green_bullet_list {
	list-style-position: outside;
	list-style-image: url(../../images/buttons/green_arrow_bullet.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	color: #636363;
}
