body {
	text-align: center;
	padding: 0px;
	color:#231F20; 
	background: #ffffff;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

p,h1,h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;}
p{
	font-size: 0.75em;
	font-weight:normal;
	color:#231F20;
	background: #ffffff;
}
h1{
	font-size: 1em;
	font-weight:bold;
	color:#CC0404;
	background: #ffffff;
}

h2{
	font-size: 0.75em;
	font-weight:bold;
	color:#cc0404;
	background: #ffffff;
}
		
a:link{
	color:#009900;
	background: #ffffff;
	text-decoration: underline;}
a:visited{
	color:#00CC00;
	background: #ffffff;
	text-decoration: underline;}
a:hover{
	color:#343332;
	background: #ffffff;
	text-decoration: none;}
a:active{
	color:#339933;
	background: #ffffff;
	text-decoration: none;}
	
	
.menu td a:link{
	color:#E75221;
	background: #ffffff;
	font-size: 0.7em;
	text-decoration: none;}
.menu td a:visited{
	color:#8B8B8B;
	background: #ffffff;
	font-size: 0.7em;
	text-decoration: none;}
.menu td a:hover{
	color:#8B8B8B;
	background: #ffffff;
	font-size: 0.7em;
	text-decoration: none;}
.menu td a:active{
	color:#339933;
	background: #ffffff;
	font-size: 0.7em;
	text-decoration: none;}	


#header {
	padding: 10px;
	width: 70%;
	height: 100%;
	background: #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#top {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

#left {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 72%;
	float: left;
	background: #FFFFFF;
}

#right {
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2%;
	padding: 0px;
	width: 23%;
	float: right;
	vertical-align: middle;
	background: #FFFFFF;
}

#nosize {
	position:absolute;
	width:0px;
	height:0px;
	overflow:hidden;
}
