BODY {
	margin: 0;
	padding: 0;
	color: black;
	font: 9pt Verdana, Geneva, Arial, Helvetica;
	line-height: 15pt;
}

#wrap {
	position: absolute;
	width: 835px;
	left: 50%;
	margin: 0 0 0 -417px;
	background-image: url("images/body.jpg");
}

#header {
	width: 835px;
	height: 220px;
	background-image: url("images/header.jpg");
}

#footer {
	width: 745px;
	height: 93px;
	background-image: url("images/footer.jpg");
	padding:70px 50px 10px 40px;
	font-size: 8pt;
}

#footerTxt{
	margin: 0 0 0 150px;

}

#last {
	float: left;
	width: 130px;
	color: #FFFFFF;
	padding: 25px 0 0 0;
	font-size: 7pt;
}

#sidebar {
	float: left;
	width: 130px;
	padding: 0 0 0 40px;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}

#text {
	margin: 0 0 0 170px;
	background-image: url("images/headline.jpg");
	background-repeat: no-repeat;
	padding: 10px 50px 10px 30px;
}

H1, H2  {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	margin: 16px 0px 30px 0px;
	font-family: arial;
}

H3 {
	font-size: 14pt;
	font-weight: normal;
	margin: 15px 0px 6px 0px;
}

H3 {
	border-bottom: 2px solid #4447FF;
	background-image: url("images/h2.gif");
	background-repeat: no-repeat;
	padding: 0 0 0 22px;
}

H4 {
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 6px;
}
ul.menulevel1, ul.sitemaplevel1 {
	padding: 0;
	margin: 10px 0;
	
}
ul.menulevel2, ul.sitemaplevel2 {
	display: none;
	
}

form {
	margin: 0;
}
IMG {
	border: 0;
}
li {
	line-height: 2.25;

}
.doc {
	list-style: none;
}

.docs {
	list-style: none;
}
.sdoc {
	list-style: none;
	text-decoration: underline;
}
.sdocs {
	list-style: none;
}
a {
	text-decoration: underline;
	font-weight: bold;
}
a:link, a:visited {
	color: #333333;
}
a:active, a:hover {
	color: #666666;
}
.menulevel1 {
	font-size: 9pt;
	color: #FFFFFF;
}
.menulevel1 a {
	color: #FFFFFF;
}
.menulevel1 a:link, .menulevel1 a:visited {
	color: #FFFFFF;
}
.menulevel1 a:active, .menulevel1 a:hover {
	color: #FFFFFF;
}
.submenu {
	font-size: 9pt;
}
.submenu a {
	font-weight: normal;
	color: black;
}
.submenu a:link, .submenu a:visited {
	color: black;
}
.submenu a:active, .submenu a:hover {
	color: black;
}

.menu {
	font-weight: bold;
	font-size: 8pt;
	color: white;
}
.menu a {
	text-decoration: underline;
	color: white;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	color: white;
}
.login {
	font-weight: bold;
	font-size: 8pt;
	color: grey;
}
.login a, .login a:link, .login a:visited, .login a:active, .login a:hover {
	color: gray;
}
.edit {
	font-size: 8pt;
	color: black;
	background: buttonface;
}
.edit a:link, .edit a:visited, .edit a:active, .edit a:hover {
	font-weight: normal;
	color: black;
}
input, select {
	font-size: 8pt;
}
textarea {
	width: 98%;
	background: white;
	font: 8pt Verdana, Geneva, Arial, Helvetica;
}
.searchbox .text, .searchbox .submit {
	border: 2px solid #c0c0c0;
	background: white;
}