@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #272626;
	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;
}
.oneColFixCtr #container {
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #2f2f2f;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

img {
	border: 0px;
}

.title  {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #DCDCDC;
}


.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DCDCDC;
	line-height: 18px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DCDCDC;
	line-height: 18px;
}

.signup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DCDCDC;
	line-height: 18px;
}

.formfield { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #ffffff; font-style: normal; background-color: #363636; 
border-bottom: 1px; border-bottom-style: solid; border-bottom-color: #272626; 
border-top: 1px; border-top-style: solid; border-top-color: #272626; 
border-left: 1px; border-left-style: solid; border-left-color: #272626; 
border-right: 1px; border-right-style: solid; border-right-color: #272626; 
}

.button { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #ffffff; font-style: normal; background-color: #9a916a; 
border-bottom: 1px; border-bottom-style: solid; border-bottom-color: #272626; 
border-top: 1px; border-top-style: solid; border-top-color: #272626; 
border-left: 1px; border-left-style: solid; border-left-color: #272626; 
border-right: 1px; border-right-style: solid; border-right-color: #272626; 
}

.smalltext {
	font-family: tahoma, ariel;
	font-size: 11px;
	color: #474747;
	line-height: 18px;
}

.leftcol {
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #474747;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.topline {
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #474747;
}

.topline-black {
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.topline4-black {
	border-top: 4px;
	border-top-style: solid;
	border-top-color: #000000;
}

.topline-gold {
	border-top: 4px;
	border-top-style: solid;
	border-top-color: #3f3b2c;
}


a:link, a:visited, a:active  	{ font-family: Tahoma; font-size: 11px; font-weight: bold; color: #c1b78e; text-decoration: none;}
a:hover		{ text-decoration: underline;}

a.nav:link, a.nav:visited, a.nav:active  	{ font-family: Tahoma; font-size: 13px; font-weight: bold; color: #ffffff; line-height: 18px; text-decoration: none;}
a.nav:hover		{ text-decoration: underline;}

a.footer:link, a.footer:visited, a.footer:active  	{ font-family: Tahoma; font-size: 11px; font-weight: normal; color: #a29d88; text-decoration: none;}
a.footer:hover		{ text-decoration: underline;}