<!--

/* ****************
*	GLOBAL STYLE  *
***************** */

html {
	height: 100%;
}
body {
	background-color: #fff;
	
	background-image: url("../images/bg_img.gif");
	background-repeat: repeat-y;
	background-position: center;
	
	margin-top: 0px;
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family:verdana,arial,helvetica,sans-serif;
	color: #444;
	text-align: center; /*for ie5*/
	line-height: 150%;
	height: 100%;
}
#mainContent {
	margin: 0 auto -41px auto;
	padding: 0;
	text-align: left;
	/*border-left: solid 1px #F5F5DF;*/
	min-height: 100%;
	_height: 99.9%;
	display: block;
	/*width: 606px;*/
	width: 761px;
}
#map {
	margin: 0;
	height:187px;
}
#header {
	clear: both;
	background-image: url(../images/headings/bg_nav.jpg);
	background-repeat: no-repeat;
	height:24px;
	margin: 0;
}
#header * {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
#header li {
	padding: 0 13px;
}
#header li.left {
	padding-left: 0;
}
#header li.right {
	padding-right: 0;
}

#content {
	float:left;
	width: 575px;
	/*width: 473px;	 WIN IE5 hack */
	/*wid\th: 453px;	 correct width */
	
	padding: 0px 10px;
	margin: 0px;
	color: #666;
	background-color: #F5F5DF;
	min-height: 300px;	
	/*height: 400px;*/
	z-index:0;	
	padding-bottom: 30px;
}
#footer {
	clear: both;	
	white-space: nowrap;
	padding-top:10px;
}
#footer * {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
#subNav {
	float:left;
	clear: left;
	margin: 0;
	padding: 0;
	width: 160px;
	padding-top: 10px;
	padding-bottom: 60px;
	background-color: #fff;
	line-height: 13px;
	border-left: solid 1px #F5F5DF;
	/*height: 100%;*/
}
#subNav h2 {
	text-align: right; 
	color: #666; 
	font-size: 120%; 
	font-weight: bold; 
	margin: 0 10px 10px 0;
	line-height: 120%;
}
#subNav ul, .subNav li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#subNav li{
	margin-bottom: 6px;
	margin-right: 10px;
	text-align: right;
	line-height: 120%;
}
#subNav a {
	color: #5A7300;
	text-decoration: underline;
}
#subNav a:hover {
	color: #000;
}
#selectedSubNav a {
	color: #000;
	text-decoration: none;
}


h1 {
	font-size: 140%;
	color: #25427C;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
}

img {
	border: none;
}
em {
	font-weight: bold;
	font-style: italic;
}
a {
	color: #25427C;
	font-weight: bold;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000;
}
a img {
	border: 0;
}
p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
h2 {
	font-size: 120%;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h3, h4, h5, h6 {
	font-size: 120%;
	color: #666;
	font-weight: bold;
}

blockquote {
	float: left;
	width: 33%;
	padding: 10px 0;
	margin: 10px 20px 10px 0;
	border: 0;
	border-top: solid 4px #c1d0ff;
	border-bottom: solid 4px #c1d0ff;
	
	line-height: 150%;
	font-size: 120%;
	font-weight: bold;
	color: #25427C;
}

hr, .hr{
	clear: both;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ccc; 
	height: 0; 
	overflow: hidden;
}

/* **********************
*	STANDARD CLASSES	*
*********************** */

.clearAll {
	clear: both;
}
.homeKeyDivisions div {
	float: left;
	line-height: 80%;
	margin-top: 10px;
	text-align: center;
}
.homeKeyDivisions a, .homeKeyDivisions a:Hover {
	text-decoration: none;
}

.contentPhoto {
	float: right;
	clear: right;
	background-color: #fff;
	margin: 0 0 10px 10px; 
	padding: 3px;
	font-size: 80%;
	color: #666;
}
.small, small{
	font-size: 9px;
	color: #888;
}

.downloadPDF {
	margin-left: -10px;
	margin-bottom: 5px;
	list-style-image:  url('/global/images/ico_pdf.gif');
	padding-left: 10px;
}
.downloadPDF a {
	font-weight: bold;
/*	font-size: 120%;*/
/*	padding-left: 10px;*/
}


/* **************
*	HOME PAGE	*
*************** */

.home {
	/*background-color: #F5F5DF;
	height: expression((document.body.clientHeight)-(215) + 'px');*/
	
	background-image: url("../images/bg_home_img.gif");
	background-repeat: repeat-y;
	background-position: center;
}
.homeLeft {
	float: left;
	width: 242px;
/*	margin: 20px;*/
	margin: 0 0 0 5px;
	padding: 0;
}
.homeRight {
	float: right;
	width: 355px;
	line-height: 100%;
}
.homeRight a, .homeRight a:Hover {
	text-decoration: none;
}
.latestNews {
	float: left;
	width: 275px;	
	padding: 0;
	margin: 20px;
	margin-right: 0;
}
.latestNews .date {
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	/*float: right;
	margin: -10px 0 0 0;*/
	padding: 0;
	color: #666;
}
.homeKeyDiv {
	text-align: right;
}
.homeHolder {
	padding-bottom: 10px;
}
/*body * {
	border: solid 1px red;
}*/
-->