@charset "iso-8859-1";
/* CSS layout */
* {
	padding: 0;
	margin: 0;
}
#masthead {
	margin: auto;
	width: 1000px;
	height: 300px;
	background: url('images/banner.gif') no-repeat;}

#topbar {
	margin: auto;
	width: 1000px;
	background-color: #013E3F;
	color: white;
	text-align: center;}

#wrap {
	margin: auto;
	width: 990px;
	overflow: auto;
	border-style: solid;
  	border-width: 5px;
  	border-color: #013E3F;
	background: white;}

#container {
	margin: auto;
	width: 980px;}

#page_content {
	width: 700px;
	float: left;
	color: #013E3F;}

#right_col {
	width: 260px;
	float: right;
	color: #3F0112;
	line-height: 200%;
	font-weight: bold;
	font-style: italic;
	text-align: center;}
	
#right_col img {
  border-style: solid;
  border-width: 5px;
  border-color: #C2AC70;
  margin: 5px 5px 5px 5px;}

	
#footer {
	margin: auto;
	width: 1000px;
	color: white;
	padding: 5px 0 5px 0 ;
	background-color: #013E3F;}

#footer p {
	font-size: medium;
	text-align: center; 
	font-weight: bold;
	line-height: 110%;}

#tagline {
	margin: auto;
	color: #C2AC70; 
	width: 1000px;
	text-align: center;
	font-size: small;
	background-color: #D3DAE3;}
	
#tagline a { 
	color: #84A3A5; 
	font-weight: bold; 
	text-decoration: none }
	
#tagline a:hover { 
	color: white; 
	text-decoration: none;}
	
.dot {
	font-size: x-large;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	color: #3F0112; }

#page_content a:link {
	font-weight: bold;
	text-decoration: underline; 
	color: #013E3F;}
	
#page_content a:visited {
	font-weight: bold;
	text-decoration: underline; 
	color: #013E3F;}
	
#page_content a:hover {
	font-weight:bold;
	color: #3F0112; }

a:link {
	text-decoration: none; 
	color: white; 
	font-weight: bold;}
	
a:visited {
	text-decoration: none; 
	color: white;
	font-weight: bold;}
	
a:active {
	text-decoration: none;}
	
a:hover {
	font-weight:bold; 
	color: #84A3A5;}
	
img {
  margin: 5px 5px 5px 5px;}

li {
	list-style: circle inside;
	text-indent: 2%; }


h1 {
	color: #3F0112;
	font-weight: bold;
	font-size: x-large;
	line-height: 150%;
	padding: 10px 0px 20px 0px;}

h2 {
	color: #3F0112;
	font-weight: bold;
	font-size: large;
	line-height: 150%;
	padding: 10px 0px 20px 0px;}


body {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	background: #C5D7D7 url('images/words.gif');
	line-height: 140%;}
	