@charset "utf-8";
body {
	background-color: #E9EAAE;
	background-position: center top;
	background-image: url(image_files/background1200px.gif);
	background-repeat: no-repeat;
}

.everything {
	text-align: center;
	position: absolute;
	visibility: visible;
	width: 100%;
	left: 0px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	min-width: 800px;
	right: auto;
	bottom: auto;
}
.mainthings {
	position: relative;
	top: 0%;
	margin-top: 0px;
	width: 90%;
	left: 0px;
	top: 0px;
	height: 1500px;
	margin: 0px auto;
	min-width: 800px;
	z-index: 1;
}
.title_image {
	position: relative;
	text-align: center;
	height: 200px;
	width: 800px;
	left: 0px;
	top: 0px;
}
.text_area {
	text-align: justify;
	position: absolute;
	width: 60%;
	left: 17.5%;
	top: 215px;
	min-width: 480px;
	background-color: #FFF;
	border-color: #8F942E;
	border-style: solid;
	border-width: 2px;
	margin: 10px;
	overflow: auto;
	text-indent: 10px;
	font-size: medium;
}
.text_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	padding: 10px;
}

.left_menu {
	text-align: left;
	position: absolute;
	width: 15%;
	left: 0%;
	top: 215px;
	min-width: 120px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	border-color: #8F942E;
	border-style: solid;
	border-width: 1px;
	background-position: center top;
	background-image: url(image_files/left_bar_backgrnd.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;  /* the background          */
	filter:alpha(opacity=75);   /* Internet Explorer       */
	-moz-opacity:0.75;           /* Mozilla 1.6 and below   */
	opacity: 0.75;               /* newer Mozilla and CSS-3 */
}

.right_menu {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
	position: absolute;
	width: 15%;
	left: 80%;
	top: 215px;
	min-width: 120px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	border-color: #8F942E;
	border-style: solid;
	border-width: 1px;
	background-position: center top;
	background-image: url(image_files/left_bar_backgrnd.gif);
	background-repeat: no-repeat;
  	background-color: #FFFFFF;  /* the background          */
	filter:alpha(opacity=75);   /* Internet Explorer       */
    -moz-opacity:0.75;           /* Mozilla 1.6 and below   */
    opacity: 0.75;               /* newer Mozilla and CSS-3 */ 
}
.side_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	background-color: #E9EAAE;
}
h3.side_text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
	background-color: #F0C008;
}

h3.side_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
	background-color: #DD1F4B;
}

h3.side_text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
	background-color: #88BD2D;
}

a.side_text:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #330000;
}

a.side_text:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #4D4948;
}
a.side_text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #FF0033;
}
.fine_print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #000000;
}
