/* CSS Document */

html {
	background: #fff url(images/background.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	}
img { border: none; }


/* TOP */

#wrapper {
	width: 752px;
	height: auto;
	border: 1px solid #8c8c8c;
	background: #fff;
	margin: 55px auto 10px auto; 
	}
#header {
	background: url(images/header.gif);
	height: 180px;
	width: 750px;
	border: 1px solid #fff; 
	}
#headersub {
	background: url(images/header2.gif);
	height: 124px;
	width: 750px;
	border: 1px solid #fff; 
	}
	
	
/* NAVIGATION */

#navigation {
	height: 24px; 
	width: 690px;
	background: #f0ca18;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding-left: 60px;
	}
	
#navigationsub {
	height: 24px; 
	width: 720px;
	background: #f0ca18;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding-left: 30px;
	}

.navlink, .navlinkright { 
	float: left; 
	}

#navigation a.navlink, #navigationsub a.navlink {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	display: block;
	height: 20px;
	font-size: 14px;
	vertical-align: middle;
	padding: 4px 10px 0 10px;
	border-right: 1px solid #fff;
	}
#navigation a.navlinkright, #navigationsub a.navlinkright {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	display: block;
	height: 20px;
	font-size: 14px;
	vertical-align: middle;
	padding: 4px 10px 0 10px;
	}
#navigation a:hover, #navigationsub a:hover {
	color: #fff;
	}
	

/* LEFT CONTENT */

#left {
	width: 417px;
	float: left;
	padding: 30px 0 0 70px;
	}
#left p {
	font-size: 14px;
	text-align: justify;
	width: 368px;
	color: #7c7c7c;
	line-height: 20px;
	}
#leftsub {
	width: 550px;
	float: left;
	padding: 30px 0 20px 70px;
	margin-right: 6px;
	}
#leftsub p {
	font-size: 14px;
	text-align: justify;
	width: 540px;
	color: #7c7c7c;
	line-height: 20px;
	margin-bottom: 25px;
	}


/* RIGHT CONTENT */

#right {
	float: left;
	width: 265px;
	border-top: 1px solid #fff;
	padding-bottom: 20px;
	}

#rightsub {
	float: left;
	border-top: 1px solid #fff;
	padding-bottom: 20px;
	}


/* CONTENT */

#content h3 {
	margin: 0; 
	color: #61beab;
	font-size: 18px;
	}
	
#content h2 {
	margin: 0; 
	color: #61beab;
	font-size: 18px;
	border: 1px solid #03ad85;
	display: inline; 
	padding: 5px;
	}

.join {
	margin-top: 20px; 
	}

#left ul {
	margin: 0;
	padding-left: 15px;
	color: #7c7c7c;
	font-style: italic;
	font-size: 14px;
	list-style-image:url(images/bullet.jpg);
	line-height: 25px;
	}
	
#content hr {
	background: #d2d3d6;
	border: none;
	height: 1px;
	margin-top: 53px;
	margin: 53px 0 35px 0; 
	}


/* FOOTER */

#footer {
	width: 752px;
	margin: 5px auto 20px auto;
	font-size: 11px;
	color: #b3b3b3;
	}
.footimage { float: right; margin-right: 40px; }
#footer p { float: left; padding-left: 40px; }

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
