body, ul, li, div, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #626262;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	line-height: 1.5em;
	background-image: url(../images/bg-grad.jpg);
	background-repeat: repeat-x;
}
p {
	margin: 7px 0px 9px;
	padding: 0px;
}
h1 {
	font-size: 120%;
	color: #329FFA;
	font-weight: bold;
	line-height: normal;
}
h2 {
	font-size: 110%;
	color: #999999;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 9px;
}
h3 {}
h4 {}
a, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#banner {
	width: 760px;
	background-color: #91C800;
	height: 100px;
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #0094C5;
	background-image: url(../images/refresh-logo2.png);
}
#image {
	width: 760px;
	background-color: #FFFFFF;
}
#nav_sub, #site_info {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 730px;
	padding-right: 15px;
	padding-left: 15px;
}
#nav_main {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: left;
	width: 760px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
}
#nav_main li{
	float: left;
	position: relative;
	z-index: 100;
}
#nav_main table{
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -1px;
	top: 25px;
}
#nav_main a, #nav_main a:visited {
	display: block;
	width: 149px;
	padding: 5px 0;
	text-decoration: none;
	text-align: center;
}
#nav_main a:hover{
	color: #91C800;
}
#nav_main ul ul {
	visibility: hidden;
	position: absolute;
	width: 149px;
	height: 0;
}
#nav_main ul li:hover ul, #nav_main ul a:hover ul{
	visibility:visible;
	background-color: #009999;
}
#nav_main ul li ul li {
	background-color: #FFFFFF;
	color: #FFFFFF;
	opacity: .8;
	filter: alpha(opacity=80);
}
#nav_main ul li ul li a:hover {
	background-color: #91C800;
	color: #FFFFFF;
}
#nav_sub {
	text-align: right;
	padding-top: 75px;
	padding-bottom: 10px;
	line-height: normal;
	color: #FFFFFF;
}
#nav_sub a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 7px;
	margin-right: 7px;
}
#nav_sub a:hover {
	color: #5B7D00;
	text-decoration: none;
}
#content_sub {
	float: right;
	width: 205px;
	padding-left: 15px;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 15px;
}
#content_sub li {
	list-style-type: square;
}
#content_main {
	width: 510px;
	float: left;
	padding-left: 15px;
	line-height: 1.8em;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
}
#content_main_full {
	width: 730px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.8em;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
}
#content_main ul {
	margin-left: 20px;
}
#content_main li {
	list-style-type: circle;
}
#site_info {
	clear: both;
	font-size: 95%;
	padding: 15px 0px 0px 15px;
	color: #329FFA;
}
#site_info a {
	color: #91C800;
}
#curve {
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 762px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
}

