/* CSS Document */

body {
	background: url(images/page_bg.jpg) repeat-x;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#pageArea {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

.clearer {
	clear: both;
}

.errorMsg {
	color: red;
}

.finished {
	background: url(images/check-mark.gif) no-repeat;
	min-height: 389px;
	min-width: 341px;
}

.underage {
	background: url(images/caution-sign.gif) no-repeat;
	min-height: 389px;
	min-width: 341px;
}

#header {
	width: 780px;
	height: 156px;
	background: url(images/header_bg.jpg) no-repeat right top;
}
	#header-h1 h1 {

		background: url(images/header_logo.gif);
		text-indent: -1000px;
		width: 288px;
		height: 161px;
		margin: 0px;
	}
	
	#header-h1 {
		float: left;
		width: 288px;
	}
	
	.logoLink {
		border: 0px;
		text-decoration: none;
	}

	#header-paper {
		float: left;
		width: 168px;
		height: 90px;
		margin-top: 65px;
		margin-left: 20px;
	}
	
	#header-right {
		float: left;
		padding-left: 105px;
	}
	
	#header-social {
		float: right;
		background: url(images/btn_top.png) no-repeat bottom;
		width: 195px;
		height: 81px;
		margin-right: 6px;
	}
	
	#header-social h2 {
		font-size: 18px;
		font-weight: 100;
		margin: 0px;
		padding: 0px;
		padding-top: 5px;
		padding-bottom: 10px;
		text-align: center;
	}
	
	#header-social img {
		border: 0px;
		vertical-align: middle;
	}
	
	#header-social p {
		margin: 0px;
		padding: 2px;
		text-align: center;
	}
	
	#header-date {
		float: left;
		width: 168px;
		height: 20px;
		margin-top: 130px;
		font-weight: bold;
		text-align: right;
		color: #338299;
		padding-left: 15px;
	}
	
#navbar {
	width: 780px;
	text-align: left;
}

	#pagenav {
		float: left;
		margin: 0px;
		padding: 0px;
		background: url(images/nav_mid.gif) repeat-x;
	}
	
	#pagenav ul {
		list-style: none;
		display: inline;
		padding-left /**/:/**/ 0px;
		_margin-left: 14px;
		margin-left: 10px;
		font-size: 12px;
	}
	
	#pagenav ul li {
		display: inline;
		color: #fff;
		padding-right: 15px;
	}
	
	#pagenav ul li a {
		text-decoration: none;
		padding-right:4px;
		padding-left:4px;
		line-height: 18px;
		color: #fff;
	}
	
	#pagenav ul li a:visited {
		text-decoration: none;
		color: #ddd;
	}
	
	#pagenav ul li a:hover {
		text-decoration: underline;
		color: lightblue;
	}
	
	#loginbox {
		float: left;
		background: url(images/loginbox_mid.gif) repeat-x;
		margin: 0px;
		padding: 0px;
	}
	
	#loginbox a {
		color: #338299;
		text-decoration: none;
	}
	
	#loginbox a:visited {
		color: gray;
	}
	
	#loginbox a:hover {
		color: black;
		text-decoration: underline;
	}
	
#body-area {
	background: url(images/body_bg_all.gif) right;
}

	#body-left {
		float: left;
		background: url(images/body_bg_mid.gif) repeat-x right top;
		width: 279px;
	}
	
	#body-right {
		float: left;
		background: url(images/body_bg_right.gif) repeat-x;	
		width: 500px;
		height: 343px;
	}
	
	#body-left-2 {
		float: left;
		background: url(images/body_bg_mid2.gif) no-repeat right top;
		width: 280px;
	}
	
	#body-right-2 {
		float: left;
		background: url(images/body_bg_right2.gif) no-repeat right top;	
		width: 500px;
	}
	
	#body-bottom-bg {
		background: url(images/body_bg_right_bot.gif) right;
		height: 25px;
	}
	
	#body-area h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: 100;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	
	.bodyimgf {
		float: left;
	}
	
	.bodyimgr {
		float: left;
		margin-right: 10px;
	}
	
	#body-left-2 ul {
		margin-top: 20px;
	}
	
	#body-left-2 ul li {
		list-style: none;
		margin-top: 1px;
	}
	
	#body-left-2 ul li a {
		display: block;
		padding: 5px;
		padding-left: 15px;
		border-bottom: 1px dashed #ccc;
		color: #bbb;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.2em;
	}
	
	#body-left-2 ul li #active {
		color: #006666;
		background: #fff;
		text-decoration: none;
		border-bottom: 1px dashed #006666;
	}
	
	#body-left-2 ul li a:hover {
		color: #006666;
		background: #fff;
		text-decoration: underline;
	}
	
	#contentLeft p {
		font-size: 10px;
		margin-top: 10px;
	}
	
	#contentLeft h1 {
		font-size: 16px;
		font-weight: 100;
		margin: 0px;
		padding: 0px;
	}
	
	.questions {
		margin-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 1px dashed #ccc;
		height: 67px;
	}
	
	.questions a {
		text-decoration: none;
		color: blue;
	}
	
	.questions a:visited {
		color: teal;
	}
	
	.questions a:hover {
		text-decoration: underline;
		color: black;
	}
	
	#contentRight {
		margin-left: 15px;
		margin-right: 25px;
	}
	
	#contentRight p {
		font-size: 12px;
		margin-top: 10px;
		line-height: 18px;
	}
	
	#contentRight h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: 100;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	
	#contentRight h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 100;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	#contentRight h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: 100;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	#community img {
		border: 0px;
		vertical-align: middle;
	}
	
	.formbody {
		width: 450px;
	}
	
	.formrowl {
		float: left;
		line-height: 16px;
		width: 150px;
		text-align: right;
		height: 30px;
		padding-right: 5px;
	}
	
	.formrowr {
		clear: right;
		height: 30px;
	}
	
	.formrow2 {
	}
	
	.formrowr2 {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.crpItem {
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px dashed #ccc;
	}
	
	.crpThumb {
		float: left;
		width: 75px;
	}
	
	.crpDesc {
		float: left;
		width: 206px;
		padding-left: 8px;
		padding-top: 30px;
	}
	
	.crpType {
		float: left;
		width: 85px;
		padding-left: 4px;
		padding-top: 30px;
	}
	
	.crpPoints {
		float: left;
		width: 50px;
		padding-left: 4px;
		padding-top: 30px;
	}
	
#footer {
	margin-top: 10px;
}

	#footernav {
		float: left;
		background: url(images/loginbox_mid.gif) repeat-x;
		margin: 0px;
		padding: 0px;
	}
	
	#footernav ul {
		list-style: none;
		display: inline;
		padding-left /**/:/**/ 0px;
		_margin-left: 14px;
		margin-left: 10px;
		font-size: 12px;
	}
	
	#footernav ul li {
		display: inline;
		color: #338299;
		padding-right: 15px;
	}
	
	#footernav ul li a {
		text-decoration: none;
		padding-right:4px;
		padding-left:4px;
		line-height: 18px;
		color: #338299;
	}
	
	#footernav a:visited {
		color: gray;
	}
	
	#footernav ul li a:hover {
		text-decoration: underline;
		color: #000;
	}
	
	.footerlogo {
		margin-left: 35px;
		margin-right: 15px;
		float: left;
	}
	
	#footer p {
		margin-top: 5px;
		margin-left: 5px;
	}