@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(background.gif);
	background-repeat: repeat;
	margin-top: 0px;
}
.style2 {
	color: #711577;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.body {
	color:#000;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	color: #336600;
	font-weight: bold;
	font-size: 16px;
}

.left_head {
	font-size: 18px;
	color: #CCCC33;
	font-weight: bold;
}


#interior_sidebar {
	width:180px; 
	margin-top:20px; 
	padding-left:10px; 
	padding-right:10px; 
	float:left; 
	max-height:400px;
	background-image:url(interior_left_bar.gif);
}


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #5D0034;
}

#wrap {
	font-size: 14px;
	font-family:Arial, Helvetica, san-serif;
	width: 839px;
	height: 22px;
	margin-left:23px;
	margin-right:20px; 
	background-image:url(nav_background.gif);
	position: relative;
}
	
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ccff99;
}

#nav a {
	display: block;
	width: 12em;
	text-decoration:none;
	color:#006633;
	padding-bottom:3px;
	font-weight:normal;
}

#nav li {
	float: left;
	width: 12.5em;
	text-decoration:none;
	display:block;
	padding:3px 8px 3px 8px;
	border-right:solid 2px #ffffff;
	font-weight:normal;
}

#nav li ul {
	position: absolute;
	width: 10.5em;
	left: -999em;
	font-weight:normal;
}

#nav li:hover li {
	background-color:#ccff99;
	border-bottom:1px solid #fff;
	color:#FFCC66;
}

#nav li li:hover{
	background-color:#99CC33;
	
}

#nav li:hover ul {
	left: auto;
}	

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;

}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	color: #660033;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #660033;
}
a:hover {
	text-decoration: underline;
	color: #336600;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #336600;
	font-weight:bold;
}
