a {
   font-weight: normal;
   font-family: Verdana;
   font-size: 10pt;
}
a:active, a:link, a:visited {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
	font-weight: normal;
}
body {
	text-align: center;
	background-color: #ffffff;
	font-family: verdana;
	margin: 0px;
	font-size: 10pt;
}
/* --- wrapper & backgrounds --- */
#bg_wrapper {
	text-align: left;
	margin: 0 auto;
	border-top: 1px solid #D8D2BD;
}
#bg_wrapper, #bg_header, #bg_body, #bg_footer {
  	width: 100%;
}
#bg_header {
    background: #F3F3F3;
	height: 30px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #D8D2BD;
	line-height: 26px;
}
#menubarleft {
    background: #;
	width: 68%;
	float: left;
	text-align: left;
	margin-left: 1%;
	font-size: 8pt;
}
#menubarright {
    background: #;
	width: 29%;
	float: right;
	text-align: right;
	margin-right: 2%;
}
#menubarright a {
	font-size: 10pt;
}
#menubarright a:hover {
	font-size: 10pt;
}
#bg_body {
	min-height: 250px;
}
#body {
	margin-top: 50px;
	text-align: center;
}
.spacer {
	height: 20px;
}
#button {
	margin: 0 auto;
	background: ;
	width: 400px;
	text-align: center;
}
#bg_footer {
	height: 77px;
}
#footer {
	text-align: center;
}
#menu {
	font-size: 10pt;
}
#menu a {
	font-size: 10pt;
}
#menu a:hover {
	font-size: 10pt;
}
#copyright {
	font-size: 8pt;
}
#copyright a {
	font-size: 8pt;
}

#textfield{
	padding-bottom: 6px;
	}