BODY {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E6081;
	margin: 10px 0px 10px 10px;
}
textarea {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4E6081;
	border: 2px ridge #FFFFFF;
	}
input {
   background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4E6081;
	border: 2px ridge #FFFFFF;
	}
TABLE {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E6081;
}
TD {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E6081;
}
TH {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E6081;
}
TR {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E6081;
}
OL, LI, P, UL, FORM {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E6081;
}
A, A:ACTIVE, A:LINK A:VISITED {
	color: #4E6081;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
}
A:HOVER {
	color: #4E6081;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
}
.bottom_menu, A.bottom_menu, A.bottom_menu:LINK, A.bottom_menu:VISITED {
	color: #4E6081;
	text-decoration: underline;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
A.bottom_menu:HOVER {
	color: #4E6081;
	text-decoration: none;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
H6 {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #4E6081;
}
H5 {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #4E6081;
}
H4 {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #4E6081;
}
H3 {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #4E6081;
}
H2 {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #4E6081;
	text-align: center;
}
H1 {
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #4E6081;
}
PRE {
	background-color: transparent;
	font-family : "Courier New", Courier, monospace;
	color: #4E6081;
}
HR {
	height: 1px;
	background: #4E6081;
	border: 0px solid;
	color: #4E6081;
}
div.popup_layer {
	position: absolute;
	height: 700px;
	z-index: 1;
	width: 860px;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	overflow: hidden;
	left: 10px;
	top: 5px;
	visibility: hidden;
}

.submit_button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #4E6081;
	border: 2px ridge #4E6081;
	color: white;
}
.smaller_font {
	font-size : 9px;
}
.one_px_bottom_border {
	border-bottom: 1px solid Black;
}
.one_px_all_borders {
	border-right: 1px solid Black;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}
.one_px_bottom_border_dashed {
	border-bottom: 1px dashed #4E6081;
}
.one_and_half_line_space {
	line-height: 150%;
}

.double_space {
	line-height: 200%;
}
.home_td_padding{
	padding: 0px 0px 20px 10px;
}

table#main_table {
	background: #FFFFFF url(../images/left-side-bright-bg.jpg);
	background-repeat: no-repeat;
}

/* All of the following css is for the left menu */

#navlist
{
color: white;
background: #FFFFFF;
border-bottom: 0.2em solid #FFFFFF;
border-right: 0.2em solid #FFFFFF;
padding: 0 1px;
margin-left: 0;
width: 12em;
font: normal 0.8em Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
font-size: 1em;
}

#navlist a
{
display: block;
text-decoration: none;
margin-bottom: 0.5em;
margin-top: 0.5em;
color: white;
background: #4E6081;
border-width: 1px;
border-style: solid;
border-color: #5bd #035 #068 #6cf;
border-left: 1em solid #5A73A0;
padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist a#current { border-color: #5bd #035 #068 #333333; }

#navlist a
{
width: 99%;
/* only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 9.6em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover
{
background: #5A73A0;
border-color: #069 #6cf #5bd #4E6081;
padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a:active, #navlist a#current:active
{
background: #4E6081;
border-color: #069 #6cf #5bd #333333;
padding: 0.4em 0.35em 0.25em 0.9em;
}
