﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #F2E9BB;
	text-decoration: none;
}
.LftColumnText {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11pt;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}
.bold1 {
	font-weight: bold;
}
#masthead {
	min-width: 600px;
	background-color: #EFEFEF;
}
#logo {
	float: left;
	width: 200px;
	background-color: #000000;
}
#header {
	margin-left: 0px;
	background-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-bottom-color: #E0CC58;
	height: 105px;
	text-align: center;
	color: #F7F3D6;
}
#container {
	margin: 12px auto 12px auto;
	width: 777px;
	clear: both;
	text-decoration: none;
	background-color: #FFFFFF;
}
#left_col {
	float: left;
	width: 200px;
	background-color: #000000;
	text-decoration: none;
}
#page_content {
	padding: 12px;
	margin-left: 200px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
	text-align: left;
}

#footer {
	clear: both;
	background-color: #F7F3D6;
	font-size: 8pt;
	text-align: center;
	font-family: "Trebuchet MS";
}
.boldItalicTan {
	font-style: inherit;
	font-weight: bold;
	color: #F7EFC6;
	font-family: "Trebuchet MS";
	text-decoration: none;
}
.linkColor {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.LogoImage {
	margin: 10px;
}
.10ptLeftaligned {
	font-size: 10pt;
	text-align: left;
}
.headerTaglineText {
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 11pt;
}
h1 {
	font-size: 14pt;
	margin: 6px 6px 18px 6px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 6px;
	padding: 0px;
}
.whiteLink {
	color: #FFFFFF;
}
.GoldText {
	color: #E7CF5A;
}
.style1 {
	text-decoration: none;
}
.noUL {
	text-decoration: none;
	color: #FFFFFF;
}
.centered {
	text-align: center;
}
h2 {
	padding: 8px 0px 0px -3px;
	margin: 0px;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
}

