﻿@import url(layout.css);


body {
	color: black;
	font-size: 15px;
	font-family: Arial;
	background-color: #000000;
	margin-top: 10px;
}
html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }

html {
    overflow-y: scroll;
}

#container {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	border-top: 4px solid navy;
	border-right: 4px solid navy;
	border-bottom: 4px solid navy;
	border-left: 4px solid navy;
}
#masthead {
	text-align: right;
	background-color: #fff;
	width: 800px;
}
#navigation {
	background-color: #CC3300;
	overflow: hidden;
}
#column_l {
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 350px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #ffffff;
	position: relative;
}
#footer {
	width: 800px;
	text-align: center;
	background-color: #000066;
	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: 15px;
	margin: 1px;
	color: #000;

}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
	font-weight: bold;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #000066;
	font-weight: bold;

}
/* Styles for Footer */
/* 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;
}