html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, div, img {
margin:0;
padding:0;
border:0;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	font-size: 12px;
	background-image: url(mainbg.gif);
	background-repeat: repeat-y;
}
.header {
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #000;
}
.header a {
	display: block;
	width: 100%;
	height:1%;
	height:100px;	
}
.menu {
	float: left;
	display: block;
	width: 125px;
	margin-right: 10px;
}
.menu a {
	display: block;
	color: #FFF;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	text-decoration: none;
	height: 1%;
	margin: 0;
	text-align: lrft;
	background-color:#486;
	padding:5px 0 5px 0;
}

.menu a:hover, .menu a:focus {
	background-color: #264;
}
.wrapper {
	margin-right: 10px;
}
.intro {
	text-align: center;
}
.body a{
	color: #264;
	text-decoration:none;
	font-weight: bold;
}
.body a:hover, .body a:focus{
	color: #486;
}
.body h1 {
	font-size: 24px;
	margin-bottom: 12px;
}
.body h2 {
	font-size: 20px;
	margin-bottom: 12px;
}
.body h3 {
	font-size: 16px;
	margin-bottom: 12px;
}
.body h4 {
	font-size: 12px;
}
.body ul {
	list-style: none;
	margin-bottom: 12px;
}
.body p {
	margin-bottom: 12px;
}
.body table {
	margin-bottom: 12px;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}
.body img {
	margin-bottom: 12px;
	border: solid 1px #000;
}
.jumpmenu {
	text-align: center;
}
.jumpmenu li {
	display: inline;
}
.jumpmenu a {
	margin: 0;
	padding: 5px 20px 5px 20px;
}
.imgdesc {
	font-size: 10px;
	text-align: center;
	margin: 0 30px;
}
.footer {
	text-align: center;
}

.hidden {
	display: none;
	}