html {
	background: url(images/htmlbackground.jpg);
	width: 100%;
}

body {
	width: 900px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	font-family: verdana, sans serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

body a, body a:visited {
	font-family: verdana, sans serif;
	color: #007431;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}



body a:hover, body a:active {
	font-family: verdana, sans serif;
	color: #007431;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
}

.table {
	border; 0;
}

.img {
	border; 0;
}

.h1 {
	font-family: verdana, sans serif;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 150px;
	margin-bottom: 5px;
	margin-top: 5px;

}

.h11 {	
	font-family: verdana, sans serif;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
}

.h2 {	
	background: url(images/title.jpg);
	width: 200px;
	height: 31px;
	line-height: 40px;
	font-family: verdana, sans serif;
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

.h3 {
	font-family: verdana, sans serif;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 5px;
}

.h4 {
	font-family: verdana, sans serif;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
}

#header {
	background: url(images/header.jpg) no-repeat;
	width: 703px;
	height: 161px;
	float: left;
	margin: 0;
	padding: 0;
}

#menucontainer {
	background: url(images/menubg.jpg);
	width: 197px;
	height: 161px;
	margin: 0;
	padding: 0;
	float: left;
}

#menu1 {
	width: 93px;
	height: 22px;
	margin-top: 10px;
	margin-left: 1px;
	padding: 0;
	float: left;
}

ul#menulist1 {
	width: 93px;
	height: 22px;
	margin: 0px auto;
	padding: 0;
	list-style: none;
}

ul#menulist1 li {
	background: url(images/menubutton.jpg);
	width: 93px;
	height: 22px;
	margin-bottom: 3px;
	line-height: 22px;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	float: left;
}

ul#menulist1 li  a, ul#menulist2 li  a:visited {
	display: block;
    overflow: hidden;
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}
ul#menulist1 li.active a {
	background: url(images/menubuttonactiv.jpg);
	text-decoration: none;
}

ul#menulist1 li a:hover, ul#menulist1 li.active a:hover {
	background: url(images/menubuttonhover.jpg);
	text-decoration: none;
}

#menu2 {
	width: 93px;
	height: 22px;
	margin-top: 10px;
	margin-left: 1px;
	padding: 0;
	float: left;
}

ul#menulist2 {
	width: 93px;
	height: 22px;
	margin: 0px auto;
	padding: 0;
	list-style: none;
}

ul#menulist2 li {
	background: url(images/menubutton.jpg);
	width: 93px;
	height: 22px;
	margin-bottom: 3px;
	line-height: 22px;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	float: left;
}

ul#menulist2 li  a, ul#menulist2 li  a:visited {
	display: block;
    overflow: hidden;
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}

ul#menulist2 li.active a { 
	background: url(images/menubuttonactiv.jpg);
	text-decoration: none;
}
ul#menulist2 li a:hover, ul#menulist2 li.active a:hover {
	background: url(images/menubuttonhover.jpg);
	text-decoration: none;
}

#content {
	background: url(images/containerbg.jpg);
	width: 900px;
	min-height: 584px;
	float: left;
	margin: 0;
	padding: 0;
}

#text {
	width: 800px;
	margin: 0px auto;
	padding: 0;
}

#footer {
	background: url(images/footerbg.jpg);
	width: 900px;
	height: 31px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: center;
}

#footer a, #footer a:visited {
	font-family: verdana, sans serif;
	color: #007431;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}



#footer a:hover, #footer a:active {
	font-family: verdana, sans serif;
	color: #007431;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
}
	
	
	
