﻿@import url('layout.css');
/* * {
	margin: 0;
	padding: 0;
}
*/
*/
html {
	height: 100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	margin: 0;
	padding: 0;
	height: 100%;
}
#container {
	width: 100%;
	margin: 0px auto;
/* the auto margins (in conjunction with a width) center the page */	padding: 0px;
}
#masthead {
	height: 20px;
	margin: 0;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	border-bottom: 1px solid #000;
	background-color: #4682B4;
}
#masthead_l {
	margin: 0;
	text-align: left;
	color: white;
	font-size: 16px;
	font-weight: bold;
}
#masthead_r {
	margin: 0;
	float: right;
	width: 300px;
	text-align: right;
	font-weight: bold;
}
#navigation {
	float: left;
	width: 230px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	font-size: 0.8em;
}
#content {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 250px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
/* border-bottom: 1px solid #808080; */	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content_foot_l {
	margin: 0;
	float: left;
	width: 200px;
	text-align: left;
	padding-left: 5px;
}
#content_foot_r {
	margin: 0;
	float: right;
	width: 200px;
	text-align: right;
	padding-right: 5px;
}
#footer {
	clear: both;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 250px;
	padding-top: 8px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 5px;
	border-top: 1px solid #808080;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
#footer_l {
	margin: 0;
	text-align: left;
}
#footer_r {
	margin: 0;
	float: right;
	width: 250px;
	text-align: right;
}
.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
}
.thumbnail_big {
	border: 1px solid #ddd;
	padding: 7px;
	background-color: #F2F2F2;
	/* Below needed for centering to work */
	margin-left: auto;
	margin-right: auto;
}
/* ---------------------------- */
/* ---------- Styles ---------- */
/* ---------------------------- */
a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}
.align_center {
	text-align: center;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_underline {
	text-decoration: underline;
}
.no_margins {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Masthead Styles */
#masthead a {
	color: #FFFFFF;
}
#masthead a:active {
	color: #FFFFFF;
}
#masthead a:hover {
	color: red;
}
/* Navigation Styles */
#navigation a {
	color: #000;
}
#navigation a:hover {
	color: red;
	text-decoration: underline;
}
/* Content Styles */
#content h1 {
	text-align: center;
	font-family: arial;
	font-size: 18pt;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	color: #000000;
	font-weight: bold;
}
#content h2, h3, h4, h5, h6 {
	color: #000000;
	padding: 0px;
	margin: 0px;
}
#content p {
	margin-top: 0px;
}
#content img {
	padding: 5px;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: red;
	text-decoration: underline;
}
