<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BODY */

body 	
{
	text-align: 		left; 
	font-family: 		Verdana, sans-serif;
	font-size: 			12px;
	color: 				#333333;
	background: 		#FFFFFF; 
	margin: 			10px 0px 0px 0px; 
	background-repeat:	repeat; 
	background-position: 0 0px;
}

#bodyContent 
{
	text-align: 		left; 
	font-family: 		Verdana, sans-serif;
	font-size: 			12px; 
	color: 				#333333;
	background-color: 	#FFFFEF; 
	margin: 			0px 0px 0px 0px; 
	padding-top: 		10px;  
	padding-bottom: 	10px;  
	padding-left: 		15px;  
	padding-right: 		15px;  
	border-left: 		1px solid #333333;
	border-top: 		0px solid #333333;
	border-right: 		1px solid #333333;
	border-bottom: 		1px solid #333333;
}


/* IMAGES */

img
{
	border:				0px solid #0000FF;
}

img.portfolio
{
	width:				100px;
	border:				0px solid #0000FF;
}

img.gallery
{
	width:				200px;
	border:				0px solid #0000FF;
}


/* TABLES */

table 	
{
	border: 			0px solid #000000; 
}

table.s
{
	border: 			0px solid #000000;
}

td.border
{
	border-left: 		0px solid #666666;
	border-right: 		0px solid #666666;
}

td.subborder
{
	border-left: 		1px solid #666666;
	border-right: 		1px solid #666666;
	border-bottom: 		0px solid #333333;
	text-align: 		right;
	padding-right: 		20px;
	padding-left: 		20px;
}

td.subcap
{
	border-left: 		1px solid #333333;
	border-right: 		1px solid #333333;
	border-bottom: 		1px solid #333333;
	text-align: 		right;
	padding-right: 		10px;
	padding-left: 		10px;
	padding-bottom: 	5px;
	padding-top: 		5px;
	font-size: 			8pt;
	background-image: url(images/top.gif); 
	background-repeat: repeat; 
	background-position: 0 -5px;
}

table.shadow 
{
	border: 			0px solid #000000;
	background-color: 	#CCCCCC;
}

td.s   		
{
	font-size: 			12px;
	padding: 			0px;
}

td.left
{
}

td.right
{
}

td.bottomleft
{
	vertical-align: 	bottom;
}

td.bottom
{
}

td.bottomright
{
	vertical-align: 	bottom;
}

td
{
	vertical-align: 	top;
}

table.gallery
{
	border: 0px solid #000000;
	padding: 10px;
}



/* DIVIDERS */
hr
{
	border: 			1px solid #666666;
}

div
{
   margin-top: 			0px;
   margin-bottom: 		0px;
   margin-left: 		0px;
   margin-right: 		0px;
   padding-right: 		0px;
   padding-left: 		0px;
   padding-bottom: 		0px;
   padding-top: 		0px;
}


/* MENU DIV */

#navMenu 
{
	position: 			relative;
	width: 				auto;
	height: 			auto;
	border-top: 		1px solid #666666;
	border-bottom: 		1px solid #666666;
	border-left: 		1px solid #666666;
	border-right: 		1px solid #666666;
	padding: 			8px 0px 7px 0px;
	background-color: 	#CCCCCC;
	margin-top: 		0px;
	margin-bottom: 		0px;
	margin-left: 		0px;
	margin-right: 		0px;
	font-family: 		Verdana, Helvetica, sans-serif;
   	font-size: 			12px;
	background-image: 	url(images/top.gif); 
	background-repeat: 	repeat; 
	background-position: 0 0px;
}

#navMenu ul
{
	list-style: 		none;
	height: 			auto;
	width: 				auto;
	left: 				0px;
	top: 				0px;
	margin: 			0px; 
	padding: 			0px;
	display: 			inline;
	white-space: 		nowrap;
	clear: 				both;
}
		
#navMenu li 
{
	margin: 			-3px;
	display: 			inline;
	list-style: 		none;
	white-space: 		nowrap;
}

#navMenu li a 
{
	display: 			inline;
	margin: 			0px;
	padding: 			8px 10px 7px 10px;
	border-left: 		1px solid #999999;
	border-right: 		1px solid #999999;
	border-top: 		1px solid #666666;
	border-bottom: 		1px solid #333333;
	color:              #FFFFFF;
	text-decoration: 	none;
	width: 				auto;
	height: 			auto;
	background-image: url(images/top.gif); 
	background-repeat: 	repeat; 
	background-position: 0 0px;
}

#navMenu li a.active 
{
	display: 			inline;
	margin: 			0px;
	padding: 			8px 10px 7px 10px;
	border-top: 		1px solid #666666;
	border-bottom: 		1px solid #333333;
	border-left: 		1px solid #999999;
	border-right: 		1px solid #999999;
	background-color:	#FFFF66;
	color: 				#000000;
	text-decoration: 	none;
	width: 				auto;
	height: 			auto;
	background-image: url(images/blue2.gif); 
	background-repeat: repeat; 
	background-position: 0 0px;
}

#navMenu li a:hover 
{
	background-color: 	#99CCFF;
	color: 				#000000;
	background-image: url(images/yellow.gif); 
	background-repeat: repeat; 
	background-position: 0 0px;
}

#navMenu li a:hover.active 
{
	background-color: 	#99CCFF;
	color: 				#000000;
	background-image: url(images/blue2.gif); 
	background-repeat: 	repeat; 
	background-position: 0 0px;
}


/* LINKS */

a  
{
	font-weight: 		bold; 
	color: 				#003399;
	text-decoration: 	none; 
	padding-left: 		1px;  
	padding-right: 		1px;  
	margin: 			0px;
}

a:visited 
{
	font-weight: 		bold; 
	color: 				#003399; 
	text-decoration: 	none;
}

a:hover  
{
	font-weight: 		bold; 
	color: 				#FFFFFF; 
	background-color: 	#3366CC; 
	text-decoration: 	none;
}


/* HEADINGS */

p
{
	font-size: 			12px; 
	color: 				#333333; 
	font-weight: 		normal; 
	margin: 			0px 0px 10px 0px;
}

p.gallery
{
	font-size: 			12px; 
	color: 				#333333; 
	font-weight: 		normal; 
	margin: 			0px 0px 10px 0px;
	text-align:			left;
}

p.portfolio
{
	font-size: 			10px; 
	color: 				#0000FF; 
	font-weight: 		normal; 
	margin: 			0px 0px 10px 0px;
}

#standards 
{
	padding-top: 		10px;
	font-size: 			10px; 
	color: 				#333333; 
	font-weight: 		normal; 
	text-align: 		center;
	margin: 			0px 0px 10px 0px;
}

#standards a
{
	font-size: 			10px; 
	color: 				#333333; 
	font-weight: 		bold; 
	text-decoration: 	none; 
	margin: 			0px 0px 10px 0px;
}

#standards a:visited 
{
	font-weight: 		bold; 
	color: 				#000000; 
	text-decoration: 	none;
}

#standards a:hover  
{
	font-weight: 		bold; 
	color: 				#003399; 
	background-color: 	#FFFFFF; 
	text-decoration: 	underline;
}

h1
{
	position: 			relative;
	font-size: 			14px; 
	font-weight: 		bold; 
	color: 				#333333; 
	background-image: url(images/h1.gif); 
	background-repeat: repeat; 
	background-position: 0 0px;
	padding-top: 		5px;
	padding-bottom: 	4px;
	padding-left: 		15px;
	border-top: 		1px solid #999999;
	border-bottom: 		1px solid #333333;
	border-left: 		1px solid #999999;
	border-right: 		1px solid #666666;
	margin-top: 		5px;
	margin-bottom: 		10px;
	margin-left: 		0px;
	margin-right: 		50%;
	width: 				auto;
}

h1.topper
{
	position: 			relative;
	font-size: 			24px; 
	font-weight: 		bold; 
	color: 				#000000; 
	background-image: url(images/blue.gif); 
	background-repeat: repeat; 
	background-position: 0 0px;
	padding-top: 		5px;
	padding-bottom: 	5px;
	padding-left: 		15px;
	border-top: 		1px solid #999999;
	border-bottom: 		1px solid #333333;
	border-left: 		1px solid #999999;
	border-right: 		1px solid #666666;
	margin-top: 		5px;
	margin-bottom: 		10px;
	margin-left: 		0px;
	margin-right: 		5px;
	width: 				97%;
}

h2
{
	position: 			relative;
	font-size: 			14px; 
	font-weight: 		bold; 
	color: 				#333333; 
	background-image: url(images/h2.gif); 
	background-repeat: repeat; 
	background-position: 0 0px;
	padding-top: 		5px;
	padding-bottom: 	4px;
	padding-left: 		15px;
	border-top: 		1px solid #999999;
	border-bottom: 		1px solid #333333;
	border-left: 		1px solid #999999;
	border-right: 		1px solid #666666;
	margin-top: 		15px;
	margin-bottom: 		10px;
	margin-left: 		-30px;
	margin-right: 		50%;
	width: 				auto;
}

h3			
{
	font-size: 			14px;
	font-weight: 		bold;
	color: 				#000099; 
	margin: 			5px 0px 5px 0px;
}

h4
{
	font-size: 			14px;
	font-weight: 		normal;
	margin: 			0px 0px 0px 0px;
}

h5			
{
	font-size: 			12px;
	font-weight: 		normal;
	margin: 			0px 0px 0px 0px;
}</pre></body></html>