@charset "utf-8";
ul.MenuBarHorizontal iframe {
	z-index: 1010;
	position: absolute;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #660000;
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #EAB96A;
	margin: 0px;
	background-image: url(background_combo.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #39312e;
}
a:visited {
	color: #39312e;
}
a:hover {
	color: #882b1a;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
}


.twoColFixLtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding: 3px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000000;
	background-image: url(colorblend.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	letter-spacing: 0.2em;
	text-align: right;
	height: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.twoColFixLtHdr #container #header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #edc300;
	letter-spacing: 0.2em;
	text-align: right;
	border: thin none #000000;
	margin-bottom: 15px;
	margin-top: 65px;
	margin-right: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 15px 0px 15px;
	margin: 30px 20px 0px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 50px 25px 40px 275px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 50px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 3px groove #666666;
} 
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.twoColFixLtHdr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
} 
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: italic;
	color: #000000;
	text-align: center;
	margin: 5px;
	padding: 5px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}
.thrColAbsHdr #container #sidebar2 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #191B1F;
	letter-spacing: .1em;
}
.thrColAbsHdr #container #sidebar3 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	letter-spacing: .1em;
}

.thrColAbsHdr #container #sidebar2 p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660000;
}


li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
}

.twoColFixLtHdr #container #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #9933CC;
}
.returnhome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: inline;
}

.twoColFixLtHdr #container #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #EDC300;
}
.twoColFixLtHdr #container #mainContent img {
	border: medium groove #000000;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
}
.imageright {
	border: 1px solid #000000;
	margin: 10px;
	float: right;
}

.oneColFixCtrHdr #container {
	width: 780px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
.oneColFixCtrHdr #container #header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: italic;
	color: #191b1f;
	font-weight: bold;
	border: 1px none #000000;
	text-align: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #header h2 {
	color: #d1843c;
	margin-top: 10px;
	margin-right: 35px;
	font-size: 20px;
	text-align: right;
	font-style: italic;
}

.oneColFixCtrHdr #header   {
	background-color: #EBBA6D;
	background-image: url(copper_colorblend.jpg);
	background-repeat: repeat;
	background-position: left center;
	height: 150px;
	top: 50px;
}

.oneColFixCtrHdr #container #mainContent th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	border-bottom-color: #cba262;
}
.oneColFixCtrHdr #container #mainContent table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 50px;
}

.twoColFixLtHdr #container #mainContent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.oneColFixCtrHdr #container #mainContent td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
	text-align: left;
	color: #191b1f;

	border: 1px solid
#;
	border: 1px ridge #CBA262;
}


.oneColFixCtrHdr #container #mainContent img {
	border: 3px solid #000000;
	margin: 30px;
	padding: 2px;
}
.oneColFixCtrHdr #container #mainContent p img {
	padding: 3px;
	margin: 15px;
}

.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #660000;
	text-align: center;
	margin: 3px;
}
.oneColFixCtrHdr #container #mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	clear: both;
	padding-top: 20px;
	font-style: italic;
}
.oneColFixCtrHdr #container #mainContent h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	text-align: left;
	padding-left: 45px;
}
.oneColFixCtrHdr #container #mainContent h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
}

.oneColFixCtrHdr #container #mainContent #form1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtrHdr #container #mainContent #form1 {
	border: 6px double #333333;
	margin-top: auto;
	margin-right: 120px;
	margin-bottom: auto;
	margin-left: 120px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #E9D2FF;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 60px;
	padding-left: 60px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 0px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	color: #000000;
}
.alternate {
	color: #000000;
	background-color: #FFFF99;
}
.leftalign {
	text-align: left;
	margin: 10px;
	padding: 10px;
}
.italics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #660000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

ul.MenuBarHorizontal {
	font-size: 14px;
	margin: 8px;
	list-style-type: none;
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	display: block;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: auto;
	position: relative;
	background-repeat: repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul.MenuBarHorizontal  a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #39312e;
	text-decoration: underline;
	text-align: center;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0.5em;
	padding-right: 0.75em;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
	display: block;
	font-style: normal;
}
ul.MenuBarHorizontal  a:hover  {
	color: #882b1a;
}


ul.MenuBarActive {
	z-index: 1000;
}
ul.MenuBarHorizontal li.MenuBarItemIE {
	background-color: #ffffff;
	display: inline;
	float: left;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 8;
	padding: 8;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: auto;
	float: left;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	font-weight: bold;
}
.caps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	font-variant: normal;
	color: #EDC300;
	background-color: #FFFFFF;
	text-align: center;
	letter-spacing: 0em;
	text-decoration: underline;
}

