.hide {
display: none;
}
a:active, a:visited, a:link
{
	color: #99CC00;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

#Footer ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 15px 10px 20px; 
}

#Footer ul li {
	display: inline;	
	margin-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #989898;
}

#Footer li a {
	color: #99CC00;
}

.img_border {
	border: 1px solid grey;
}
#topnav {
	background-color: #212f76;
	padding:10px;
	background-image: url(/images/corner.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

#topnav ul.mainnav {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#topnav ul.mainnav li {
	display: inline;	
	margin-left: 20px;
}
#topnav ul.mainnav li.dividenav {
	margin-left: 400px; /* specifies the distance of the home text in the nav to the other nav items */
}
* html #topnav ul.mainnav li.dividenav {
	margin-left: 380px; /* specifies the distance of the home text in the nav to the other nav items */
}

#topnav ul li a {
	color: white;
}
#topnav ul li a:hover {
	color: #99CC00;
	text-decoration: none;
}

h1 {
	color: #99CC00;
	font-size: 24px;
	font-weight: normal;
	padding-top: 45px;
    border-bottom: 1px solid;
	font-variant: small-caps

}
h2 {
	color: #003E7e;
	font-size: 14px;
}
h3 {
	color: #003E7e;
	font-size: 12px;
}
.ul_file_list ul {
	list-style-type: none;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
}

.ul_file_list li {
	display: block;	
	margin: 2px 0px 2px 0px; 
}

.ul_file_list li a {
	color: #e40f63;
	margin: 0px 10px 0px 0px; 
}

.ullistcms ul, #Content ul {
	list-style-type: none;
	padding: 0;
	margin: 0px 0px 0px 0px; 
}

.ullistcms li, #Content li { 
	list-style-type: none;
	font-size: 12px;
	color:#263E74;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 13px;
	margin-left: 15px;
	line-height: 18px
}

.ullistcms ul li ul li, #Content ul li ul li { 
	font-size: 12px;
	color: #D4793C;
	background-image: url(/images/bullet.png); 
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 13px;
	margin-left: 30px;
}
