﻿body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
	border: 0;
}
#container {
	border: ridge;
	width: 950px;
	margin: auto auto auto auto;
	background-color: #FFFFFF;
	position: relative;
	padding: 0;
	border-bottom-color: #FFFFFF;
}
#masthead {
	background: url('../images/header.jpg') no-repeat left;
	text-align: justify;
	width: auto;
	margin-bottom: 1px;
	height: 87px;
	overflow: auto;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#navigation {
	border: 2px #FFFFFF solid;
	overflow: hidden;
	width: auto;
	background-color: #336699;
	width: auto;
	margin: 0;
	padding: 0;
	clear: both;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
	clear: left;
	background-color: #FFFFFF;
	min-height: 500px;
}
#column_l {
	padding: 0 2% 0 0%;
	background-color: #FFFFFF;
	margin-left: 185px;
	margin-top: 0px;
}
#column_r {
	float: left;
	width: 160px;
	padding: 10px;
	background-color: #FFFFFF;
	top: 0px;
	margin-top: 10px;
}
#footer {
	background-color: #336699;
	padding-bottom: 5px;
	color: #FFFFFF;
	width: auto;
	clear: both;
	overflow: auto;
}
.float_right {
	float:right;
}
/* Styles for Masthead */
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #336699;
	font-size: x-small;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #B5C1CC;
	text-decoration: none;
}
#masthead p {
	font-family: verdana, arial;
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 3px;
	text-align: right;
	margin-right: 10px;
}
#floatmenu h2 {
	background-color: #336699;
	color: #FF6600;
	margin-bottom: 1px;
}
#mcontent {
	border: 1px solid #C0C0C0;
	padding: 0px;
	margin: 0px;
	background-color: #6699CC;
	font-family: verdana, arial;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}
#mcontent ul {
	display: block;
	list-style-type: square;
	padding-left: 0px;
	margin: 5px 0px 0px 30px;
	color: #FFFFFF;
}
#navigation ul li {
	float: left;
	position: relative;
}
#mcontent ul li {
	padding-bottom: 5px;
}
#mcontent a {
	text-decoration: none;
	color: #FFFFFF;
}
#floatmenu h2 a {
	text-decoration: none;
	color: #FF6600;
}
#mcontent a:hover {
	color: #FF6600;
	text-decoration: none;
}
#mcontent ul li ul {
	margin-left: 10px;
}
