@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:19px;
	color:#333333;
	margin:0px auto;
	background-color:#86AD3A;
	}
	
.wrapper {
	margin:0px auto;
	width:830px;
	background-image:url(../images/wrapper_bg.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
	}
	
.header {
	margin:0px auto;
	padding:35px 0px 35px 0px;
	width:690px;
	border-bottom:4px solid #86AD3A;
	}
	
.content_l {
	width:390px;
	float:left;
	padding:30px 30px 30px 70px;
	}
	
.content_r {
	width:260px;
	float:right;
	padding:30px 70px 30px 0px;
	}	

h1 {
	font-weight:bold;
	font-size:22px;
	color:#86AD3A;
	padding:15px 0px 6px 0px;
	border-bottom:1px solid #86AD3A;
	}
	
h2 {
	font-weight:bold;
	margin:0px;
	font-size:16px;
	color:#86AD3A;
	padding-bottom:3px;
	border-bottom:1px solid #86AD3A;
	}
	
h3 {
	font-size:16px;
	font-weight:normal;
	line-height:22px;
	margin:0px;
	}
	
.footer {
	border-top:1px solid #86AD3A;
	padding:20px 0px 30px 0px;
	clear:both;
	width:690px;
	margin:0px auto;
	font-size:11px;
	text-align:center;
	}
	
a:link {
	color:#333333;
	text-decoration:underline;
	}
	
a:visited {
	color:#333333;
	text-decoration:underline;
	}
	
a:hover {
	color:#86AD3A;
	text-decoration:none;
	}
	
a:active {
	color:#e61d24;
	text-decoration:none;
	}
	
a.webinars_btn {
	display:block;
	width:114px;
	height:31px;
	background-image:url(../images/webinars_btn.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	}
	
a.webinars_btn:hover {
	background-position:0px -31px;
	}
	
a.webinars_btn:active {
	background-position:0px -62px;
	}
