@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #717171;
}
body,table,td,tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.75em;
}
a {
	text-decoration: none;
	color: #46afe5;
}
a.green {
	color: #fff;
	background-color: #a2d522;
	padding: 3px;
	text-decoration: none;
}
#bg {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
}
#container {
	margin: 0 auto;
	width: 800px;
}
#whitebg {
	background-color: #fff;	
}
#left {
	float: left;
	padding-left: 20px;
	padding-right: 60px;
	margin-top: 20px;
	padding-bottom: 20px;
	/*margin: 20px 0 20px 20px;*/
    width: 458px;
}
#leftfooter {
	float: left;
	padding-left: 20px;
	padding-right: 60px;
	margin-top: 20px;
	padding-bottom: 20px;
	/*margin: 20px 0 20px 20px;*/
    width: 458px;
}
#right {
	margin-top: 20px;
	padding-right: 20px;
	margin-left: 538px;
	padding-bottom: 20px;
   /*margin: 20px 20px 20px 614px;*/
	padding-left: 25px;
    width: 217px;
	border-left: 1px solid #cccccc;		
}
#rightfooter {
	margin-top: 20px;
	padding-right: 20px;
	margin-left: 538px;
	padding-bottom: 20px;
   /*margin: 20px 20px 20px 614px;*/
	padding-left: 25px;
    width: 217px;	
}
#clear {
	clear: both;	
	height: 20px;
}
#footer {
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	min-height: 75px;
}
#footerinner {
	padding-top: 5px;
}
.footera {
	font-size: 11px;
	text-decoration: none;
	color: #cccccc;
}
a.footera {
	font-size: 11px;
	padding: 10px;
	text-decoration: none;
	color: #cccccc;
}
h1 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	color: #333;
	font-weight: bold;
}