﻿@import url(layout.css);
body {
	margin: 0px 0px 30px 0px;
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #e1ebfa;
	background-image: url('../images/sitelayout/bg.jpg');
	background-repeat: repeat-x;
	text-align: center;
}
h1 {
	color: #003366;
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h2 {
	color: #003366;
	font-size: 1.75em;
	font-weight: bold;
}
h3 {
	margin: 0px;
	color: #800000;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
}
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
#page_content {
}
#container {
	width: 760px;
	margin: 0 auto 0 auto;
	background: #fff url('../images/sitelayout/layout_03.jpg') top;
	background-repeat: repeat-y;
}
#masthead {
	margin: 0px;
	text-align: right;
	width: 760px;
	padding: 0px 0px 0px 0px;
	background-color: #cde;
	background-image: url('../images/sitelayout/layout_01.jpg');
	height: 153px;
}
#navigation {
	padding: 0px;
	margin: 0px;
	color: #000000;
	background-image: url('../images/sitelayout/layout_02.jpg');
	height: 47px;
	text-align: right;
}
#menu {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	text-align: right;
}
#column_l {
	width: 135px;
	margin: 0px;
	float: left;
	padding-left: 20px;
}
#column_r {
	width: 565px;
	margin: 0 10px 0 0;
	float: right;
	position: relative;
	padding-right: 0;
	padding-left: 0;
}
#footer {
	text-align: center;
	background-color: #89a;
	overflow: hidden;
	padding: 85px 2px 2px 2px;
	background-image: url('../images/sitelayout/layout_04.jpg');
	height: 39px;
	vertical-align: bottom;
	clear: both;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #FFFFFF;
	font-size: small;
	text-align: right;
	margin: 160px 20px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
/* Styles for Content */
#column_r h4 {
	margin-bottom: 0;
}
/* Styles for Footer */
#column_l p {
	margin: 5px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .78em;
	color: #000000;
	text-align: center;
	font-weight: normal;
}
#footer p {
	color: #FFFFFF;
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	text-align: right;
}
#footer a {
	color: #86A5BE;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* Styles for Links */
.style_bold_underline {
	font-weight: bold;
	text-decoration: underline;
}
.style_italic {
	font-style: italic;
}

.style_bold {
	font-weight:bold;
}
.column_one {
	width: 47%;
	float: left;
	border: 1px solid #336699;
	background-color: #C9D9EA;
	margin-left: 16px;
}
.column_two {
	width: 47%;
	float: right;
	border: 1px solid #336699;
	background-color: #C9D9EA;
	margin-right: 5px;
}
.column_one h1 {
	padding: 5px;
	font-size: medium;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	background-image: url('../images/sitelayout/subhd-bg.jpg');
	background-repeat: repeat;
	margin-bottom: 5px;
	margin-top: 0px;
}
.column_two h1 {
	padding: 5px;
	font-size: medium;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	background-image: url('../images/sitelayout/subhd-bg.jpg');
	background-repeat: repeat;
	margin-bottom: 5px;
	margin-top: 0px;
}
.align_right {
	text-align: right;
}

.main_content {
	
}
.main_content {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
.main_left_col {
	width: 50%;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0px;
}
.main_rt_col {
	width: 45%;
	float: right;
	padding: 0px;
	margin: 0 0 10px 10px;
}
