﻿@import url(layout.css);
body {
	color: black;
	font-size: medium;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#borderbox {
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #C0C0C0;
}

#container {
	background-color: #fff;
	width: 800px;
	margin: 0.2em auto 0.2em auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#container {
	background-color: #fff;
	width: 800px;
	margin: 0.2em auto 0.2em auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	width: 800px;
	padding-left: 15px;
}
#navigation {
	overflow: hidden;
	background-image: url('../images/header_bg.jpg');
	padding-bottom: 20px;
	background-color: #FFFFFF;
	padding-top: 5px;
}
#column_l {
	width: 425px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
	list-style-image: url('../images/dot.gif');
}
#column_r {
	width: 300px;
	margin: 0;
	float: right;
	padding: 4px;
	position: relative;
	text-align: center;
}
#column_r2 {
	width: 300px;
	margin: 0;
	float: right;
	padding: 4px;
	position: relative;
	text-align: center;
}

#column_r2 a {
	color: #0000FF;
	text-decoration: underline;
}

#column_r2 a:hover {
	color: #808080;
	text-decoration: underline;
}

#column_b {
	width: 700px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
	list-style-image: url('../images/dot.gif');
}
#singlespace p {
	line-height: 1em;
}

/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 13px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	margin-left: 15px;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
/* Styles for Footer */
#footer {
	width: 800px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer p {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	border-style: none;
	color: #036;
	text-decoration: underline;
}
a:hover {
	border-style: none;
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.onecolumn {
	width: 620px;
	margin-left: 70px;
}
.onecolumnsmall {
	width: 550px;
	margin-left: 0px;
	font-family: "Trebuchet MS";
	font-size: medium;
}
