﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #FFFFFF;
	background-image: url('../images/bg_tile.jpg');
}
#container {
	width: 750px;
	margin: 0 auto;
	background-color: #dee2ff;
	background-image: url('../images/container_bg.jpg');
	background-repeat: repeat-y;
	background-position: center top;
}
#masthead {
	text-align: left;
	width: 750px;
	height: 150px;
	background-image: url('../images/header_bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
#navigation {
	margin-right: 3px;
	margin-left: 3px;
	background-color: #d2d2d2;
	overflow: hidden;
}
#column_l {
	width: 500px;
	height: 100%;
	margin: 0 0 0 10px;
	padding: 0 5px 10px 5px;
}
#column_r {
	width: 200px;
	height: 100%;
	margin: 0;
	float: right;
	background-color: #d2d2d2;
	position: relative;
	right: 3px;
	padding: 5px 0px 5px 0px;
	background-image: url('../images/right_col_bg.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	}
#footer {
	margin-top: 50px;
	padding-top: 50px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('../images/footer_bg.jpg');
	background-position: center bottom;
	background-repeat:no-repeat;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border-bottom: thin #d2d2d2 solid;
	border-top: thin #d2d2d2 solid;
	}
#navigation a:hover {
	background-color: #f2f2f2 ;
	border-bottom: thin #d2d2d2 solid;
	border-top: thin #d2d2d2 solid;
	
}
/* Styles for Content */
h1 {
	color: #965;
	font-size: 2.0em;
}
h2 {
	color: #965;
	font-size: 1.75em;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #000000;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
