@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p{
	margin:10px 0;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}.brightstar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	text-align: left;
}
.pagetitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #339900;
	text-decoration: none;
}
.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.mainbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #339900;
	text-decoration: none;
	text-align: left;
}
.sitemenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
}

a#login {
	color:#FF0000;
	float:right;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:x-small;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
}

.overlay_logo{
	margin-bottom:14px;
}

.overlay_contnt{
	color:#009900;
	font-size:15px;
	font-weight:bold;
	margin-left:7px;
	padding:5px 0;
	width:100%;
}

#overlay_content_desc {
color:#999999;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:x-small;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-align:justify;
width:290px;
word-spacing:-0.09em;
}
#overlay_content_desc span{
color:#5d7b56;
font-weight:bold;
}
#subscribe_paypal {
height:auto;
width:290px;
}
#subscribe_paypal p{
color:#339900;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:x-small;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-align:justify;
width:290px;
word-spacing:-0.09em;
}
#subscribe_paypal span{
color:#666666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:x-small;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-align:left;
text-decoration:none;
text-transform:none;
width:290px;
}

#sign_up {
border-right:2px solid #666666;
float:left;
font-size:16px;
height:auto;
padding-right:18px;
width:auto;
}
#renew {
float:right;
font-size:16px;
height:auto;
text-align:right;
width:auto;
}

#sign_up a:link{
color:#666666 !important;
}
#renew a:link{
color:#666666 !important;
}
#forgot_password {
float:right;
height:auto;
padding-top:10px;
text-align:right;
width:auto;
}
.welcome{
	color:#FF0000 !important;
}
#sign_up a:link {color: #666666 !important;}

#sign_up a:visited {color: #666666 !important;}

#sign_up a:hover {color: #000 !important;}

#sign_up a:active {color: #666666 !important;}

#sign_up a:focus{color: #666666 !important;}

#renew a:link {color: #666666 !important;}

#renew a:visited {color: #666666 !important;}

#renew a:hover {color: #000 !important;}

#renew a:active {color: #666666 !important;}

#renew a:focus{color: #666666 !important;}

#forgot_password a:link {color: #009900 !important;}

#forgot_password a:visited {color: #009900 !important;}

#forgot_password a:hover {color: #000 !important;}

#forgot_password a:active {color: #666666 !important;}

#forgot_password a:focus{color: #666666 !important;}