@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/styles/body-background.gif);
	background-color: #7D7666;
	background-position: top;
	background-repeat: repeat-x;

}

 html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
	

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: lighter;
	color: #343025;
	margin: 2px;
}



h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #343025;
	font-weight: normal;
}
h3 {
	color: #333333;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h4 {
	color: #333333;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}
h5 {
	color: #666633;
	font-size: 9pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}

h6 {
	color: #333333;
	font-size: 7pt;
	font-family: Georgia, "Times New Roman", Times, serif
}

.nav A:link {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.nav A:visited {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
	
.nav A:active {
	text-decoration: none;
}
.nav A:hover {
	text-decoration: underline;
	color: #FF9900;
}


.Main_Table {
	background-attachment: fixed;
	background-image: url(images/styles/main_background_wide.png);
	height: 100%;
	background-position: center;
}
.Banner_Border {
	height: 200px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #441312;
	border-bottom-color: #441312;
}
.Body_GreenBox {
	background-color: #CFC486;
	border: 1px solid #C7B582;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}
.Body_Table {
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}

.Body_TanBox {
	background-color: #D3BE85;
	border: 1px solid #C7B582;
	background-image: url(images/styles/spacer.gif);
	background-repeat: repeat-y;
}
.copyright_background {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-color: #90AA5C;
	background-image: url(images/styles/copyright-background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.Table_100Height {
	height: 100%;
	background-image: url(images/styles/spacer.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.Text_1 {
	font-family: LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: justify;
}
.Text_2 {
	font-family: LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.Text_3 {
	font-family: LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
.ShiftTableRight {
	margin-left: 2px;
}
.FormBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #E2CB92;
	margin: 3px;
	border: 1px solid #420A0A;
	font-weight: bold;
	padding: 3px;
}
a:link, a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #343025;
	text-decoration: underline;
}
.FormBoxSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #E2CB92;
	margin: 1px;
	border: 1px solid #420A0A;
	padding: 1px;
}
