body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #00267f;
	background: #ffffff url(images/bg.jpg);
	margin: 0;
	padding: 0px;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	line-height: 1.5em;
	letter-spacing: normal;
}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	line-height: 1.5em;
	color: #333333;
	text-align: justify;
	margin-left: 10px;
	padding: 10px;
}

ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	text-align: justify;
	margin-left: 10px;
	padding: 10px;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00267f;
	text-align: left;
	letter-spacing: 2px;
	font-variant:small-caps;	
	font-weight: bold;
	border-bottom: 2px solid #4f8a10;
	padding-bottom: 4px;
	margin-top: 20px;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4f8a10;
	text-align: left;
	letter-spacing: 2px;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid #00267f;
	padding-bottom: 3px;
	margin-top: 15px;
}

a:link { 
	font-weight: bold; 
	color: #4f8a10;
	text-decoration: underline;	
}
	
a:visited { 
	text-decoration: underline;	
	font-weight: bold; 
	color: #999999;
}
	
a:hover, a:active { 
	text-decoration: none;
	color: #00267f;
}

#pagetitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00267f;
	text-align: left;
	letter-spacing: 1.5px;
	margin-bottom: 25px;
}
	
.photoleft {
	float: left;
	padding: 0px 10px 0px 0px;
}

.photoright {
	float: right;
	padding: 0px 0px 0px 10px;
}

.tablemain {
	background: #00267f;
	border: 3px solid #00267f;
	padding: 0px;
}

.tablecssmenu {
	padding: 0px;
	background: #ffffff;
	vertical-align: top;
}
	
.tablerightcol {
	background: #ffffff;
	padding: 25px 40px;
	vertical-align: top;
}

.tablefooter {
	background: #00267f;
	padding: 10px 20px 10px 0px;
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	color: #ffffff;
	text-align: right;
}

.footerlink {
	padding: 0px;
}

a.footerlink:link, a.footerlink:visited { 
	font-weight: bold; 
	color: #ffffff;
	text-decoration: underline;	
}
		
a.footerlink:hover, a.footerlink:active { 
	text-decoration: none;
	color: #ffffff;
}

#navcontainer { 
	margin: 0px 0px 30px 0px; 
	border-top: 1px solid #333;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, geneva, arial, Helvetica, sans-serif;
}

#navcontainer li { 
	margin: 0; 
}

#navcontainer a {
	display: block;
	padding: 5px 10px;
	width: 145px;
	color: #333;
	background-color: #ADC1AD;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
	font-size: .8em;
	background-image: url(images/nav_normal.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navcontainer a:hover {
	color: #333;
	background-color: #889E88;
	text-decoration: none;
	border-top: 1px solid #333;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #999;
	background-image: url(images/nav_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navcontainer ul ul li { 
	margin: 0; 
}

#navcontainer ul ul a {
	display: block;
	padding: 5px 5px 5px 30px;
	width: 130px;
	color: #000;
	background-color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer ul ul a:hover {
	color: #000;
	background-color: #ffffff;
	text-decoration: none;
}

#news {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 0px;
	margin-top: 30px;
}

.newshead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #00267f;
	color: #ffffff;
	text-align: left;
	letter-spacing: 4px;
	font-variant:small-caps;
	font-weight: bold;
	border-top: 1px solid #333;	
	border-bottom: 1px solid #333;
	padding: 3px 3px 3px 10px;
}

#news ul li {
	font-size: 10px;
	line-height: 1.25em;
}

.clear {
	clear: both;
}