﻿/*Attached to default.master*/

/* CSS layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #E0E4D8;
}
#container {
	border-style: solid;
	border-width: 0px thin thin thin;
	border-color: #000000;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 1200px;
	background-color: #EFEBD1;
}
#masthead {
	border-style: none none solid none;
	border-width: thin;
	border-color: #000000;
	padding: 0px;
	margin: 0px;
	height: 77px;
	background-color: #A0A0A0;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 772px;
	height: 75px;
}
#left_header {
	width: 357px;
	height: 75px;
	float: left;
	color: #FFCC00;
}
#right_header {
	margin: 9px 0px 0px 543px;
	padding: 9px 0px 0px 0px;
	width: 167px;
	text-align: center;
	background-color: #FFCC00;
	height: 32px;
}
#nav {
	border-left: thin none #000000;
	border-right: thin none #000000;
	border-top: thin none #000000;
	border-bottom: thin solid #000000;
	margin: 0px;
	padding: 0px;
	height: 29px;
	background-color: #FFCC00;
}
#menu {
	width: 300px;
	float: left;
	background-color: #FFCC00;
	margin-left: 6px;
}
#bread_crumb {
	width: 420px;
	float: left;
	background-color: #FFCC00;
	height: 12px;
	margin-top: 5px;
}
#search {
	width: 99px;
	float: right;
	margin-top: 3px;
	height: 18px;
}
#page_content {
}
#content_left {
	border-style: none solid none none;
	border-color: #FFFFFF #C0C0C0 #FFFFFF #FFFFFF;
	border-width: 0px 2px 0px 0px;
	width: 33%;
	float: left;
	min-height: 400px;
}
#content_middle {
	border-style: none solid none none;
	border-color: #FFFFFF #C0C0C0 #FFFFFF #FFFFFF;
	border-width: 0px 2px 0px 0px;
	width: 33%;
	float: left;
	min-height: 400px;
}
#content_right {
	width: 33%;
	float: right;
	min-height: 400px;
}
#footer {
	border-left: thin none #000000;
	border-right: thin none #000000;
	border-top: thin solid #000000;
	border-bottom: thin none #000000;
	background-color: #BAA88D;
	text-align: center;
	padding: 6px 0 6px 0;
	margin: 0;
	clear: both;
	height: 48px;
}
#footer p {
	margin: 3px 3px 6px 6px;
}

/* Tag Styles */
p {
	font-size: small;
	margin: 3px 6px 12px 9px;
	padding: 0px;
}
h1 {
	margin: 3px 3px 3px 6px;
	font-size: medium;
	font-weight: bold;
	padding-left: 0px;
	text-align: left;
}
h2 {
	padding: 0px;
	margin: 15px 3px 3px 6px;
	font-size: small;
	font-weight: bold;
	font-style: italic;
}
h3 {
	margin: 3px 3px 3px 6px;
	font-size: x-small;
	font-weight: bold;
	padding-left: 0px;
	text-align: left;
}
h4 {
	margin-top: 0px;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 3px 0px;
	font-size: x-small;
	font-weight: bold;
	font-style: italic;
}
hr {
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	color: #C0C0C0;
	height: 1px;
}
table {
}

/*Classes*/
.float_right {
}
.float_left {
	float: left;
}
.clear {
	clear: both;
}
.h2px {
	height: 2px;
}
.h4px {
	height: 4px;
}
.h6px {
	height: 6px;
}
.h12px {
	height: 12px;
}
.h24px {
	height: 24px;
}
.text_align_left {
	text-align: left;
}
.text_align_right {
	text-align: right;
}
.w24px {
	width: 24px;
}
.w100pct {
	width: 100%;
}
.w50pct {
	width: 50%;
}
.vertical_align_top {
	vertical-align: top;
}
/*.vertical_align_middle {
	vertical-align: middle;
}*/
.padding_left_6px {
	padding-left: 6px;
}
.font_small {
		font-size: x-small;
	}
.font_green {
	color: #008000;
}
