body {
	background: #91DBFF url('images/bkg.jpg') no-repeat fixed center top;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align:center;
	font: 12px Verdana, Arial, sans-serif;
	color:#336699;

}

a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #A9DD21;
}
a:active {
	text-decoration: underline;
	color: #003399;
}
#wrapper {
	background:url('images/wrap.jpg') repeat-y;
	width: 800px;
	text-align:left;
	margin: 0px auto;
}

#header {
	background: url('images/header.jpg');
	background-repeat: no-repeat;
	height: 226px;
}
#header h2 {
	font: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding-top: 180px;
	padding-left: 22px;
	margin: 0; /*IMPORTANT ALWAYS ADD...OR it will scoot in FireFox */
		}

#nav_bar {
	background: url('images/nav_bar.jpg') no-repeat left top;
	height: 30px;
	text-align:center
}
#nav_list {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	width: 800px;
	float: left;
	font-weight:bold;
	}

#nav_list ul {
margin: 0;
margin-top:2px;
white-space: nowrap;
padding: 7px;
}

#nav_list li { 
display: inline;
list-style-type: none; 
height: 32px;
}

#nav_list a {
padding: 2px 9px 1px 9px;
color: #333333;
text-decoration: none;

}

#nav_list a:hover {
color: #fff;
text-decoration: underline;
}

#active a:link, #active a:visited, #active a:hover {
color: #fff;
text-decoration: underline;
}

#nav_low {
background: url('images/below_nav.jpg') no-repeat left top;
height: 23px;
color:#336699;
margin-bottom:5px;
text-align: right;
}

#nav_lowsm{
font:"Trebuchet MS", Verdana, Arial, sans-serif 9px;}
#nav_lowmd {
font:"Trebuchet MS", Verdana, Arial, sans-serif 12px;}
#nav_lowmd {
font:"Trebuchet MS", Verdana, Arial, sans-serif 14px;}



#content_left {
position: relative;
width: 520px;
border-right: 1px dashed #333;
margin: 5px 20px 5px 20px;
padding-right: 15px;
line-height: 17px;
}

#content_left h1 {
color:#003300;
font-size: 14px;
line-height: 17px;
}

#content_right {
	float:right;
	width:200px;
	margin-top: 5px;
	padding: 0px 20px 5px 10px;

}

#content_right p {
	color:#039;
	line-height: 17px;
}

.box {
width:190px;
background:url('images/box_body.jpg') repeat-y;
}

.box h2 {
background: url('images/box_top.jpg') no-repeat left top;
padding-top: 7px;
font-size: 16px;
}

.box .last {
background: url('images/box_bttm.jpg') no-repeat left bottom;
padding-bottom: 7px;
}
.box h2, .box p {
padding-left: 10px;
padding-right: 10px;
color: #000;
}

#footer {
clear:both;
background: url('images/footer.jpg') no-repeat left top;
height: 75px;
}
#footer p {
color:#9C0;
font-size: 10px;
text-align:center;
padding: 10px;
padding-top:30px;
margin: 0px;


}
