html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#b3ae09;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:10pt;
}
#topcontent{
	width:100%;
	min-height: 100%; 
}

* HTML #topcontent {height: 100%; }



#main{
	width:780px;
	float:none;
	padding-bottom: 37px;
}



#footer {
	width:100%;
	background-color:#fff;
	height: 37px;
	margin-top:-37px;
}
* HTML #footer {overflow: hidden; }


#footer img {
	padding:3px 3px 3px 0px;
	float:right;
	border:0;
	width:88px;
	height:31px;
}

H1 {margin:0;padiing:0;
}
h1 img{	margin: 38px 1em 20px 12px;
}

h2 {
	font-size:14pt;
	color:#006699;
	font-weight:bold;
}

h3 {
	font-size:10pt;
	color:#006699;
}

a:link, a:visited, a:active, a:hover {color: #371549;}



.menu {
	display:block;
	width: 184px;
	margin:0;
	padding: 12px 0 10px 12px;
	background-color:#006699;
	float:left;
 	line-height:150%;
	list-style-type:none;
	font-size:10pt;
	color:#aaa;
	font-weight:bold;
	position:static;
	text-align:left;
	z-index:1;
}

#first {
	position:absolute;
	top: 85px;
	left:0;
}

.menu ul {
	margin:0;
	padding:0 0 0.5em 1em;
	line-height:110%;
	list-style-type:none;
}

.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	color: white;
	text-decoration:none
}


.content {
	background-color:#fff;
	width:540px;
	padding:11px 22px 30px 22px;
	float:left;
}




.tp {position:absolute;top:5%; right:8%; z-index:2;}


.center {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	bottom:14%;
	left:50%;
	margin-left:-280px;
}

.center img { }

.center p {
	width:460px;
	padding:8px 0 0 125px;
	margin:0;
	color:#333333;
	text-align:left;
}







