body {
	margin: 0;
	padding: 0;
	
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
}

#content .left img,.logo img{ padding: 5px;}

.red { color: #F00;}

a, a:visited { color: #376023;}

h2 { font-size: 18px;}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 110px;
	margin: 0 auto;
	padding: 0 25px;
}

.logo {
	width: 90px;
	height: 68px;
	float: left;
	margin: -7px 0 16px -24px;	
}

.signup, .signup:visited, .signup:hover {
	display: block;
	width: 167px;
	height: 40px;
	float: right;
	position: relative;
	padding: 4px 0 0 0;
	
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana, Helvetica, Sans-serif;
	
	color: #FFF;
	background: #376122 url(../../images/header/signup_bottom_bg.gif) no-repeat bottom;
}

.logo_bottom {
	width: 64px;
	height: 15px;
	position: absolute;
	left: -5px;
	top: -2px;
	
	background: url(../../images/header/logo_bottom.gif);
}

.text_size {
	display: block;
	width: 120px;
	height: 24px;
	float: right;
	padding: 10px 0 0 26px;
	
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-serif;
	
	color: #666;
	background: url(../../images/header/aa_text.gif) no-repeat left 6px;
}

.body {
	width: 900px;
	margin: 0 auto;
}

#content { position: relative;}

.click_here {
	display: block;
	width: 148px;
	height: 57px;
	position: absolute;
	top: 200px;
	left: 50px;
	
	z-index: 100;
}

.sheets_bottom {
	width: 212px;
	height: 32px;
	position: absolute;
	left: 29px;
	bottom: -32px;
	
	background: url(../../images/content/sheets_bottom.jpg);
}

#content .left, #content .subpage_left {
	width: 657px;
	float: left;
	position: relative;
}

#content .left { 
        margin: 30px 0 10px 0;
        padding: 0 30px 0 0;
        
        border-right: 1px dashed #CCC;   
}

#content h2 {
	width: 655px;
	display: block;
	
	font-weight: 100;
	
	border-bottom: 1px solid #000;
}

.right {
	width: 205px;
	min-height: 425px;
	float: right;
    
}

	.right .photo { margin: 2px 0 0 10px;}
		
	.right .read_more {
		display: block;
		margin: 0 0 0 55px;
	}
	
.border {
	width: 950px;
	height: 1px;
	clear: both;
	
	background: url(../../images/footer/footer_border.gif) repeat-x;
}

#footer {
	width: 950px;
	height: 100px;
}

.links {
	width: 950px;
	height: 51px;

	background: #376122;
}
	.group {
		height: 30px;
		padding: 10px 0 0 8px;
	}

.bottom {
	width: 950px;
	height: 50px;
	padding: 0 0 5px 0;
    	
	background: #5D9641;
}

.disclaimer {
	width: 500px;
	float: left;
	padding: 2px 0 0 5px;
	
	font-size: 9px;
	font-family: Verdana;
	
	color: #FFF;
}

.sponsors { float: left;}

#footer .copy {
	width: 302px;
	height: 18px;
	float: right;
	margin: 0 1px 0 0;
	position: relative;
	
	text-align: center;
	font-size: 12px;
	font-family: Verdana;
	
	color: #FFF;
	background: url(../../images/footer/copy_bottom_bg.gif);
}

.powered_by {
	display: block;
	width: 101px;
	height: 25px;
	float: right;
	margin: 4px 20px 0 0;
}

/* Forms */

input, select, textarea, .formfield{
	border: 1px solid #666;
	background-color: #FFF;
}

.formfield {
    width: 170px;
    padding: 2px;
}

.req { 
    padding: 2px;
    font-weight: bold;
    font-size: 14px;
    color: #FF0000;
}

/* Misc */

#big_rndimg, #sub_rndimg, #rndtest {
    margin: 0;
    padding: 0;
    list-style: none;
}

.back_to_top {
	display: block;
	width: 65px;
	height: 15px;
	padding: 5px 0 0 20px;
	position: absolute;
	bottom: 5px;
	right: -20px;
	
	text-decoration: none;
	
	color: #6A6A6A;
	background: url(../../images/content/back_to_top.gif) no-repeat left;
}

/* alerts */
.errmsg, .infomsg, .helpmsg {
	padding: 5px 20px 5px 45px;
	text-align: left;	
	
	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE;
}
.errmsg {
	background: #fff6bf url('../../images/alert_error.gif') 15px 50% no-repeat;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
.infomsg {
	background: #F8FAFC url('../../images/alert_info.gif') 15px 50% no-repeat;
}
.helpmsg {
	background: #F8FAFC url('../../images/alert_help.gif') 15px 50% no-repeat;
}
