body {
	background:#c6d9e6;
	text-align: center;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
	
#container {
  margin: 0px auto 0px auto;
  width: 780px;
  text-align: left;
  background-color:#fff;
}




#header {
	margin: 0 0 0 0;
	width: 780px;
	height: 135px;
	background-image:url(images/header_bg_int.jpg);
	background-repeat:no-repeat;
}


#homenav {
	text-align:right;
	height:18px;
	color:#999;
	padding: 0 24px 0 0;
	margin: 0 0 0 0;
	float:right;
}

#homenav a {
	font-size:10px;
	color:#999;
	font-weight:bold;
	text-decoration:none;
	}
	
#homenav a:hover {
	text-decoration:underline;
	color:#990000;
	}




#mainnav {
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
	width: 170px;
	float:left;
	background-image:url(images/mainnav_bg_int.gif);
	background-repeat:no-repeat;

		/* this next line fixes an IE6 bug */
		display: inline;
		/* border:1px dotted #000000; */
	}
	
#mainnav ul {
	padding: 16px 0 24px 12px;
	margin: 0 24px 0 0 !important;
	margin: 0 24px 0 18px;
	}

#mainnav li {
	padding: 8px 0 8px 0;
	font-size:10px;
	line-height:14px;
	list-style-type:none;
	border-bottom:1px dotted #666666;
	}
	
	

#mainnav a {
	font-weight:bold;
	text-decoration:none;
	color:#000;
	}
	
#mainnav a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#c00;
	}
	
	
	







#maincontent {
	margin: 0 40px 25px 0;
	font-size:12px;
	line-height:22px;
	font-size:12px;
	float:right;
	width:500px;
}

#maincontent p {
	padding: 0 0 0 0;
	}

#maincontent h1 {
	font-size:24px;
	line-height:28px;
	color:#990000;
	font-weight:normal;
	}

#maincontent h2 {
	font-size:14px;
	color:#2d5570;
	font-weight:normal;
	margin-top:-12px;
	}
	
	
#maincontent ul {
	list-style: none;

	}

#maincontent li { 
	list-style-position: outside;
	list-style-image:    url(images/bullet.gif);
	line-height: 12px;
	padding: 0 0 12px 0;
}
	
#maincontent a:link {
	padding: 0;
	font-style:normal;
	font-weight:bold;
	color:#990000;
	text-decoration:none;
	}
#maincontent a:visited {
	padding: 0;
	font-style:normal;
	font-weight:bold;
	color:#990000;
	text-decoration:none;
	}
#maincontent a:hover {
	padding: 0;
	font-style:normal;
	font-weight:bold;
	color:#999;
	text-decoration:underline;
	}
#maincontent a:active {
	padding: 0;
	font-style:normal;
	font-weight:bold;
	color:#990000;
	text-decoration:none;
	}
	

	
	
#Quote {
	margin: 0 0 0 0;
	text-align:center;
	}
.quote {
	font-weight:bold;
	font-size:10px;
	color:#476e88;
	line-height:18px;
	padding: 0 0 0 0;
	}

.author {
	font-weight:normal;
	font-size:9px;
	color:#666;
	}
	
	






#footer {
	clear:both;
	text-align:center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 780px;
	height: 150px;
	background-image:url(images/footer_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#footer p {
font-size:11px;
}

#footer a:link {
	font-weight: normal;
	text-decoration:none;
	color:#990000;
	padding: 0 3px 0 3px;
	}
#footer a:visited {
	text-decoration:none;
	color:#990000;
	padding: 0 3px 0 3px;
	}
#footer a:hover {
	text-decoration:underline;
	color:#000;
	padding: 0 3px 0 3px;
	}
#footer a:active {
	text-decoration:none;
	color:#990000;
	padding: 0 3px 0 3px;
	}
