﻿@import url(layout.css);
body {
	color: black;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
  	/*background-color: #d3d9d6;*/
  	background-color: #ff0800;
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
  	
}
#container {
	background-color: #000800;
	width: 840px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	
}
#masthead {
	text-align: right;
	/*background-color: #036;*/
	background-color: #FFFEC1;
	width: 825px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#navigation {
	width: 840px;
	background-color: #545454;
	overflow: hidden;
}
#page_content {
	background-color: #fe6600;	
	width: 840px
}
#column_l {
	width: 810px;
	margin: 0px;
	padding: 15px 15px 15px 15px;
	background-color: #FFFEC1;
	text-align: justify;
}
#column_r {
	width: 230px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
#footer {
	/* width: 825px; */
	width: 840px;
	text-align: center;
	background-color: #fe6600;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footbox {
	width: 840px;
	height: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fe6600;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 19px;
	color: #000;
	margin: 60px 10px 0;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* 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;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* 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;
}

.style_red {
	color: #FF0800;
}