html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, div, ul,table,tr,td,th{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:top;
}
body {
	/*font-family: sans;*/
	font-size: 12px;
	background-color: white;
	color: #506a79;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	font-size: 16px;
	color: white;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 25px;
	}
h2 {
	font-size: 18px;
	color: #ff7d35;
	text-align:center;
	}
p {
	margin-bottom:10px;
	text-indent:15px;
	}
.green td{
	background: #006400 url('img/top_gradient.gif') repeat-x scroll top;
	height:22px;
	font-size: 22px;
}
.navigation{
	text-align:center;
}
.navigation li{
	display:inline;
}
.navigation a {
	display: block;
	height: 21px;
	width: 143px;
	margin: auto -1px;
	background: url('img/button.gif') no-repeat;
	padding-top: 4px;
	font-size: 13px;
	float:left;
	color: green;
	text-align: center;
	font-weight: bold;
	text-decoration: none	
}
.navigation a:hover {
	color: red;
	text-decoration: none;
	background-position: 0px 25px;
	color: white;
}
#lefthead{color:white; float:left; padding-left:20px;}
#left_content{
	background: transparent url('img/left_gradient.gif') no-repeat scroll top;
}
#left_content div {
	width: 240px;
	margin: 0px 0px 20px 13px;
	border-bottom: 3px #808080 dotted;
	}
#left_content div p {
	margin: 0px 0px 15px 0px;
	}
a.more {
	display: block;
	height: 24px;
	width: 114px;
	background: transparent url('img/more.gif') no-repeat scroll left;
	color: white;
	text-decoration: none;
	margin: 0 0 15px 124px;
	padding: 4px;
}
a.more:hover {
	color: #FF965E;
	}
#content{
	background: url('img/center.jpg') no-repeat;
	padding-top: 108px;
	border-right: 2px dotted #555;
	border-left: 2px dotted #555;
}
#right_col{
	background: transparent url('img/right_gradient.gif') no-repeat scroll top;
}
#footer {
	width: 100%;
	height: 40px;
	text-align: center;
}