@charset "utf-8";
	body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/background.jpg) no-repeat left 232px;
	margin: 0;
	padding: 0;
	color: #333333;
	}
	body a {
		color: #68B92E;
		text-decoration: none;
		font-weight: normal;
	}
	body a:hover{
		color: #FFFFFF;
		background: #68B92E;
	}
	h1  {
	text-align: left;
	font-size: 18px;
	padding: 0px;
	margin: 0px 0px 5px;
	color: #555555;
	}
h2  {
	padding: 0px;
	margin: 0px 0px 5px;
	font: bold 13px Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 12px;
	margin: 15px 0px 5px;
	padding: 0px;
}

img {
	border-style: none;
}
form {
	margin: 0px;
}

	#container  {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	}
	#header  {
	background: url(../images/hdrBackLines.gif) no-repeat left bottom;
	padding: 0;
	height: 65px;
	margin-top: 5px;
	width: 950px;
	}
#header  .headerLinks {
	float: left;
	margin: 0px;
	padding: 8px 0px 0px 5px;
	display: inline;
}

	#header ul {
	list-style: url(none) none;
	margin: 0px;
	padding: 0px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	#header li {
	float: left;
	margin-left: 0px;
	padding: 0px 0px 0px 50px;
	font-weight: bold;
	}
	#header ul a:link {
		text-decoration: none;
		color: #FFFFFF;
		font-weight: bold;
	}

	#header ul a:visited {
		text-decoration: none;
		color: #FFFFFF;
		font-weight: bold;
	}
	#header ul a:hover{
	border-bottom: 4px solid #CCCCCC;
	display: block;
	padding: 0px 0px 6px;
	color: #FFFFFF;
	}
.headerlogin {
	font: 12px Arial, Helvetica, sans-serif;
	color: #777777;
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 20px;
	display: inline-block;
	float: right;
	width: 950px;
	}
.headerlogin   a:link {
	color: #777777;
	text-decoration: none;
	margin: 0px 3px 0px 0px;
	padding-left: 5px;
	border-left: 1px dotted #999999;
	}
.headerlogin   a:visited {
	color: #777777;
	text-decoration: none;
	margin: 0px 3px 0px 0px;
	padding-left: 5px;
	border-left: 1px dotted #999999;
	}
.headerlogin  a:hover{
		color: #000000;
		text-decoration: underline;
		background: none;
	}
#header   .headerlogin .first     {
		border-left-style: none;
	}
#logoHome {
	float: left;
	height: 40px;
	width: 130px;
}
#logoHome a:hover {
	background: none;
}
	#mainContent  {
	padding: 15px 25px 0px;
	margin: 0px;
	width: 950px;
	float: left;
	}

#leftBox {
	width: 710px;
	background: #FFFFFF url(../images/medTopGrayline.gif) no-repeat top;
	margin: 15px 0px 10px 25px;
	padding: 0px;
	float: left;
}
#leftContent  {
	width: 668px;
	border-right: 1px solid #D1D0D0;
	border-left: 1px solid #D1D0D0;
	margin: 3px 0px 0px;
	padding: 20px;
}
#leftContent #leftWrapper {
	float: left;
	width: 200px;
}
#leftBox #leftBottom {
	background: url(../images/medBotGrayline.gif) no-repeat bottom;
	width: 710px;
	height: 3px;
	float: left;
	font-size: 0px;
}
#rightBox {
	background: #FFFFFF url(../images/smTopGrayline.gif) no-repeat top;
	width: 180px;
	padding: 0px;
	margin: 15px 25px 10px 10px;
	float: right;
	clear: right;
}
#rightBox #rightContent {
	width: 160px;
	border-right: 1px solid #D1D0D0;
	border-left: 1px solid #D1D0D0;
	padding: 7px 9px 9px;
	margin: 3px 0px 0px;
}
#rightBox #rightBottom {
	background: #FFFFFF url(../images/smBotGrayline.gif) no-repeat bottom;
	width: 180px;
	height: 3px;
	font-size: 0px;
}

	#footer  {
	width: 900px;
	background: #FFFFFF url(../images/t_grayline.gif) no-repeat top;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	margin: 0px 0px 10px 25px;
	padding: 0px;
	float: left;
	}

	#footer #content  a  {
		padding: 3px;
		margin-right: 2px;
		margin-left: 2px;
	}
	
	#footer #content {
	border-right: 1px solid #D1D0D0;
	border-left: 1px solid #D1D0D0;
	padding: 2px;
	text-align: center;
	margin: 3px 0px 0px;
	width: 894px;
	}
	#footer #bottom {
	background: url(../images/b_grayline.gif) no-repeat bottom;
	height: 3px;
	font-size: 0px;
	}
	.clearfloat {
	font-size: 1px;
	clear: both;
	height: 0px;
	line-height: 0px;
	}
.noBackground {
	background: url(none);
}

.popup     {
	display: none;
}
a:hover      .popup     
{
	display: block;
	z-index: 1;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	background: #f9f9f9;
	width: 250px;
	padding: 15px;
	position: absolute;
	text-align: left;
	margin-top: 0px;
	margin-left: -12px;
	border: 2px solid #68B92E;
}
#leftContent   .joinWrapper {
	float: left;
	width: 650px;
	margin-bottom: 20px;
}
.joinWrapper     .joinContent {
	background: #f9f9f9;
	padding: 10px;
	float: right;
	width: 558px;
	border: 1px dashed #CCCCCC;
	text-align: left;
}

.joinWrapper .joinContent ul {
	margin: 13px 0px 0px 22px;
	padding: 0px;
}
.joinWrapper img {
	margin-bottom: 3px;
}
