html, body, #container {
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #container {
	height: auto;
}

body{
	margin:0;
	padding:0;
	background:#0B3E6D;
	text-align:center;
	voice-family: "\"}\"";
	voice-family:inherit;	
} .ack {/*ie hack*/}

.container{
	margin:0 auto;
	width:510px;
}
.main_body{
	width:510px;
	padding:15px 0px 20px 0px;
	background:#0e518f;
	font-family:Tahoma, "Trebuchet MS", Verdana;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}
.header{
	width:510px;
	height:112px;
}

.main_body a:link {
	color:#0099FF;
	text-decoration:none;
}
.main_body a:visited {
	color:#0099FF;
	text-decoration:underline;
}
.main_body a:hover {
	color:#0099FF;
	text-decoration:underline;
}

span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:px;} 
div.clear {clear:both;padding-top:5px;} 

.title{font-size:14px;}
.more{font-size:11px;}
.hidden{display:none;}