* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/page_header.jpg) #6A0000 no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	width: 620px;
	margin: 223px auto 0px auto;
	background: transparent url(images/page_bkgrnd.jpg) repeat-y top center;
}

#footer {
	width: 620px;
	height: 64px;
	margin: -10px auto 0px auto;
	background: transparent url(images/page_footer.jpg) no-repeat top center;
}

#content {
	width: 370px;
	margin-left: 40px;
	float: left;
	display: inline;
}

#rightcolumn {
	width: 160px;
	float: left;
	margin-left: 24px;
	margin-top: 10px;
	display: inline;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#content h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
	letter-spacing: -0.08em;
	text-align: left;
	margin-bottom: 10px;
}

#content p {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
	letter-spacing: 0em;
	margin-bottom: 8px;
}

#content li {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
	letter-spacing: 0em;
	margin-bottom: 5px;
	margin-left: 30px;
}

#content li a {
	color: #990000;
}

#content p a {
	color: #990000;
}

#login {
	margin: 20px 0px 0px 117px;
}

#loginExtra {
	margin-top: 10px;
	text-align: center;
}

#loginExtra p {
	font-size: 10px;
}

#loginExtra p a {
	color: #990000;
}

#loginError {
	width: 200px;
	margin: 10px auto;
	border: #990000 1px dotted;
	background-color: #d3c6aa;
	font-size: 12px;
	color: #990000;
	text-align: center;
	padding: 5px;
	font-weight: normal;
	letter-spacing: 0;
}

.loginEmpty {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	
}

.required {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin-top: 20px;
	letter-spacing: 0;
}

.taken {
	font-size: 10px;
	font-weight: bold;
	color: #990000;	
}

#navigation {
	font-size: 10px;
	line-height: 18px;
	color: #a9a18e;
	font-weight: normal;
	letter-spacing: 0em;
	margin-bottom: 6px;
}

#navigation a {
	color: #a9a18e;
}

#navigation a:hover {
	color: #990000;
}

.enterLink {
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	letter-spacing: -0.05em;
}

.enterLink a {
	color: #666666;
	text-decoration: none;
}

.enterLink a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.sidebarHeader {
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}

p.sidebarHeader {
	margin-bottom: 15px;
}

.sidebarCopy {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	letter-spacing: 0em;
}

.copyBody {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
	letter-spacing: 0em;
}

.copyBody a {
	color: #990000;
}

p.copyBody {
	margin-top: 10px;
}

.sidebarHeadera:link {
	color: #666666;
	text-decoration: none;
}

.sidebarHeadera:visited {
	color: #666666;
	text-decoration: none;
}

.sidebarHeadera:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.sidebarHeadera:active {
	color: #666666;
	text-decoration: none;
}
