body {
	background-color: #445b7d;
	margin: 0px;
	padding: 0px;
	/* change to backg2.gif for a solid color blue background */
	background-image: url('images/backg.gif');   
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	width: 750px;
	text-align: center;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-right: auto; 
	margin-left: auto; 
}

#header {
	width: 750px;
	height: 101px;
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url('images/header.gif');
	background-color: #ffffff;
	background-repeat: repeat-x;
	border-top: solid 5px #000000;
	border-bottom: solid 1px #dddddd;
		
}

#hlogo {
	float: left;
	display: inline;
	height: 63px;
	margin: 21px 19px 0px 22px;
	border-left: 20px solid #e6e6e6;
}

.headertitle {
	color: #000000;
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 36px;
	color: #536f99;
	text-decoration: none;
	margin-top: 19px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#headertext {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
	margin-left: 0px;
	margin-top: 3px;
	letter-spacing: 2px;

}

#menu {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 130%;
	text-align: left;
	float: right;
	width: 200px;
	background-color: #f6f6f6; 
	margin: 5px 15px 0px 0px;
	display: inline;
}

#menu div {
	font-family: verdana, arial, helvetica, sans-serif;
  	display: block;
    	border-bottom: 1px solid #e6e6e6;
	border-left: 12px solid #e6e6e6;
	font-size: 14px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
	padding: 3px 0px 3px 0px;
	text-indent: 8px;
}

#menu a, #menu a:visited, #menu a:active {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #536f99;
}

#menu a:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
}

#menu p {
	margin: 5px 20px 5px 20px;
}

#content {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	background-color: #ffffff;
	line-height: 130%;
	text-align: justify;
	float: left;
	width: 475px;
	margin: 30px 0px 25px 22px;
	display: inline;
}

#content a, #content a:visited #content a:active {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #536f99;
}

#content a:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
}

.posted {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 39px;
	border-top: 1px dashed #dddddd; 
/*	border-bottom: 1px dotted #dddddd; */
}

h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #888888;
	text-align: right;
	margin-top: 0px;
	border-bottom: 2px solid #dddddd; 

}

h2 em {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: url('images/icon1.gif') left no-repeat;
	padding-left: 16px;
	font-style: normal;
	float: left;
	color: #ff6e00;
	text-align: left;
}

#content em a, #content em a:visited, #content em a:active, #content em a:hover {
	color: #ff6e00;
	text-decoration: none;
}

.quote {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 130%;
	text-align: justify;
	background-color: #f6f6f6;
	margin: 15px 20px 15px 20px;
	padding: 5px 17px 5px 12px;
	border-left: 5px solid #e6e6e6;
	
}

hr {
	border: 0;
	background-color: #e6e6e6;
	color: #e6e6e6;
	height: 1px;
}

#footer {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	display: block;
	clear: both;
	color: #999999;
	line-height: 200%;
	width: 750px;
	background-color: #f6f6f6;
	text-align: left;
	border-top: solid 1px #dddddd;
	
}

#footerleft {
	margin-left: 22px;
	display: inline;
}

#footerright {
	float: right;
	display: inline;
	margin-right: 22px;
}

#footer a, #footer a:visited #footer a:active {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #536f99;
}

#footer a:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
}


