﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #336600;
	color: #FFFFFF;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 150px;
	background-color: #cb8;
	font-size: small;
}
#sidebar_ad {
	position: relative;
	float: left;
	width: 144px;
	padding: 2%;
	text-align: center;
	color: #f5f5f5;
	background-color: #336600;
	font-size: small;
}
#content {
	margin-left: 150px;
	padding: 10px;
	background-color: #fff;
}
#announcement {
	margin-left: 50px;
	width: 75%;
	text-align: center;
	padding: 10px;
	border: 4px solid #000000;
	background-color: #008000;
	color: #F5F5F5;
}
#announcement1 {
	margin-left: 50px;
	width: 75%;
	text-align: center;
	padding: 10px;
	border: 4px solid #000000;
	background-color:#339933;
	color: #F5F5F5;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #336600;
	color: #FFFFFF;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
#masthead h1 {
	font-size: xx-large;
	margin: 0;
	margin-right: 1%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

/* Styles for Headings */
h6 {
	margin-bottom: 0; 
	padding-bottom: 0; 
	font-family: "Arial Black", Arial, sans-serif;
	font-size:x-small;
	color:#224400;
}
h5 {
	margin-bottom: 0; 
	padding-bottom: 0; 
	font-family: "Arial Black", Arial, sans-serif;
	font-size:small;
	color:#224400;
}
h4 {
	margin-bottom: 0; 
	padding-bottom: 0; 
	font-family: "Arial Black", Arial, sans-serif;
	font-size:medium;
	color:#224400;
}
h3 {
	margin-bottom: 0; 
	padding-bottom: 0; 
	font-family: "Arial Black", Arial, sans-serif;
	font-size:large;
	color:#224400;
}
h2 {
	margin-bottom: 0; 
	padding-bottom: 0; 
	font-family: "Arial Black", Arial, sans-serif;
	font-size:x-large;
	color:#224400;
}
h1 {
	margin-bottom: 0; 
	padding-bottom: 0; 
	font-family: "Arial Black", Arial, sans-serif;
	font-size:xx-large;
	color:#224400;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px none #cb8;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}

/* Styles for Ads */
#sidebar_ad a {
	font-weight: bold;
	text-decoration: underline;
	color: #DDCC99;
	padding: 0%;
	display: inline;
	border-bottom: 0px solid #f5f5f5;
	background-color: #336600;
}
#sidebar_ad a:hover {
	font-weight: bold;
	text-decoration:underline;
	color: #FFFF00;
	display:inline;
	border-bottom: 0px solid #f5f5f5;
	background-color: #336600;
}

/* Styles for Announcements */
#announcement a {
	font-weight: bold;
	text-decoration: underline;
	color: #DDCC99;
	padding: 0%;
	display: inline;
	border-bottom: 0px solid #f5f5f5;
	background-color: #008000;
}
#announcement a:hover {
	font-weight: bold;
	text-decoration:underline;
	color: #FFFF00;
	display:inline;
	border-bottom: 0px solid #f5f5f5;
	background-color: #008000;
}
#announcement h1 {
	font-family: "Copperplate Gothic Bold", Arial, sans-serif;
	font-size: x-large;
}

/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #DDCC99;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: none;
}

/* Styles for hyperlinks */
a[href] {
	color: #224400;
	text-decoration: underline;
}
a[href]:hover {
	color: #008000;
	text-decoration: underline;
}

/* Styles for bookmarks */
a[name] {
	text-decoration:none;
}
a[name]:hover {
	color:#224400;
	text-decoration:none;
}

/* Styles for images */
.style_image_linked {
	border-style: solid;
	border-width: thin;
	border-color: green;
}
.style_image_nolink {
	border-style: solid;
	border-width: 1px;
	}
.style_thumbnail {
	border-style: outset;
	border-width: medium;
	border-color: green;
	margin:5px;
}

/* Styles for text */
.style_bold {
	font-weight: bold;
}
.style_centered_green {
	color: #336600;
	text-align: center;
}
.style_bold_green {
	font-weight: bold;
	color:#224400;
}
.style_alert {
	font-weight: bold;
	font-style: italic;
	color:maroon;
}
.style_italic {
	font-style: italic;
}
.style_strikethrough{
	text-decoration:line-through;
}
.style_underline {
	text-decoration:underline;
}
.style_fineprint {
	font-size: x-small;
}

/* Styles for text alignment */
.style_align_right {
	text-align: right;
}
.style_align_center {
	text-align: center;
}
.style_align_justify {
	text-align: justify;
}
.style_indent_small {
	margin-left: 15px;
}


.style_sidebar_submenu {
	font-size: x-small;
	margin-left: 20px;
	background-color: #D3C598;
}

/* Styles for bulleted lists */
.style_bullet_image {
	border-width: 0;
}
.style_image_margin {
	border-style: solid;
	border-width: 0;
	margin: 5px;
}
ul.style_lohbullet {
	list-style-image: url('logo_12x12.gif');
}
ul.style_horseshoebullet {
	list-style-image: url('horseshoe12x12.gif');
}
ol.style_romanlower { 
	list-style-type: lower-roman;
}

/* Styles for tables */
td {
	margin: 0;
	padding: 5px;
	border: 0;
	border-collapse: collapse;
	vertical-align: top;
}

tr {
	margin: 0;
	padding: 5px;
	border: 0;
	border-collapse: collapse;
	vertical-align: top;
}

table {
	margin: 0;
	padding: 5px;
	border: 0;
	border-collapse: collapse;
	vertical-align: top;
}

table.style_simple {
	border-style: solid;
	border-width: 1px;
	border-color: green;
	table-layout: auto;
}

