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

body {
	background-image: url(background.gif);
	background-repeat: repeat;
	margin-top: 0px;
}
.style2 {
	font-size: 22px;
	font-weight: bold;
	color: #711577;
}

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

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

.faq {
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	color:#336600;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height:28px;
	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;
	background-color: 0;
}
	
#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;
}

