* { margin: 0 ; padding: 0 ; }
a { text-decoration:none;
	color: #2C6474; }
a:hover { text-decoration: underline;}	
img { border:0; }

body {
	background-color: #FFFFFF;
	font-size: 100%; 
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	padding-top: 0.9em;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}	
hr {
	text-align: center;
	width: 80%;
	height: 1px;
	color: #54543B;
	margin-top: 10;
	margin-bottom: 10;
}	
	
#container {
	max-width: 1000px;
}
.content {
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
}
.content img {
	border: 1px solid #8CC5D3;
	margin: 10px;
}
.content ul {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-top: 1em;
	padding-left: 2em;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	text-indent: -2em;
	list-style-position: inside;
	list-style-type: disc;
}
.content ul li {
	padding-bottom: 15px;
}
.documents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/*line-height: 1.5em;
	padding-top: 1em;*/
	padding-left: 40px;
	padding-right: 40px;
}
.fileinfo {
	text-align: right;
}

h1 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.6em; 
	line-height: normal; 
	font-weight: bold; 
	color: #2C6474;
}

.navigation h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.1em; 
	line-height: 1.6em; 
	font-weight: bold; 
	color: #2C6474;
}
	
.navigation ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: bold;
	list-style-image : url(images/bullet_off.gif);
	list-style-position: inside;
}	
.navigation ul li ul {
	font-size: 0.8em;
	line-height: 1.6em;
	padding-left: 10px;
}
.navigation ul a {
	color: #2C6474;
}	
.navigation ul a:hover {
	list-style-image: url(images/bullet_on.gif);
}
.navigation ul .on {
	list-style-image: url(images/bullet_on.gif);
}
.navigation input {	
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 0.7em;
	background-color: #EAFAFF;
	padding: 3px;
	border: solid 1px #8CC5D3;
	color: #000000;
	width: 120px;
	vertical-align: top;
}

.rhs_features {
	padding-bottom: 10px;
}
	
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.1em;
	font-weight: normal;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	background: #999B37;
	text-align: center;
	color: #CCCC99;
}
.formstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #521003;
	background: #F9E1B0;
}

.documents {
	margin-top: 20px}
.documents img {
	border: none;
	float: none;
	margin-left: 0px;
	margin-bottom: -2px;
	margin-top: 0px;
	margin-right: 4px;
}
	
form div.formrow label {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: normal; 
	font-weight: bold; 
	color: #2C6474;
	display: block;
	width: 7em;
	margin-left: 0;
}
form div.formrow input, form div.formrow textarea {
	font-size: 1em;
	background-color: #EAFAFF;
	padding: 2px;
	border: solid 1px #8CC5D3;
	color: #000000;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	width: 99%;
}
form div.formrow input:focus, form div.formrow textarea:focus { 
	background-color: white;
}
