@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #333;
	background-color: #fff;
}
#container {
	padding-top:5px;
	border-right: none;
	border-bottom: 2px solid #484848;
	border-left: none;
	background-color: #fff;
}
#masthead {
	text-align: right;
	padding-top: 5px;
	background-color: #FFF;
	background-image: url('../images/masthead_imagev1.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height: 110px;
}
#navigation {
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #c0c0c0;
	background-color: #DDDDDD;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 410px;
	padding: 0 15px;
	background-color: #fff;
}
#column_c {
	width: 687px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_c {
	width: 660px;
	padding: 0 15px;
	background-color: #fff;
}
.column_r {
	background-position: bottom left;
	width: 320px;
	padding: 10px 10px;
	background-color: #8CB9F2;
	background-repeat: no-repeat;
}

#column_r img{
padding: 0px 10px 0px 0px;
}
html>body .column_r {
	width: 250px;
	padding: 10px 10px 10px 10px;
height: auto;
float: left;
margin: 10px 0px 0px 6px;
	background-color: #f1f1f1;
}
#spacer{
height : 450px;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #FFAA33;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #FFEEAA;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	font-size:11px;
	text-decoration: none;
	color: #484848;
	display: block;
	padding: 5px;
	border: none;
	background-color: #dddddd;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: none;
	background-color: #484848;
}
/* Right Column */
.column_r img {
	border:none;
	float:left;
}
/* Site typography */
h1 {
	font-size: 25px;
	color: #800;
}
h2 {
	font-size: 21px;
	color: #3366FF;
}
h3 {
	font-size: 18px;
	color: #600;
}
h4 {
	font-size: 16px;
	color: #500;
}
h5 {
	font-size: 14px;
	color: #400;
}
h6 {
	font-size: 14px;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
