﻿/* CSS layout */
#wrapper {
	background-color: white;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border: 3px #003300 double;
}
#masthead {
}
#top_nav {
	background-color: #FCA112;
	height: 25px;
	border-top: 5px white solid;
}
#sub_nav {
	height: 20px;
	display: inline;
}
#page_content {
	padding: 25px;
	min-height: 600px;
}
#right_sidebar {
	width:500px;
	float:right;
	border:1px black solid;
	margin-left: 10px;	
}
#footer {
	width: 950px;
	height: 15px;
	padding: 5px;
	font-size: 95%;
}
#footer_left {
	width: 475px;
	float: left;
	text-align: left;
}
#footer_right {
	width: 475px;
	float: right;
	text-align: right;
	text-decoration:none
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:link {
	color: #DA6B07;
	text-decoration: underline;
}

A:visited {
	color: #DA6B07;
	 text-decoration: underline}

A:hover {
	color: #5F8921;
	 text-decoration: none}

A:active {
	color: #5F8921;
	 text-decoration: underline}

h1 {
	font-size: 175%;
	font-weight: bold;
	color: #4A714D;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
ul {
	margin-bottom:20px
}
li {
	margin-bottom:15px
}
img.right {
	float: right;
	margin-left: 10px;
	border: 1px black solid;
}
img.border {
	border: 1px black solid;
}

