﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #808080;
}
#container {
	width: 900px;
	margin: 0 auto;
	background-color: #C9C9C9;
}
#masthead {
	background-color: #036;
	background: url('../images/masthead.png') no-repeat;
	text-align: right;
	width: 900px;
	height: 183px;
}
#navigation {
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	background-color: #336699;
	overflow: hidden;
}
#column_l {
	width: 580px;
	margin: 0;
	padding: 0 15px 20px 15px;
	background-color: #fff;
}
#column_r {
	width: 280px;
	margin: 0;
	float: right;
	padding: 10px 4px 4px 4px;
	background-color: #C9C9C9;
	position: relative;
	height: 100%;
}
#footer {
	width: 100%;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	border-bottom: 1px #FFFFFF solid;
	border-top: 1px #FFFFFF solid;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	list-style-type: none;
	float: left;
}
#navigation a {
	list-style: none;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-weight: bold;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	background-color: #8CB3D9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	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 {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#credits {
	text-align: center;
	margin-top: 15px;
}
h1 {
	font-size: 18px;
	color: Black;
	margin-top: 20px;
}

h2 {
	font-size: 16px;
	color: #3C3C3C;
}
h3 {
	font-size: 15px;
	color: #3C3C3C;
	margin-bottom: 0;
	padding-left: 5px;
}
img {
	border: 1px #3C3C3C solid;
	margin: 5px;
}
.img-nb {
	border: 0;
	margin: 5px;
}

li {
	list-style: disc outside;
}
.clear{
	clear:both;
}
#clear {
	clear:both;
}
