@import url("../testcss.css");
#container {
	background-color: #FFFFFF;
	width: 800px;
	position:relative;
	margin: 0px auto;
	border: 1px solid #000066;
}
body {
	background-color: #e2e2e2;
	text-align: center;
	margin: 0px;
}
#header {
	background-image: url(images/CFH_newheader.jpg);
	margin: 0px;
	padding: 0px;
	height: 175px;
	width: 800px;
}

#left_navigation {
	float: left;
	width: 190px;
	background-color: #FFFFFF;
	text-align: left;
}
#left_navigation ul {
	margin: 0px;
	padding: 0px;
}
#left_navigation li {
	display: block;
	list-style-type: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	width: 180px;
}
#left_navigation p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000066;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #5EB950;
	padding: 0px;
	letter-spacing: 1px;
	width: 170px;
	margin: 0px;
}
#left_navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	font-size: 12px;
	text-decoration: none;
}



#content {
	float: right;
	width: 580px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
}

#content2 {
	width: 780px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px;
	background-color: #ffffff;
	color: #000;
}

#content h1 {
	font-size: 20px;
	color: #000066;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #5EB950;
	padding: 0px;
	letter-spacing: 1px;
	width: 325px;
	margin: 0px;
}
#content h2 {
	font-size: 12px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000066;
}
#content h3 {
	font-size: 16px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #5EB950;
}
#content a {
	color:#000066;
	text-decoration:underline;
}
#content a:hover {
	color:#94ADCB;
	text-decoration:none;
}

#footer {
	background-color: #94ADCB;
	height: 20px;
	width: 800px;
}
#footer h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding: 5px;
	font-size: 9px;
}


#container #content2 .text {
	font-weight: bold;
}
.tablebold {
	font-weight: bold;
}
.bluebold1 {
	color: #00F;
	font-size: 14px;
	font-weight: bold;
}
.newh3 {
	color: #DBDBDB;
	font-size: 18px;
	font-weight: bold;
}
.qf {
	font-weight: bold;
	font-style: italic;
	color: #010534;
}
.photobox {
	margin: 5px;
	padding: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000A0;
	border-right-color: #0000A0;
	border-bottom-color: #0000A0;
	border-left-color: #0000A0;
}

