<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
		height: 100%;
}

body {
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color:#565656;
	line-height: 160%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/siteimages/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	background-attachment: fixed;
}

div#BodyFormat{
	width: 100%;
	height: 100%;
	z-index: 70;

}

div#PageContainer {
	width: 960px;
	margin-left: auto;
	margin-right:auto;
	z-index: 70;
	height: 100%;}
	
	
/************************************ heading *********************************************************/

div#HeadingContainer{
	width: 960px;
	overflow: hidden;
}

div#Heading {
	width: 960px;
	margin-left: 0px;
	overflow: hidden;
	margin-bottom: 10px;}

div#HeadingNav{
	/*position: absolute;
	top: 150px;*/
	width: 960px;
	height: 40px;
	margin-left: 0px;
	padding-left: 0px;
	overflow: hidden;
	display: block;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}

div#HeadingPrint {
	DISPLAY: none
}



/************************************ content layout *********************************************************/
div#ContentContainer{
	width: 960px;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	min-height: 300px;
 	margin-top: 60px;
	margin-bottom: 60px;

}

.rightcolumn{
	width:260px;
}
	
div#RightSide{
	width: 260px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	height: 100%;
	display: none;
}

/*******************************************************************************/
	
div#MainContentContainer{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f7f7f7;
	padding-top: 0px;
	/*background-image: url(../images/siteimages/transparent_white.png);
	background-repeat: repeat;*/
}

div#MainContent{
	/*width: 760px;*/
	min-height: 300px;
	padding: 30px;
	}



/************************************ content areas *********************************************************/	

.pageimage{
	float: right;
	}




/************************************ main navigation *********************************************************/
div#Navigation {
	padding-top: 0px;
	padding-bottom: 5px;
	width: 960px;
	height: 40px;
	overflow: hidden;
	padding-left: 0px;
	margin-left: 0px;
	z-index: 90;
	background-image: url(../images/siteimages/nav_back.png);
	background-repeat: repeat;
}

div#NavigationFormat{
	width: 960px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	overflow: visible;
	text-align: left;
		padding-left: 0px;
	margin-left: 0px;}

#Navigation ul {
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: visible;
	/*list-style-type: none;*/
	line-height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 960px;
	list-style-image: url(/images/siteimages/bullet.png);
	list-style-position: outside;
}

#Navigation ul li{
	line-height: 40px;
	float: left;
	display: inline;
	text-align: left;
	width: auto;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 6px;
	font-size: 110%;
}

#Navigation ul li a
{
	color: #eeeeee;
	text-decoration: none;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	display: block;
	/*padding-left: 20px;
	padding-right: 20px;*/
	width: auto;
	height: 40px;
	overflow: visible;
	padding-left: 42px;
	padding-right: 42px;
	margin-left: 0px;

}	
	



#Navigation ul li a:active
{
	color: #eeeeee;
	text-decoration: none;
/*	background-image: url(../images/siteimages/nav_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/

}
#Navigation ul li a:visited
{
	color: #eeeeee;	text-decoration: none;
/*	background-image: url(../images/siteimages/nav_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	}
#Navigation ul li a:hover
{
	color: #eeeeee;
	display: block;
	COLOR: #ffffff;
	background-color: #3c626f;
	height: 40px;
	overflow: hidden;
	border-top-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #133B48 ;
	border-left-color: #264048;	
}

.NavSpace {
	width: 2px;
	height: 20px;}
	
	
/**************************main content*********************************************/
	

DIV#TodayDate {
	PADDING-LEFT: 15px; FLOAT: left; WIDTH: auto; COLOR: #eeeeee; MARGIN-RIGHT: 20px; PADDING-TOP: 3px
}
	
/************************************ footer *********************************************************/
div#FooterContainer {
	width: 960px;

	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	font-size: 90%;
	text-align: center;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #3c626f;
	padding-bottom: 60px;}

div#Footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	color: #ece8dd;
	padding-top: 15px;
	padding-bottom: 15px;}

div#FooterContent{
	width: 960px;
	margin-left: 5px;
	text-align: center;}
	
#Footer A {
	padding-left: 30px;
	padding-right: 30px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 
	TEXT-DECORATION: none;
	color: #333333;
	color: #f8f5e7;
}

#Footer A:hover {
	padding-left: 30px;
	padding-right: 30px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 
	color:#3296ca;
		color: #89ABB7 ;
	text-decoration: underline;}

div#FooterCopyright{
	margin-top: 0px;
		color: #f8f5e7;}

#FooterCopyright A {
	TEXT-DECORATION: none;
		color: #eeeeee;
				color: #ece8dd;
}

div#FooterPrint{
	display: none;}
	
	
/************************************ general styles - customized *********************************************************/

/************* headings ***********/

H1 {
	margin-top: 0px;
	font-size: 175%;
	padding-bottom: 4px;
	font-weight: normal;
	color: #B2B2B2;
	color:#3F624A;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 99%;
}
	
h2 {
	color: #333333;
	color:#0079c2;
	font-size: 150%;
	font-weight: normal;
	font-size: 150%;
		color:#93ba34;
		color: #86b129;
		color:#464F79;

}
h3 {
	color: #00949c;
		color: #734A1E;
	font-size: 135%;

}
H4 {
	MARGIN-TOP: 4px;
	FONT-SIZE: 130%;
	MARGIN-BOTTOM: 4px;
	PADDING-BOTTOM: 0px;
	color: #464F79;

}


H5 {
	MARGIN-TOP: 1px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 120%;
	MARGIN-BOTTOM: 3px;
	PADDING-BOTTOM: 0px;
		color:#028de1;
		color: #3F624A;
}
H6 {
	MARGIN-TOP: 1px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 120%;
	MARGIN-BOTTOM: 3px;
	PADDING-BOTTOM: 0px;
	COLOR: #4A4A4A;
	color: #4A4A4A;

}
hr {
	color: #333333;
	height: 1px;
}


.right h1 {

	color: #003366;
}
.inlineH1 {

	font-weight: 900;
	color: #990033;
	font-size: medium;
}



/************* links ***********/

A:link {
	color: #3296ca;
	color:#77cceb;
			color: #3C626F  ;

	TEXT-DECORATION: underline
}
A:visited {
	color: #0a82c5;
	TEXT-DECORATION: underline

}
A:active {
	color: #00F;
	TEXT-DECORATION: underline;
color: #0a82c5;
}
A:hover {
		color: #990000;
	TEXT-DECORATION: none;}

/************* various ***********/

.small {
	FONT-SIZE: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
.formlabels {
	FONT-WEIGHT: bold;

}
.linedivider {
	BORDER-RIGHT: #737357 thin dotted; BORDER-TOP: #737357 thin dotted; BORDER-LEFT: #737357 thin dotted; BORDER-BOTTOM: #737357 thin dotted
}

.separator {
	MARGIN-TOP: 25px; DISPLAY: block; COLOR: #000000; BORDER-BOTTOM: 1px dotted #cccccc}

.rowline {
	BORDER-BOTTOM: #406747 1px dotted
}


.imageborder {
	border: 1px solid #000000;
}




/************************************ resource links format ***********************/
.links{
	padding-left: 0px;
	margin-left: 0px;}


.h4reverse
{
	MARGIN-TOP: 4px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 130%;
	MARGIN-BOTTOM: 4px;
	PADDING-BOTTOM: 0px;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	width: 60%;
}

.linkslist1 {
	padding-top: 25px;
	padding-bottom: 2px;
	line-height: 125%;
	font-weight: bold;
	list-style-type: none;
	
}
.linkslist1c {
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	line-height: 125%;
}

.linkslist1b {
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: normal;
	background-color: inherit;
	
}
.linkslist2 {
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	color: #000000;
	background-color: inherit;
}


.pdf{
	list-style-position: outside;
	list-style-image: url(../images/siteimages/pdf.gif);
	}
	
.NoBullet{
	list-style: none;
	padding-left: 2px;
	margin-left: 2px;
	}
.Comments{
	font-size: 90%;
	}


div#NewsPicMed{
		float: right;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;}

.smallthumbnails{
	padding: 4px;
	border: 1px solid #cccccc;
	background-color:#ffffff;}
	
.smallthumbnail{
	padding: 4px;
	border: 1px solid #cccccc;
	background-color:#ffffff;}
	
.smallthumbnailright{
	padding: 4px;
	border: 1px solid #eeeeee;
	background-color:#ffffff;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;}

.largethumbnail{
	padding: 6px;
	border: 1px solid #eeeeee;
	background-color:#ffffff;}


.redstar {
	color: #900;
}

div#SideContact{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #d8d8d8;
	background-color: #f7f7f7;*/
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-align: center;
	font-size: 120%;
	line-height: 130%;
}

	
	/*********************************************** module blocks ******************************/

.modheader{
	height: 30px;
	margin-bottom: 0px;
	width: 100%;
	overflow: hidden;
	background-color: #CCCCCC;
	background-color: #585858;
	text-indent: 5px;
	line-height: 30px;
	font-size: 125%;
	color: #ffffff;
	font-weight: bold;
}


.modbox{
background-color: #fcfcfc;
margin-top: 20px;
width: 600px;
border: 1px solid #cccccc;
padding: 6px;
	color: #7d7d7d;}


.rowpadding{
 padding-top: 6px; 
 padding-bottom: 6px;}

/*.modbox input,textarea {
	color: #7d7d7d;
	background-color: #eeeeee;
	border: 1px solid #111111;
	}*/

/*.modbox .inputbutton{
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
}*/

.pullquote{
	font-size: 140%;
	font-weight: bold;
	color: #00949c;
			color:#707b53;
	padding-left: 10px;
	padding-right: 10px;
	}

.quote{
	font-weight: bold;

	}
	
	div#Comments{
		width: 500px;
		padding-left: 40px;
		padding-right: 50px;}
	div#ContactInfo{
		width: 360;}
		
	div#Balloon{
		float: left;
		margin-bottom: 150px;
		margin-right: 10px;}
		
.pbtitle{
	font-weight: bold;
	font-size: 110%;
	text-transform: uppercase;
	}
	
/**********************************************  ACTION ITEMS *************************************/

div#ActionItemsContainer{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.actionheading{
	padding-left: 25px;}

.actionitems{
	line-height: 145%;
	font-size: 90%;
	padding: 10px;
	width: 200px;
	height: 220px;
	overflow: hidden;
	background-image: url(/images/siteimages/action_back200.png);
	background-repeat: no-repeat;
	background-position: top;
	float: right;
	margin-right: -5px;}

.actioncontent{
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	height: 200px;
	overflow: hidden;}

.actioncontent p{
	padding: 0px;
	margin: 0px;}


.homedivider{
	width: 10px;
	}
	
	
div#NewsThumbnail{
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;}
	
.caption{
	font-size: 90%;
	font-variant: small-caps;
	text-align: center;}
</pre></body></html>