﻿/* CSS layout */
.style1 {
	font-family: Tahoma, Helvetica, sans-serif;
}
.larger {
	font-size: larger;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
.style101 {
	font-weight: bold;
	font-size: 1em;
	color: #404000;
}
.style105 {
}
.style81 {
	text-align: center;
	color: #2A6A2A;
}
.style96 {
	color: #2A6A2A;
}
.style107 {
	font-size: medium;
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
}
.style90 {
	color: #2A6A2A;
	font-family: Tahoma, Helvetica, sans-serif;
}
.align_justify {
	text-align: justify;
}
.style111 {
	color: #008000;
	font-weight: bold;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
}
.style112 {
	font-weight: bold;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
}
.style113 {
	color: #2A6A2A;
}
.style114 {
}
.style115 {
	color: #000000;
}
body {
	border: thin solid #90969c;
	margin: 20px auto 0 auto;
	padding: 0;
	width: 900px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: medium;
}
#masthead {
	background: #EBBA23 no-repeat;
	border-left: 20px #EBBA23 solid;
	height: 102px;
	padding: 1px;
	background-image: url('../Images/Capture.JPG');
}
#masthead h1 {
	margin: 20px 0 0 25px;
	padding: 0px;
	font-size: 1.75em;
	text-align: center;
}
#masthead p {
	margin: 0 0 0 25px;
	padding: 0 0 5px 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.25em;
}
#menu {
	border-top: 1px #D9D900 solid;
	border-bottom: 1px #DFDF00 solid;
	background-color: #8FD500;
	text-align: center;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-family: Tahoma, Helvetica, sans-serif;
}
#menu a {
	padding: 0 10px;
	font-size: 1em;
	font-weight: bold;
	color: #404000;
	line-height: 1.6em;
}
#menu a:hover {
	background-color: #E0AD14;
	text-decoration: none;
	border: 1px solid #E0AD14;
}	
#container {
	min-width: 600px;
	background-color: #FFFFFF;
}
#right_col {
	width: 230px;
	float: right;
	background-color: #EBBA23;
	text-align: center;
	margin-top: 20px;
}
#page_content {
	margin-right: 230px;
	padding: 1px 20px;
	background-color: #FFFFFF;
	font-family: Tahoma, Helvetica, sans-serif;
	text-align: justify;
}
#footer {
	font-size: 1em;
	border-top: 1px #DFDF00 solid;
	background-color: #8FD500;
	padding: 5px 20px;
	clear: both;
}
#footer a {
	color: #0000FF;
}
  a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}

 

