@charset "utf-8";
*{
	padding:0;
	margin:0;
	font-weight:normal;
	font-family:Verdana, tahoma;
	font-size:10px;
	color:#575555;
	border:none;
}
body{
	background-color:#333;
	margin:5px;
	margin-top:0;
}
b{
	font-weight:bold;
}
a:link, a:visited{
	color:#00a651;
}
.main{
	width:1000px;
	height:850px;
	background-color:#FFF;
	text-align:left;
}
.content{
		width:545px;
		background-image:url(../images/contentbg.jpg);
		background-repeat:repeat;
		background-position:center top;
		height:100%;
		padding:8px 10px;
		float:left;
}
.clear{
	clear:both;
	float:none;
}
.toplink{
	float:right;
	margin-right:4px;
}
.logo{
	margin-right:15px;
}
.header{
	margin-top:20px;
	margin-left:44px;
	display:block;
	width:100%;
	white-space:nowrap;
	display:block;
	float:none;
	clear:right;
}
.text{
	margin:31px 10px 0 25px;
	line-height:11px;
}
.bottomlinks{
	width:400px;
	margin:14px 0;
}
.link1, .link3{
	float:left;
}
.link2, .link4{
	float:right;
}
.rightcol{
	float:left;
	margin:0;
	padding:0;
}
