* {margin:0;padding:0;} 
html, body {height: 100%;}

.wrap {min-height: 100%;}

.main {
	overflow:auto;
	padding-bottom: 80px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: auto;
}  /* must be same height as the footer */

.footer {
	position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 30px;
	clear:both;
	background-image: url(img/02.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 50px;
	letter-spacing: 3px;
	text-align: center;
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

body {
	background-attachment: scroll;
	background-image: url(img/01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.header {
	height: 133px;
	width: 960px;
}
.logo {
	float: left;
	height: 110px;
	width: 380px;
	margin-top: 15px;
	margin-left: 30px;
}
.naw {
	float: left;
	height: 52px;
	width: 174px;
	margin-top: 50px;
	margin-left: 120px;
}
.banner {
	height: 282px;
	width: 886px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 32px;
	background-image: url(img/05.png);
	padding: 8px;
	margin-bottom: 32px;
}
.colleft {
	float: left;
	width: 220px;
	margin-right: 30px;
}
.content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.rollover a {
	display:block;
	width: 220px;
	font: bold 13px sans-serif;
	color:#333;
	background: url("img/button.png") 0 0 no-repeat;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 20px;
	height:24px;
}
.rollover a:hover { 
	color: #FA6C16;
}
.rollover a:active {
	font-weight: bolder;
}
.colmid {
	float: left;
	width: 420px;
	text-align: justify;
}
.colright {
	float: left;
	width: 200px;
	margin-left: 30px;
	text-align: justify;
	margin-top: 5px;
}
.colright a {
	color: #FA6C16;
}
.colmidplus {
	float: left;
	width: 650px;
	text-align: justify;
}




.example_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 220px;
}
.expand_all,
.collapse_all {
        cursor: pointer;
}
.example_menu ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu1 li, #menu2 li, #menu3 li, #menu4 li, #menu5 li, .example_menu li {
	background-image: none;
	margin: 0;
	padding: 0;
}
.example_menu ul ul {
	display: block;
}
.example_menu ul ul li a {
	padding-left: 20px;
	width: 220px;
}
.example_menu a {
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-left: 0;
	width: 220px;
	padding-left: 20px;
}

.example_menu a:hover {
	text-decoration: none;
}
.example_menu ul a {
	display: block;
	font-weight: bold;
	width: 220px;
}
.example_menu ul a:link {
	font-weight: bold;
	font-size: 11px;
	padding-left: 30px;
	padding-top: 3px;
}
.example_menu ul a:visited {
	font-weight: bold;
	font-size: 11px;
	padding-left: 30px;
	padding-top: 3px;
}
.example_menu ul a:hover {
	font-weight: bold;
	font-size: 11px;
	padding-left: 30px;
	padding-top: 3px;
}
.example_menu li.active a {
	font-weight: bold;
	font-size: 11px;
	padding-left: 30px;
	padding-top: 3px;
	color:#FA6C16;
}
.example_menu li.visited a {
	font-weight: bold;
	font-size: 11px;
	padding-left: 30px;
	padding-top: 3px;
}
img.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
	padding: 2px;
	border: 1px solid #333333;
}
img.float {
	float: right;
	margin-left: 15px;
	margin-bottom: 3px;
	padding: 2px;
	border: 1px solid #333333;
	text-align: right;
}
.colmidplus li {
	list-style-position: inside;
}
.colmidplus a {
	color: #333333;
}
