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

BODY{
margin:0px;
font-family:trebuchet ms, Helvetica, sans-serif;
background-color:#FFFFFF;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
background-position:top;}

.header{
	background-image:url(../images/website.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:240px;
	margin-left:auto;
	margin-right:auto;
	width:1097px;
	
}

.title{
	font-size:24px;
	color:#DEDEDE;
	letter-spacing:-1px;
	font-weight:bold;
	padding:0px;
	width:270px;
	margin-left:20px;
	margin-top:30px;
	text-align: center;
	float:left;
}
.justified {text-align: justify;}

.navigation{
color:#FFFFFF;
font-size:12px;
width:205px;
font-weight:bold;
letter-spacing:0px;
margin-right:50px;
margin-top:10px;
float:right;
}
.outer{width:1097px;
margin: auto;
}

.block-1 {
	height:63px;
	width:727px;
	margin: 0.3em 0.3em 0.5em 0.3em;
	padding-top:15px;
	padding-bottom:0px;
	text-align: justify;
}

.block-2 {
height:2250px;
width:1077px;
margin-top:0px;
padding-bottom:0px;
text-align: justify;
background-image:url(../images/btm_bg.jpg);
background-position:bottom;
background-repeat:repeat-x;
text-align:left;
padding:10px;
background-color:#FFFFFF;
}
.block-3 {
height:25px;
width:1097px;
margin-top:-8px;
text-align:left;
}

.footer {
	height:19px;
	width:1087px;
	margin-top:-8px;
	color:#0000FF;
	font-size:18px;
}
.footer2 {
	height:19px;
	width:1087px;
	margin-top:0px;
	color:#990;
	font-size:20px;
}


.title2 {
	height:19px;
	width:1087px;
	margin-top:-8px;
	color:#FF0000;
	font-size:16px;
	text-align: justify;
}

.title3 {
	height:19px;
	width:1087px;
	margin-top:-8px;
	color:#000000;
	font-size:14px;
	font-family: Wingdings;
}
.content_holder {
width:1080px;
float:left;
height:100%;
}

.side_bar {
width:140px;
float:right;
border:#006699 dashed 1px;
padding:5px;
font-size:10px;}

.nav_holder {
padding-right:10px;
padding-top:10px;
width:134px;
height:268;
float:left;
border-right:solid #CCCCCC 1px;
height:100%;
background-image:url(../images/sub_nav.jpg);
background-repeat:no-repeat}

.child{
	border-bottom:solid #CCCCCC 1px;
	font-size:18px;
	font-weight:bold;
	color:#660033;
}

*html .nav_link{
	display:block;
	width:140px;
	color:#fadd6f;
	text-decoration:none;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position: +3px +9px;
	padding:3px;
	padding-left:11px;
}

.nav_link{
display:block;
width:117px;
color:#fadd6f;
text-decoration:none;
background-image:url(../images/bullet.gif);
background-repeat:no-repeat;
background-position: +3px +9px;
padding:3px;
padding-left:11px;
}

*html .nav_link:hover{
	display:block;
	background-color:#CCC;
	width:140px;
	color:#fadd6f;
	padding:3px;
	padding-left:11px;
}

.nav_link:hover{
	display:block;
	background-color:#fadd6f;
	width:120px;
	color:#303;
	padding:3px;
	padding-left:11px;
}

.text_area{
	margin-left:150px;
	font-size:16px;
	padding-left:10px;
	padding-right:10px;
}

h1{
	font-size:18px;
	color:#990;
	font-weight:bold;
	margin-bottom:2px;
}

a:link {
	color: #0000FF;
	text-decoration:none;
	font-size: 18px;
}     
a:visited {color: #4000FF} 
a:hover {
	color: #3B240B;
	text-decoration:none;
	font-weight: bold;
	font-size: 16px;
} 


.nav:link {color: #FFFFFF; text-decoration:none;}     
.nav:visited {color: #FFFFFF; text-decoration:none;} 
.nav:hover {color: #FFFFFF; text-decoration:none;} 

.nav2:link {font-size:18px; color: #960; text-decoration:none;}     
.nav2:visited {font-size:18px; color: #960; text-decoration:none;} 
.nav2:hover {
	font-size:12px;
	color: #0066CC;
	text-decoration:none;
} 


.outer .block-2 .content_holder .text_area #lipsum #div h1 strong {
	text-align: justify;
	font-size: 24px;
}
.outer .block-2 .content_holder .text_area #lipsum #div p {
	text-align: justify;
	font-size: 14px;
	color: #000;
}
.outer .block-2 .content_holder .text_area #lipsum #div .block-1 .block-2 {
	text-align: justify;

}
</pre></body></html>