﻿
body {
	color: #000;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
#container {
	width: 980px;
	margin: 0 auto;
}
#masthead {
	text-align: right;
	width: 980px;
	padding: 0;
	clear:both;
	margin-bottom:0px;
	height:130px;
}
#navigation {	
	overflow: hidden;
	width: 980px;
	border:1px rgb(74,170,66) solid;
	margin-bottom:10px;
	padding:0;
	background-color:silver;	
}
#column_l {
	width: 700px;
	margin: 0 0 0 10x;
	padding: 10px 10px 10px 10px;
	display:inline;
	float:left;
	min-height:450px;
	color:#006600;
	
}
#column_r {
	width: 230px;
	margin: 0;
	float: right;
	background-image:url('../images/panel.png');
	background-repeat:no-repeat;
	padding:0 10px 0 10px;
	margin-bottom:10px;
	height:542px;
	color:#006600;
	
}
#footer {	
	background-color: silver;
	margin-right: 10px;
	overflow: hidden;
	padding-top: 3px;
	width: 980px;
	height:18px; 
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Styles for Content */
h1 {
	color:green;
	font-size: 1.8em;
	margin-bottom:5px;
}
h2 {
	color: green;
	font-size: 1.6em;
	margin-bottom:2px;
}
h3 {
	color: #965;
	font-size: 1.5em;
	margin-bottom:2px;
}
h4 {
	color: #965;
	font-size: 1.2em;
	margin-bottom:2px;
	margin-top:8px;
	
}
h5 {
	color: #965;	
	font-size: 1.1em;
	margin-bottom:0px;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
	color:green;
}
.style_italic {
	font-style: italic;
}
.style_small{
		
	 font-size:.9em;
}
.linkList
{
	padding-bottom:5px;
	list-style-image:none;
	color:green;
	
}
p.fontDGreen
{
	color:#006600;	
}
