body {
	text-align: center;
	background-color: white;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
}

a:active, a:visited, a:link
{
	color: #e40f63;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
#wrapper {
	color: #333;
	text-align: left;
}
#topnav {
	background-color: #003E7E;
	font-size: 14px;
}
#toplogo {
	background-image: url("/images/toplogo.png");
	background-repeat: no-repeat;
	background-position: top right;
}
#topphoto {
	background-image: url("/images/topphoto.jpg");
	background-repeat: no-repeat;
	background-position: top left;	
}
#container {
	border-bottom: 1px solid #989898;
	border-left: 1px solid #989898;
	border-right: 1px solid #989898;
	text-align: left;
}
.img_border {
	border: 1px solid #989898;
}
#Content {
	border-top: 1px solid white;
	text-align: justify;
}

#Footer {
	color: #333;
	border-top: 1px solid #989898;
}

#Footer ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 0px 10px 15px; 
}

#Footer ul li {
	display: inline;	
	margin-left: 10px;
	font-size: 10px;
	color: #333;
}

#Footer li a {
	color: #333;
}

#topnav ul.mainnav {
	list-style-type: none;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 20px; 
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
}
#topnav ul.homenav {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px; 
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
}

#topnav ul.mainnav li {
	display: inline;	
	margin-left: 20px;
}
#topnav ul.homenav {
	margin-top: -18px;
	margin-left: 700px;
}
#topnav ul.homenav li {
	display: inline;
	margin-left: 20px;
}
#topnav li a {
	color: white;
}
#topnav ul.mainnav li.dividenav {
	margin-left: 100px; /* specifies the distance of the home text in the nav to the other nav items */
}
* html #topnav ul.mainnav li.dividenav {
	margin-left: 80px; /* specifies the distance of the home text in the nav to the other nav items */
}
#topphoto ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px; 
	padding: 0;
}

#topphoto ul li {
	display: inline;	
	margin: 0px 0px 0px 0px;
	border-left: 1px solid white;
	border-right: 1px solid white;

}
#navcontainer, #navcontainer ul, #navcontainer ul ul {
	list-style-type: none;
}

#navcontainer ul li a, #navcontainer ul li.activeItem ul li a  {  
	color: #e40f63;
	text-decoration: none;
	font-weight: normal;
	background-image: url(/images/bullet.jpg); 
	background-repeat: no-repeat;
	background-position: 0 7px;

}
#navcontainer ul li a:hover, #navcontainer ul li ul li a:hover, #navcontainer ul li.activeitem ul li a:hover{
	color: #003E7e;
	text-decoration: underline;
} 

#navcontainer ul li.activeItem a {
	color: #003E7e;
	background-image: url(/images/bullet.jpg); 
	background-repeat: no-repeat;
	background-position: 0 7px;
	font-weight: bold;
}
#navcontainer ul li ul li.activeItem a { 
	color: #003E7e;
	text-decoration: none;
	font-weight: bold;
}
#navcontainer ul li li a { 
	color: #e40f63;
	text-decoration: none;
	font-weight: normal;
}

/* --------  end main navigation items   -----*/


h1 {
	color: #e40f63;
	font-size: 24px;
	font-weight: normal;
	text-transform: lowercase;
	padding-top: 25px;
}
h2 {
	color: #003E7e;
	font-size: 14px;
}
h3 {
	color: #003E7e;
	font-size: 12px;
}
.ul_file_list ul {
	list-style-type: none;
}

.ul_file_list li a {
	color: #e40f63;
}

.ullistcms ul {
	list-style-type: none;
}

.ullistcms li { 
	list-style-type: none;
	font-size: 12px; 
	background-image: url(/images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 7px;
}

.ullistcms ul li ul li  { 
	font-size: 12px; 
	background-image: url(/images/bullet.jpg); 
	background-repeat: no-repeat;
	background-position: 0 7px;
}
