/* CSS Document */

.mid_container {
	float: left;
	background-color: white;
	width: 900px;
	margin: 0;
	padding: 10px 0 0 0;
	}
	
.generic_shell {
	float: left;
	background-color: white;
	width: 900px;
	margin: 10px 0 0 0;
	padding: 0;
	}
	
.generic_title {
	float: left;
	background-color: #f2a91c;
	margin: 0;
	padding: 5px 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: .6em;
	color: white;
	}

.generic_title a:link, .generic_title a:visited {
	text-decoration: underline;
	color: white;
	font-weight: bold;
	}
	
.generic_title a:hover, .generic_title a:active {
	text-decoration: underline;
	color: #E6E6E6;
	font-weight: bold;
	}

.generic_title a#current {
	text-decoration: none;
	color: white;
	font-weight: bold;
	}
	
.generic_content {
	float: left;
	background: url(/images/site/mainfade.png);
	background-position: left top;
	background-repeat: repeat-x;
	width: 878px;
	margin: 0;
	padding: 10px;
	border: 1px solid #f2a91c;
	}
	
.gc_main {
	float: left;
	width: 878px;
	margin: 0;
	padding: 0;
	}
	
.gcm_title {
	float: left;
	background-color: #00387d;
	margin: 0;
	padding: 5px 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: .6em;
	font-weight: bold;
	color: white;
	}
	
.gcm_content {
	float: left;
	background: url(/images/site/mainfade.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: white;
	width: 856px;
	margin: 0;
	padding: 5px 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: .7em;
	color: black;
	line-height: 1.4em;
	border: 1px solid #00387d;
	}
	
.gcm_content a:link, .gcm_content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #00387d;
	}
	
.gcm_content a:hover, .gcm_content a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #00387d;
	}
	
.gcm_content .bullets {
	float: left;
	background: url(/images/site/bullet.png);
	background-position: 5px 9px;
	background-repeat: no-repeat;
	width: 836px;
	margin: 0;
	padding: 6px 0 3px 20px;
	font-family: Verdana, Arial;
	font-size: 1.0em;
	font-weight: bold;
	color: #00387d;
	}
	
.gcm_content .bullets_light {
	float: left;
	background: url(/images/site/bullet.png);
	background-position: 5px 9px;
	background-repeat: no-repeat;
	width: 836px;
	margin: 0;
	padding: 6px 0 3px 20px;
	font-family: Verdana, Arial;
	font-size: 1.0em;
	font-weight: normal;
	color: #00387d;
	}

.gcm_content .sub_bullets_light {
	float: left;
	background: url(/images/site/bullet.png);
	background-position: 35px 9px;
	background-repeat: no-repeat;
	width: 806px;
	margin: 0;
	padding: 6px 0 3px 50px;
	font-family: Verdana, Arial;
	font-size: 1.0em;
	font-weight: normal;
	color: #00387d;
	}
	
.gcm_content .gcm_text {
	float: left;
	width: 856px;
	padding: 5px 0;
	}
	
.gcm_content .gcm_text .gcmt_title {
	float: left;
	width: 856px;
	margin: 0;
	padding: 5px 0;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 1.8em;
	font-weight: bold;
	color: #00387d;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
