@charset "iso-8859-1";
/* CSS layout */
* {
	padding: 0;
	margin: 0;
}
#masthead {
	margin: auto;
	width: 1000px;
	height: 298px;
	background: url('images/banner.png') no-repeat;}

#topbar {
	margin: auto;
	width: 1000px;
	height: 60px;
	background: #180206 url('images/topbar.gif') no-repeat;
	text-align: center;
	color: #D4D4D4;}

#wrap {
	margin: auto;
	width: 1000px;
	overflow: auto;
	background-color: #180206;}

#container {
	margin: auto;
	width: 970px;}

#page_content {
	width: 300px;
	float: left;
	background:url(/images/repeater.png);}
		
#page_content h1 {
	color: #180206;
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;}

#page_content h2 {
	color: #180206;
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;}

#right_col {
	width: 615px;
	float: right;
	color: #D4D4D4;
	line-height: 140%;
	background-color: #180206;}
	
#right_col img {
	border-style: solid;
	border-width: 1px;
	border-color: #D4D4D4;
	margin: 10px 10px 10px 10px; }
	
.innertube{
	margin: 15px; }
	
#footer {
	margin: auto;
	color: #FFFF99;
	width: 1000px;
	text-align: center;
	background-color: #180206;
	letter-spacing: 2px;
	padding: 5px 0 5px 0 ;}

#footer p {
	font-size: small;
	text-align: center; 
	line-height: 110%;}
	
#tagline {
	color: #D4D4D4; 
	text-align: center;
	font-size: x-small;}
	
#tagline a { 
	font-weight: bold; 
	color: #D4D4D4;
	text-decoration: none; }
	
#tagline a:hover { 
	text-decoration: underline; }
	
.dot {
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF99; }
	
.green {
  Color: #8DC63F;
  font-weight: normal;}

a:link {
	text-decoration: none;
	color: #D4D4D4;
	font-weight: bold;}
	
a:visited {
	text-decoration: none; 
	color: #D4D4D4;
	font-weight: normal;}
	
a:active {
	text-decoration: none;}
	
a:hover {
	color: #FFFF99;}
	
a[href$=".pdf"] {
	background: url(images/pdf.gif) no-repeat right center;
	padding-right: 18px;}

h1 {
	color: #FFFF99;
	font-weight: bold;
	padding-bottom: 10px;
	font-family: 'Lucida Sans', 'Lucida Grande', sans-serif;
	font-size: large; }
	
;
	font-weight: bold;
	padding-bottom: 10px;
	font-family: 'Lucida Sans', 'Lucida Grande', sans-serif;
	font-size: large; }
	
h2 {
	color: #FFFF99;
	font-weight: bold;
	font-size: medium;
	font-family: 'Lucida Sans', 'Lucida Grande', sans-serif;
	padding-bottom: 10px;}
	
hr {
	border: 1px #FFFF99 dashed;
	border-width: 1px 0 0 0;
	margin: 15px 0;}


ul {
	list-style-type: circle;
	padding-left: 30px;
	color: #180206;}

body {
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	background: #180206 url('images/bkgr.gif');}
		
