@charset "utf-8";
body  {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(images/background.jpg);
}
.p_block {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #cccccc;
	text-align: justify;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #f0cf88;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.03em;
	color: #f0cf88;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #cccccc;
	text-align: center;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.07em;
	color: #cccccc;
	text-align: center;
	font-style: italic;
}
.index_large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #CCCCCC;
	text-align: center;
}
.index_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.07em;
	color: #CCCCCC;
	text-align: center;
	font-style: italic;
}


#nav {
	padding: 0;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #143358;
	height: 25px;
	width: auto;
}
#content {
	background-color: #143358;
	padding-top: 0;
	padding-right: 100;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.twoColFixLtHdr    #wrapper {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #143358;
	background-repeat: repeat-y;
	border: 1px solid #000000;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	margin: 0px;
	background-image: url(images/background.jpg);
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-repeat: repeat-y;
	background-color: #143358;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	background-repeat: repeat-y;
	background-color: #143358;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.sidebar_test {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	color: #CCCCCC;
}
.twoColFixLtHdr #wrapper #mainContent #table {
	background-color: #143358;
	margin: 0px;
	padding: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #143358;
	border-right-color: #143358;
	border-bottom-color: #143358;
	border-left-color: #143358;
}
.small_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	font-style: normal;
	color: #f0cf88;
}

.twoColFixLtHdr #footer {
	padding: 0;
	height: 70px;
	width: 774px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-color: #143358;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.align_center {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f0cf88;
	font-size: 0.7em;
}

.copyright {
	font-size: 0.85em;
	text-align: center;
	color: #f0cf88;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.tan_text {
	font-size: 1.0em;
	color: #f0cf88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
}
.text_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #f0cf88;
}
.word_highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #f0cf88;
	font-weight: normal;
}
.page_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;


	font-size: 1.em;
	color: #f0cf88;
	font-size: 1.05em;
}
a:visited {
	color: #f0cf88;
	text-decoration: none;
	font-size: .95em;
	font-family: Verdana, Geneva, sans-serif;
}
a:active {
	color: #f0cf88;
	font-size: 0.95em;
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	text-decoration: none;
	font-size: 0.95em;
	font-family: Verdana, Geneva, sans-serif;
	color: #f0cf88;
}
a:hover {
	font-size: 0.95em;
	font-family: Verdana, Geneva, sans-serif;
	color: #f0cf88;
	text-decoration: underline;
}
.header_italics {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #CCCCCC;
}
.forms_title_italics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCC;
	font-style: italic;
}

.map {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #f0cf88;
	text-align: left;
}

