/* CSS Document */

/* Global Styles */
form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 5px;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #316C23;
	background-color: #306C24;
	text-align: center; 
}

a           
{
    text-decoration: underline;
    color: #316C23;
    font-weight: normal;
}
a:hover { text-decoration: underline; } 

.white { background: #FFFFFF; }
.gray { background: #DCDDDF; }
.drkGray { background: #C0C0C2; }
#navBG { background: url(images/navBG.jpg) repeat-x; }
#topBG { background: url(images/topBG.jpg) repeat-x; }

#topNav
{
	margin: 84px 15px 35px;
	text-align: left;
}
#topNav a
{
	font-size: 10px;
	color: #316C23;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 6px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #B3D99E;
	text-decoration: none;
}

#tagline
{
	font-size: 14px;
	color: #316C23;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 9px;
	text-align: left;
}

.photo
{ 
	text-align: right;
	margin: 0 34px 0 0;
}

h1#largeTagline
{
	font-size: 25px;
	color: #316C23;
	font-weight: normal;
	margin: 0px 40px;
	line-height: 35px;
	text-align: left;
}
#grayAreaText
{
	font-size: 11px;
	color: #316C23;
	font-weight: normal;
	margin: 0px 40px;
	text-align: left;
}
#grayAreaTextLarge1
{
	font-size: 16px;
	color: #316C23;
	font-weight: bold;
	margin: 0px 20px;
	text-align: left;
}

#grayAreaTextLarge
{
	font-size: 16px;
	color: #316C23;
	font-weight: bold;
	margin: 0px 40px;
	text-align: left;
}
h2
{
	font-size: 14px;	
	font-weight: bold;
	margin: 15px 25px 0px 40px;
	text-align: left;
	text-transform: uppercase;
}

.h21
{
	font-size: 14px;	
	font-weight: bold;
	margin: 15px 25px 0px 0px;
	text-align: left;
	text-transform: uppercase;
}
.mainText
{
	font-weight: normal;
	/*margin: 0px 0px 10px 0px;*/
	margin: 0px 25px 10px 40px;
	text-align: left;
	line-height: 17px;
}

.signupText
{
	font-weight: normal;
	/*margin: 0px 0px 10px 0px;*/
	margin: 0px 5px 10px 20px;*/
	text-align: left;
	line-height: 17px;
}


.greenTextBox h3, .greenTextBox h3 a
{
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px 0 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 0px;
}
.greenTextBox
{
	background: #69BD44;
	margin: 10px 34px 10px 0px;
	font-size: 11px;
	font-weight: normal;
	/*color: #B3D99E;*/
	color: #FFFFFF;
	text-align: center;
	padding: 10px 15px;
}

#copyright
{
	font-weight: normal;
	color: #808285;
	font-size: 9px;
	margin: 10px 10px;
	text-align: center;
}



/* Logoworks link back */
.logoworks
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #B3D99E;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
}

.stellar
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #B3D99E;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}