#homeLogin {
	font-size: 1.2em;
	color: #939698;
	margin: 20px 0 20px 13px;
    }
    
#homeLogin .homeText {
	border:1px solid #9A9A9A;
	height:1.6em;
	padding:2px 0 0 3px;
	width:121px;
	margin: -5px 10px 11px 0;
	float:left;
    }
    
#homeLogin .forgot {
	font-size: 0.8em;
	}

#homeLogin .homeSignin {
	margin: 0 0 0 25px;
    }
    
#homeJoin {
	text-align: center;
	margin: 0 10px 0 13px;
	padding: 2em 0;
	border-top: dotted 1px #999;
	}
	
#homeJoin h2 {
	font-size: 1.7em;
	font-weight:bold;
	color: #6CB33F;
	margin: 0 0 10px 0;
	}
	
.rightImg {
	float: right;
	margin: 20px;
	}
		
#homeButtons {
	margin: 20px 0 20px 4px !important;
	font-size: inherit !important;
	list-style: none !important;
	}
	
#homeButtons li {
	width:192px;
	margin: 0 14px !important;
	*margin: 0 10px !important;
	float:left;
	background: url(/images/button-bottom.gif) no-repeat bottom;
	}
	
#homeButtons li a {
	display: block;
	background: url(/images/button-top.gif) no-repeat;
	padding: 14px;
	font-size: 1.2em;
	color: #888;
	}
	
#homeButtons li a span {
	display: block;
	font-size: 1.65em;
	font-weight: bold;
	color: #6699cc;
	margin: 0 0 3px 0;
	}
	
#nav {
	padding: 0 0 0 34px;
	}
	
#content h1, #TB_ajaxContent h1 {
	color: #6699cc;
	font-size: 2.7em;
	margin: 20px 20px 0 20px;
	font-weight: bold;
	line-height: 1em;
	}
	
#content h2, #TB_ajaxContent h2 {
	color: #6699cc;
	font-size: 2.2em;
	margin: 20px 20px 0 20px;
	font-weight: bold;
	line-height: 1em;
	}

#content h3, #TB_ajaxContent h3 {
	color: #6699cc;
	font-size: 1.6em;
	margin: 20px 20px 0 20px;
	font-weight: bold;
	line-height: 1em;
	}

#content h4, #TB_ajaxContent h4 {
	color: #6699cc;
	font-size: 1.5em;
	margin: 20px 20px 0 20px;
	font-weight: bold;
	line-height: 1em;
	}

	
#content h1 span, #TB_ajaxContent h1 span {
	color: #999;
	}
	
#content .homeText {
	font-size: 1.6em;
	margin: 20px 20px 0 20px;
	font-weight: bold;
	color: #999;
	line-height: 2.3em;
	}
	
#content p, #TB_ajaxContent p {
	font-size: 1.3em;
	margin: 20px 20px 0 20px;
	line-height: 1.5em;
	color: #666;
	}
	
#content ul, #TB_ajaxContent ul {
	list-style: disc;
	}	
	
#content ol, #TB_ajaxContent ol {
	list-style: decimal;
	}

#content ul, #content ol, #TB_ajaxContent ul, #TB_ajaxContent ol {
	font-size: 1.3em;
	margin: 0 20px 0 3.5em;
	line-height: 1.5em;
	color: #666;
	}
	
#content ul li, #content ol li, #TB_ajaxContent ul li, #TB_ajaxContent ol li {
	margin: 10px 0 0 0;
	}
	
#content b, #TB_ajaxContent b {
	color: #6699cc;
	}
	
#contact {
	margin:20px 0 0 0;
	}
	
#contact label {
	float: left;
	width: 100px;
	margin: 7px 0 0 20px;
	font-size: 1.3em;
	}
	
#contact input, #contact textarea {
	margin: 5px 0 0 0;
	float: left;
	}
	
#contact textarea {
	height: 200px;
	width: 300px;
	}

