body {
	text-align:center;
	background:#dddddd;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	padding:0px;
	margin:0px;
	font-size:12px;
}
img {
	vertical-align:top;
}
h1 {
	font-size:20px;
	margin:0px 0px 10px 0px;
	color:#006633;
	font-weight:normal; 

}
a, a:link, a:active, a:visited {
	font-weight:bold;
	color:#999999;
	font-size:11px;
	text-decoration:none;
}
a:hover {
	color:#1E6200;

}

a.green, a.green:link, a.green:active, a.green:visited {
	font-weight:bold;
	color:#1E6200;
	font-size:12px;
	text-decoration:none;
}
a.green:hover {
	color:#000000;

}




div.base {
	width:760px;
	text-align:left;
	padding:auto;
	margin:auto;
	background:#FFFFFF
}


div.shadow_top {
	background:url(images/shadow_top.gif) repeat-x;
	height:35px;
}



div.conts {
	margin:0px;
	padding:0px 0px 0px 20px;

}

div.contsL {
	width:140px;
	margin:0px;
	float:left;
}
div.contsR {
	width:510px;
	margin:0px 0px 0px 30px;
	float:left;
}
div.nav div {
	padding:5px 3px 5px 3px;
	/*margin-bottom:3px;*/
	border-bottom:dotted #999999 1px;
}

div.heading {
	border-top:solid 2px #999999;
	border-bottom:solid 1px #999999;
	margin-bottom:3px;
	padding:0px;
}


div.contsR p {
	padding:0px;
	margin:0px 0px 10px 0px;
	font-size:12px;
	line-height:16px;
}
div.contsR div.conts {
	padding:0px 10px 0px 3px;

}
div.head {
	border-top:solid 2px #999999;
	border-bottom:solid 1px #999999;
	padding-top:5px;
	padding-left:3px;
	height:18px;
	margin-bottom:12px;

}
div.head h1{
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:16px;
	padding:0px;
	margin:0px;
	line-height:16px;
}

.fl {
	float:left;
	margin:3px 15px 5px 0px;
}
.fr {
	float:right;
	margin:3px 0px 5px 15px;
}

.sweeper {
	clear:both;
	margin:0px;
	padding:0px;
	font-size:1px;
	line-height:0px;
}

div.shadow_bot {
	background:url(images/shadow_bot.gif) bottom repeat-x;
	height:35px;
}
