/* CSS Document */

html,body,td {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D3134;
}

a, a:link, a:visited, a:hover {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: blue;
}

.footer {
	font-size: 0.85em;
	margin-left: 15px;
	color: #FFFFFF;
}

.footer a, .footer a:link, .footer a:visited, .footer a:hover {
	text-decoration: none;
	color:white;	
}

.footer a:hover {
	text-decoration: underline;
	color:white;
}


.required {
	color: red;
}

.joinnowbutton {
	padding:10px; 
	color: #fff; 
	font-size: 12px;
	font-weight: bold;
	background-color: red;
}

.joinnowbutton a, .joinnowbutton a:link, .joinnowbutton a:visited, .joinnowbutton a:hover {
	text-decoration: none;
	color:white;	
}

.joinnowbutton a:hover {
	text-decoration: underline;
	color:white;
}

.loginbutton {
	padding:10px;
	color: #fff; 
	font-weight: bold;
	background-color: #ffb400;
}

.loginbutton a, .loginbutton a:link, .loginbutton a:visited, .loginbutton a:hover {
	text-decoration: none;
	color:white;	
}

.loginbutton a:hover {
	text-decoration: underline;
	color:white;
}

.tagline {
	font-weight: bold;
}

.mainmenu {
	margin-left: 15px; 
	color:white; 
	font-weight: bold;
}

.mainmenu a, .mainmenu a:link, .mainmenu a:visited, .mainmenu a:hover {
	text-decoration: none;
	color:white;	
}

.mainmenu a:hover {
	text-decoration: none;
	color:#ffb400;
}

.login {
	color: #FFF;
}

.boxheader1 {
	color:#FFFFFF;
	font-weight:bold;
	margin-left: 15px;
}

.boxcontent1 {
	padding: 10px;
}

.boxcontent2 {
	padding: 7px;
	font-size: 0.95em;
}

.boxcontent3 {
	padding-left: 7px;
	font-size: 0.95em;
}

.boxcontent4 {
	padding-left: 7px;
}

.boxcontent5 {
	padding: 0 7px 7px 7px;
	font-size: 1em;
	line-height: 15px;
}

.formheading {
	color: #fff; 
	font-weight: bold;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #ffb400;
}

.contentarea {
	padding: 10px;
}

.sectionheading {
	font-weight: bold;
	border: 1px solid #666;
	background-color: #efefef;
}

.announcement {
	border: 1px solid #666;
	background-color:#FFFFCC;
}

.form {
	border: 1px solid #666;
	background-color: #efefef;
}

.profileheader { 
	border: 1px solid #666;
	background-color: #efefef;
}

.profileboxheader {
	padding: 5px;
	font-weight: bold;
}

.profileboxcontent {
	padding: 5px;
}

.smallsectiontext {
	font-size: 10px;
	font-weight: normal;
}

.smalltext {
	font-size: 10px;
	font-weight: normal;
}

.smalltext a, .smalltext a:link, .smalltext a:visited, .smalltext a:hover {
	text-decoration: none;
	color:white;	
}

.smalltext a:hover {
	text-decoration: underline;
	color:#white;
}

.egtext {
	font-size: 10px;
}

.alert {
	color:#FF0000;
	margin-top: 10px;
}

.messages {
	margin-top: 10px;
}