/* PAGE/GENERAL */

*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}


body
{
	background-image: url(images/bg_repeat.gif);
	background-position: top center;
	background-repeat: repeat-y;
	height: 100%;
	background-color: #3d4651;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	text-align: center;
	
}

.copy1
{
	font-family: Times New Roman, Times, Serif; 
	font-weight: normal;
	font-size: 18px;
	color: #536274;
	text-align: center;
	padding-left:4px;
	padding-right:19px;
	margin-top:64px;
}

.copy2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #aa8a51;
	text-align: center;
	padding-left:4px;
	padding-right:19px;
	letter-spacing: .4px;
	line-height:24px;
	margin-top:18px;
}

.copy3
{
	text-align: center;
	padding-left:4px;
	padding-right:19px;
}

.register
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #aa8a51;
	letter-spacing: .4px;
	margin-top:8px;
}

.register2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #aa8a51;
	/* letter-spacing: .4px; */
	margin-top:8px;
	margin-left:56px;
}

.legal
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #87909c;
	padding-left:4px;
	padding-right:19px;
	text-align:center;
}




#page
{
	width: 847px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}



* html #page
{
	height: 100%;
}


/* CONTENT */

#content
{
	text-align:center;
	padding-bottom: 110px;
}

#ContentBox 
{
	width:847px; 
	margin:0px; 
	padding:0px;
}
#ContentLeft 
{
	width:340px; 
	float:left; 
	text-align:left;
}

#ContentRight 
{
	width:507px; 
	float:right; 
	text-align:center;
}
#Reg
{
	width:494px;
	float:left;
	text-align:center;
}

#RegLeft 
{
	width:198px; 
	text-align:right; 
	float:left;
}

#RegLeft2
{
	width:498px; 
	text-align:left; 
	float:left;
}

#RegRight
{
	width:309px; 
	text-align:left; 
	width:128px; 
	float:left;
}

.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #716643;
	padding: 1px;
	border: 1px solid #aa8a51;
	background-color: #FFFFFF;
}




A:link { 
	color: #536274; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A:visited { 
	color: #536274; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;  
}

A:hover { 
	color: #000000; 
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;  
}


A.footer:link { 
	color: #aab5c4; 
	text-decoration: none;
}

A.footer:visited { 
	color: #aab5c4; 
	text-decoration: none;  
}

A.footer:hover { 
	color: #87909c; 
	text-decoration: none;  
}



a {outline:none;}



