html,body {
	width:100%;
	height:100%;
	margin:0;
	border:0;
	background:#4f4f4f;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	border:0;
}
a {
	color:#b6cb06;
}
a:HOVER {
	color:#cfe700;
}
h1 {
	font-size:22px;
	font-weight:normal;
	padding:0;
	margin:0;
	display:inline;
}
#wrapper {
	width:952px;
	margin:auto;
}
#header {
	width:952px;
	height:250px;
}
#header img {
	float:left;
}
#menu {
	width:952px;
	height:43px;
	background:url(images/menu_back.gif) repeat-x;
}
#menu img {
	float:left;
}
#contentWide {
	width:942px;
	padding:5px;
	background:#ffffff;
}
.contentLeft {
	float:left;
	width:682px;
}
.contentRight {
	float:right;
	width:240px;
	padding:5px;
	border:1px solid #cccccc;
	background:#edfea8;
}
.contentRight a {
	color:#80c000;
}
.contentRight a:HOVER {
	color:#8fd600;
}
.imgLeft {
	float:left;
	margin-right:5px;
}
.small {
	font-size:10px;
}
.small th {
	padding-top:5px;
	border-bottom:1px solid #666666;
	text-align:left;
}
.small td {
	padding-top:5px;
	padding-right:2px;
	border-top:1px solid #666666;
}
#horizRule {
	width:942px;
	height:5px;
	font-size:10px;
	color:#FFFFFF;
	border-top:1px solid #b6cb06;
	background:#ffffff;
}
#footer {
	width:952px;
	height:40px;
	line-height:40px;
	color:#ffffff;
	font-size:10px;
	text-align:center;
}
.clr {
	clear:both;
	font-size:1px;
	height:1px;
}
