﻿@charset "utf-8";
* {
	zoom: 1;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
input
{
	text-align:left;
}
textarea
{
	text-align:left;
}
a:link {
	color: #FFFFFF;	
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FF0000;
}

#top {
	display: block;
	margin: 0 auto;
	
}
#pageTop
{
	width: 964px;
	background: url(images/shadowTop.gif);
	margin: 0 auto;
	text-align: left;
	padding-right: 18px;
	padding-left: 18px;
	position: relative;
}
#container  {
	width: 964px;
	background: url(images/background.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
	padding-right: 18px;
	padding-left: 18px;
	position: relative;
} 
#header  {
	text-align: left;
} 

#header img {
border:none	
} 
body {
	background-color: #17426C;
}



#nav {
	float: left;
	width: 176px;
	background: #898989;
	padding: 0;
}
#nav a {
	display: block;
	background-color: #b8afa7;
	margin-bottom: 2px;
	margin-left: 14px;
	padding: 1px;
	font-size: 12px;
	font-weight: bold;

	text-align: left;
}
.navMenu
{
	background-color: #007e42;
	color:#FFFFFF;
	font-size:11px;
	white-space:normal;
	padding-left: 1px;
	height: 41px;

}
.navMenu table
{
	margin-right: 4px;
	vertical-align: middle;

}


.navDrop
{
	background-color: #edd8aa;

	font-size:11px;
	padding: 1px 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.navDrop table
{
	margin-right: 0px;
	

}
.navDrop a
{
	
	color: #000000;

}
.navDrop td
{
	text-align:left;
}



#content {
	margin: 0 290px 0 176px;
	background-color: #dce3e9;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
} 
#content a 
{
	color:#000000;
	text-decoration:underline;
}
#content h1 {
	color: #bb570e;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 20px;
}
#content h2 {
	font-weight: bold;
	text-align: left;
	margin: 20px;
	font-style: italic;
}

#content p {
	text-align: left;
	margin:20px;
}
#content p strong
{
	font-weight:bold;
}
#content table
{
	text-align:left;
}
#content ul{
	font-size: 12px;
}
#content ul li
{
	text-align: left;
	margin-left: 60px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}
#content ul li a:link {
	color: #000000;	
	text-decoration: none;
}
#content ul li a:visited {
	color: #000000;
	text-decoration: none;
}
#content ul li a:hover {
	color: #FFFFFF;
	background:#000000;
}
#content ul li a:active {
	color: #000000;
}

#content ol li
{
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 60px;
	font-weight: bold;
}

#rightcolumn 
{
	position:absolute;
	top:150px;
	left:692px;
	width: 290px;
	height:400px;
	float: right;
}
#rightcolumn p {
	color: #FFFFFF;
	font-style: italic;
	margin: 20px;
	display: block;
}
#footer {
	margin: 0 auto;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	width: 1000px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
} 
hr {
	margin-top: 12px;
	margin-bottom: 6px;
	height: 0px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.formLabel {
	background-color: #F4F4F4;
	text-align: right;
	border: 1px solid #000000;
	padding-right: 2px;
}
.formInputCell {

	text-align: left;

}
