body {
	margin: 0 0 0 0;
	font-family: Trebuchet, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #444242; 
	text-align:justify;
}
/* 
all links in the website, to cover all links that are not elsewhere defined 
*/ 
a:hover, a:active, a:visited, a:link 
{
color: #015289;
text-decoration: none;
} 
#search {
font-size: 95%;
text-align: right;
}
#wrapper
{
}
#navcontainer
{
background-color: #000;
border-top: solid 0px #FFF;
border-bottom: solid 2px #FFF;
width: 833px;
}


#hometxt {
	padding-left:45px; 
}
* html #hometxt {
	padding-left:25px; 
}
#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 110%;
color: white;
text-align: left;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}
* html #navcontainer ul {
	padding-left: 40px;
}

#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
border-right: 2px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #000;
color: white;
	text-decoration: underline;
}

#active a { border-left: 1px solid #fff; }

#rightnav {
	color: #FFF;	
}
#rightnav a.abdc {
	font-size: 120%;
}
#rightnav p.contact {
	font-size: 95%;
}
#rightnav a:link, #rightnav a:visited ,#rightnav a:hover {
	color: #FFF;		
	text-decoration: none;
}

#Header {
	height: 79px;
	width: 975px;
}
#HeaderImg {
	background: url("/images/top.jpg") top left no-repeat;
	height: 104px;
}
* html #HeaderImg {
	background: url("/images/top.jpg") top left no-repeat;
	height: 103px;
}
#HeaderText {
	position:absolute;
	color: #fff;
	margin-top: 44px;
	margin-left: 50px;
	font-size: 110%;
	width: 700px;
	text-align: right;	
}
#HeaderText span.level1 {
	font-size: 120%;
}
#HeaderText span.level2 {
	font-size: 150%;
}
#Headerright {
	position: absolute;
	top: 79px;
	left: 835px;
	width: 140px;
	margin: 0;
	height: 131px;
	background-color: #015289;
}

.logoimg {
	position: relative;
	top: 13px;
	left: 15px;
}
#iLlogoline {
	position: absolute;
	width: 300px;
	height: 1px;
	top: 144px;
	left: 600px;
	background-color: #fff;
	z-index: 99;
}
.image_border { 
	border: 2px solid #CCC;
}
img.event_image {
	float: right;
}
h1 {  
	padding-top: 15px;
	font-size: 160%; 
	color: #2E97A0;
}
* html h1 {  
	padding-top: 25px;
}
h2 {  

	font-size: 140%;
	color: #2E97A0; 
	font-weight:bold; 
}

h3 { 
	font-size: 110%; 
	color: #2E97A0; 
	margin-bottom: 2px;
	}
h4 {  
	font-size: 100%; 
	color: #2E97A0;

	}

.ullistcms ul, .eventlist ul, #NewsBox_inside ul,  .related ul, .articleText ul{
	list-style-type: none;
	padding: 0;
	margin: 0px 0px 0px 5px; 
}
.ullistcms ul li, .eventlist ul li, #NewsBox_inside ul li, .related ul li, .articleText li { 
	background-image: url(/images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding: 0px 0px 2px 20px; 
}

.searchbox {
	font-size: 10px;
	color: #559FD0;
	/*border: 1px solid #004984;*/
	padding: 1px 3px;
}
.search_form {
padding-top: 35px;
padding-left:20px;
float: right;
}
* html .search_form {
padding-top: 20px;
}
blockquote.mission{
	padding: 0 20px 0 20px;
	color: #07747C;
	text-align: center;
	border-bottom: 2px solid #07747C;
	border-top: 2px solid #07747C;
}
#Footer
{
	clear: both;
	width: 975px;
	color: #333;
	background-color: #000;
}
#Footer ul {
	margin-top: 0px;
}
#Footer li
	{
	display: inline;
	margin: 0px 2px 0px 2px;
	color: white; 
}

#Footer li:before { content: "| "; }
#Footer li:first-child:before { content: ""; }

#Footer li a
{
	padding: 0 8px 0 8px;
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#Footer li a:hover
{
	text-decoration: underline;
}

/*IE workaround */
/*All IE browsers */
* html #Footer li
{
	border-left: 1px solid white;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
}


/*Win IE browsers - hide from Mac IE\*/
* html #Footer { height: 1%; }

* html #Footer li
{
	display: block;
	float: left;
	color: white;
}
/*End hide*/
/*Mac IE 5*/
* html #Footer li:first-child { border-left: 0px; }

 .thumbnail
{
float: left;
width: 120px;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
}

.clearboth { clear: both; }
