html, body, #wrapper {
	min-height: 100%;
	height: 100%;
}
html>body, html>body #wrapper {
	height: auto;
}
body {
	background-color: #d0d0b0;
	background-image:  url(bg.jpg);
	background-repeat: repeat; /*default value*/
	background-attachment: fixed;
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#wrapper {
	width: 748px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position: absolute;
	top: 10px;
	width: 744px;
	height: 190px;
	margin-left: 2px;
	margin-right: 2px;
	z-index: 0;
}
.noshow {
	display: none;
}
#content {
	margin-top: 210px;
	padding-bottom: 5px;
}
.fu {
	border-width: 0px;
	background-color: transparent;
	color: #003300;
	font-size: 75%;
}
#footer {
	position: relative;
	bottom: 10px;
	background-color: #a0a070;
	color: #003300;
	width: 748px;
	height: 50px;
	margin-top: 25px;
	margin-bottom: -1px;
}
#foot {
	position:absolute;
	left: 215px;
	margin-top: -15px;
	margin-bottom: -9px;
	bottom: 8px;
}
.ft {
	position: relative;
	bottom: 15px;
	border-width: 0px;
	background-color: #a0a070;
	color: #ffffff;
	font-size: 75%;
}
#ftr {
	background-color: #a0a070;
	color: #ffffff;
	cursor: text;
}
h1 {
	background-color: #a0a070;
	color: #003300;
	text-align: center;
	font-style: italic;
	font-size: 2.6em;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}	
h2 {
	text-align : center;
	font-style : italic;
	background-color : transparent;
	color : #003300;
}
h3 {
	background-color: transparent;
	color: #003300;
	font-style: italic;
	margin-bottom: -17px;
}
h4{
	text-align : center;
	font-size : 1em;
	font-weight : bold;
	background-color : transparent;
	color : #006666;
}
h5{
	font-weight : bold;
	font-style : italic;
	background-color : transparent;
	color : #000066;
	text-align : center;
}
.hor{
	border-width: 3px;
	border-color: #003300;
	height: auto;
	width: 100%;
	margin-left : auto;
	margin-right : auto;
}
.b1 {
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	float: left;
	text-align: left;
}
.b2 {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
.b3 {
	height: auto;
	margin-left: 10px;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	text-align: right;
}
.c1 {
	background-color: #ffffe0;
	padding: 10px 10px 15px;
	border: ridge 15px #777733;
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	float: left;
	text-align: left;
}
.c2 {
	background-color: #ffffe0;
	padding: 10px 10px 15px;
	border: ridge 15px #777733;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
.c3 {
	background-color: #ffffe0;
	padding: 10px 10px 15px;
	border: ridge 15px #777733;
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
	float: right;
	text-align: right;
}
table {
    margin-left: auto;
    margin-right: auto;
    }
th{ 
	Background-color: #cccc99;
	color: #003300;
	border-width: 1px;
	border-color: #444444;
	border-style: solid;
	padding: 5px;
}   
td {border-width: 1px;
	border-color: #444444;
	border-style: solid;
	padding: 5px;
}
.r {
	text-align: right;
}
.cod {
	background-color: transparent;
	color: #cc0000;
}
.coe {
	background-color: transparent;
	color: #884444;
}
.va {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	background-color: transparent;
	color: #003300;
}	
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.clr {
	clear: both;
}
