﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
/*	background-color: #fff;*/
	width: 851px;
	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;*/
	width: 851px;
}
#navigation {
	background-color: #7F2429;
	overflow: hidden;
}
#column_l {
	width: 470px;
	top: 10px;
	left: 10px;
	margin: 0 0 10px;
	padding: 0 15px;
	background-color: #fff;
	border-radius: 10px;
}
#column_r {
	position: relative;
/*	width: 192px;*/
	max-width:320px;
	top: 30px;
	right: 10px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	border-radius: 5px;
}
#column_wide {
	position: relative;
	float: left;
	width: 801px;
	top: 10px;
	left: 10px;
	margin: 0 0 10px;
	padding: 0 15px;
	background-color: #fff;
	border-radius: 10px;
}
#column_left {
	position: relative;
	float: left;
	width: 620px;
	top: 10px;
	left: 10px;
	margin: 0 0 10px;
	padding: 0 15px;
	background-color: #fff;
	border-radius: 10px;
}
#column_right {
	position: relative;
	float: right;
	width: 290px;
	text-align:center;
	clear: right;
	top: 10px;
	right: 10px;
	margin: 0 0 10px;
	padding: 0 15px;
	background-color: #fff;
	border-radius: 10px;
}
#image_left {
	position: relative;
	float: left;
	max-width: 585px;
	top: 10px;
	left: 10px;
	margin: 0 0 10px;
	padding: 4px;
	background-color: #a9a9a9;
	border-radius: 5px;
}
#image_right {
	position: relative;
	float: right;
	max-width: 801px;
	top: 10px;
	right: 10px;
	margin: 0 0 10px;
	padding: 4px;
	background-color: #a9a9a9;
	border-radius: 5px;
}
#footer {
/*	position: absolute;
	bottom: 0;*/
	position: relative;
/*	width: 851px;*/
	top: 10px;
	text-align: center;
	background-color: #7F2429;
/*	background-color: #802629;*/
	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: 13px;
	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 #c9c9c9;
	background-color: #209BDE;
}
/* 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: #000;*/
	text-decoration: none;
	background-color: #209BDE;
}
/* Styles for Links */
a {
	color: #7F2429;
	text-decoration: underline;
}
a:hover {
	color: #209BDE;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}