body,td,th,input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}
body {
	background-color: #a8d788;
/*	background-image: url(background.png);
	background-repeat: repeat-x;
*/	margin: 0px;
	text-align:center;
}
#mainBox{
	background-image: url(background.png);
	background-repeat: repeat-x;
	margin: auto;
	padding:1px;
	position:absolute;
	width:70%;
	top:15%;
	left: 15%;
	text-align:center;
}
#logo {
	/*position:relative;*/
	background: url('logo.png') no-repeat;
	float:left;
	left:2%;
	top:0px;
	width:250px;
	height:70px;
	z-Index:99;
}
#headerBox {
	margin:auto;
	height:60px;
	padding: 2px;
	border-bottom:1px #555555 solid;
}
form {
	margin: 0;
}
hr {
	margin: 10px 0px 5px 0px;
	color: #003366;
	height: 1px;
}
h1 {
	margin: auto;
	text-align: center;
	font-size: 1.2em;
	color: #996633;
	font-variant: small-caps;
}
h2 {
	font-size: 1.0em;
	color: #336699;
	margin: 5px 0px 5px 0px;
	text-align: left;
}
h3 {
	font-size: 0.9em;
	color: #336699;
	margin: 0px 0px 5px 0px;
	text-align: left;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #336699;
}
.note {
	color: #666666;
	font-size: 10px;
}
label {
	cursor: pointer;
}
ul
{
	list-style-type:square;
}
#contentBox{
	background: transparent; /*#f5f7e9 url(bgtitle.png) ;*/
/*	background-repeat:repeat-x;
*/	padding: 2px 10px 10px 2px;
	height: 280px;
	width: 100%;
}
.content {
	width:auto;
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
	vertical-align: middle;
	overflow:hidden;
}
.content p{
	text-align: justify;
}
.content ul, .content ol{
	text-align: left;
}
.content ul{ list-style-type:square; }
.hide {
	display: none;
}

input:focus, select:focus, textarea:focus {
	background: #F1F8FD;
}
.footer{
	margin: 10px auto;
	width:100%;
	text-align:center;
	font-size:0.8em;
	padding:0px;
}
