HTML, BODY {
	height: 100%;
}

HTML {
	overflow: -moz-scrollbars-vertical;
}

BODY {
	font-family: arial, sans-serif;
	font-size: 12px;
	background: #D6C496;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

TD.content {
	line-height: 1.5;
}

TD.content P {
	text-align: center;
}

TD.content_first_page P {
	text-align: left;
}

IMG {
	border: 0;
}

H1 {
	font-size: 14px;
	height: 20px;
	padding-left: 5px;
	margin-bottom: 12px;
	background: url(../images/w_bg.gif) no-repeat;
}
	H1 A {
	color: #174B3E;
	text-decoration: none;
	}
	
	H1 A:hover {
		color: #EDB407;
		text-decoration: none;
	}

H2, H3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

H4, H5, H6 {
	font-size: 12px;
	font-weight: bold;
}

A {
	color: #000000;
	text-decoration: underline;
}

A:hover {
	color: #000000;
	text-decoration: none;
}

UL {
	list-style: square outside;
}

IMG.wie {
	margin-right: 5px;
}

IMG.ref {
	border: 1px solid #2F4E46;
}

.links {
	font-weight: bold;
}

.nojustify {
	text-align: left;
}

.clear {
	float: none;
	clear: both;
}

.clear_w_height {
	float: none;
	clear: both;
	height: 100px;
}

#container {
	position: relative;
	width: 785px;
	padding: 0;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 100%;
	height: 185px;
	background: url(../images/header.jpg) no-repeat;
}

#content {
	width: 785px;
	text-align: justify;
	background: url(../images/bg_content.gif) repeat-y;
}

#nav {
	width: 160px;
	text-align: left;
	margin: 0 auto;
	font: 12px verdana,arial,sans-serif;
}
	#nav A {
		width: 160px;
		height: 20px;
		display: block;
		text-decoration: none;
		padding: 3px;
		color: #000;
		overflow: hidden;
	}
	#nav A:hover {
		display: block;
		font-weight: bold;
		text-decoration: none;
		border: 1px solid black;
		background: white;
	}

#footer {
	position: relative;
	width: 785px;
	height: 45px;
	margin: 0 auto;
	background: url(../images/footer.gif) no-repeat;
}
	#footer A {
		color: black;
		text-decoration: none;
	}
	#footer A:hover {
		text-decoration: underline;
	}

#footer_text {
	position: absolute;
	width: 200px;
	left: 250px;
	top: 57px;
	font-family: arial,verdana,sans-serif;
	font-weight: bold;
	color: white;
}
