body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #00274F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(/repository/images/page_background.jpg) 50% 0;
	background-repeat: repeat-y;
}

html, body, #wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #wrapper {
	height: auto;
	margin: auto;
}
#header {
 display: none;

}
.clear{
	clear: both;
	height: 0em;
}
.center{
	text-align: center;
	margin-left: -7px;
}
.center_right{
	text-align: center;
	margin-left: 7px;
	}

	
.board{
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}
.feature{

padding-left: 25px;
}
.double{
	width: 400px;
	height: 50px;
	background-image: URL(/repository/images/line2.html);
}



#wrapper {
	background: url(/repository/images/content_back.jpg) 50% 0;
	margin: auto;
	width: 750px;
}

#search{
	float: right;
	margin-top: 49px;
	
	}


.leftfloat {
	float: left;
	margin: 10px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 15px;

}

.leftfloat2 {
	float: left;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 35px;
}

.rightfloat {
    float: right;
	margin: 10px;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 20px;
	}
	
.rightfloat-top {
    float: right;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-top: 3px;
	margin-right: 15px;
	}
	
.rightfloat-staff {
    float: right;
	margin-left: 15px;
	margin-right: 0px;
	}

#leftcolumn{
  display: none;
}

#content {

    float: left;
	margin-bottom: 0px;
	margin-left: 25px;
	width: 550px;
	padding-bottom: 20px;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #00274F;
}

#news {

	width: 360px;
	overflow: hidden;
	}
	
#calendar{
float: right;
margin-left: 25px;
margin-right: 8px;
background-image: url(/repository/images/calendar_back.jpg);
background-repeat: no-repeat;
background-position: center;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}


table{
margin-left: 1px;
}

h1 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #993333;
	font-weight: bold;
	background-image: url(/repository/images/line.gif);
	background-position: bottom;
	width: 340px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	margin-left: 5px;


}

h2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #993333;
	font-weight: bold;
	background-image: url(/repository/images/line.gif);
	background-position: bottom;
	width: 340px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-top: 35px;
	
}

h3{

	font: 13px "Verdana";
	color:  #194D75;
	font-weight: bold;
	margin-left: 5px;
}


	
.gallery{
float: right;
}
.bottomnav{
margin-left: 1px;
}



.newstitle{
	padding-left: 60px;
	padding-top: 15px;
	margin-bottom: -25px;
	font: 17px "Georgia";
	color: #214D7C;
	font-weight: bolder;
	background-image: url(/repository/images/news_pages.html);
	background-repeat: no-repeat;
	height: 47px;
}

#content ol li{
	font-size: 13px;
	margin-left: -15px;
}
	
	
#content ol ul li{
	line-height: 1.4em;
	list-style:URL(/repository/images/circle.gif);
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: -22px;
	font-weight: normal;
	color: #000000;	
}
	
#content ul li{
	list-style:URL(/repository/images/circle.gif);
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: -17px;
	font-weight: bold;
	margin-bottom: 10px;
	
	color: #194D75;
}


}
#content ul li p{
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #00274F;
	margin-left: 0px;
}
	
.break {
	height: 5 px;
	
	}


strong {
color: #064482;
}

a {
color: #0758A9;
}

.paddingbottom{


padding-bottom: 10px;
}


#content p {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-left: 6px;

	color: #00274F;
}

#footer { 
   clear: both;
	position: relative;
	bottom: 0px;
	width: 100%;
	background-color: transparent;
	background-image: url(/repository/images/footer.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	width: 750px;
	margin: auto;
	text-align: center;
	height: 66px;
	margin-top: -15px;
	
}
#footer p {
	
	padding-top: 30px;
	font-size: 12px;
}

/*this is for the menu portion only*/
#menu {
width: 150px; /* set width of menu */

margin-top: -18px;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

#menu ul ul ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
margin-left: -1px;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font:Arial, Helvetica, sans-serif;
font-size: 11px;
display: block;
border-width: 1px;
border-style: solid;
margin: 0;
padding: 7px 6px;

}

#menu h2 {
background-color: #0758A9;
color: #eee;
border-top: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #333333;
border-left: 1px solid #FFFFFF;
text-transform: uppercase;
}

#menu a {
background-color:#05529E;
color: #E2E2E2;
border-top: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-bottom: 0px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
text-decoration: none;
}

#menu a:hover {
color: #eee;
background-color: #0569CD;

}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


.headers {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

.subheaders {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
}

.text {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #000000;
}

.subtext {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	color: #000000;
}

