@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e6e2d7 url('images/bg.gif') top left repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	}

a, a:visited {
	color: #B0171F;
	text-decoration: none;
	}

a:hover {
	color: #D68E72;
	text-decoration: none;
	}

#container { 
	width: 780px; 
	background: #fff;	
	margin: 10px auto; 
	text-align: left; 
	} 

#header { 
	background: #fff url('images/hdr.jpg') top left no-repeat;
	padding: 20px 100px 0 0;
	margin: 0;
	height: 124px;
	text-align: right;
	} 

#header h1 { 
	font-family: Georgia, Times, "Times New Roman";
	font-size: 18px;
	color: #994;
	color: #000;
	display: inline; 
	letter-spacing: 3px; 
	}
	
#header h2 {
	position: relative;
	display: inline; /* Add display: inline here as well, and add a <br /> between them in the HTML code. */
	font-family: Georgia, Times, "Times New Roman";
	font-size: 11px;
	font-weight: 200;
	text-transform: uppercase;
	color: #00308B; /* blue */
	color: #666699;
	color: #C6E2FF;
	color: #000;
	letter-spacing: 1px; 
	padding-right: 5px;
	}	
	
	
#signupbox {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	}
	
#signupbox p { font-family: georgia, times, "times new roman";
	color: #B0171F;
	text-decoration:  none; 
	font-size: 12px;
	text-align: right;
	line-height: 1.3;
	padding: 0;
	}
	
#signupbox form {
	margin: 0;
	padding: 0;
	}
		
/* left column styles --------------------*/	
#left_column {
	margin: 0;
	float: left; 
	width: 160px; 
	background:  url('images/side_image.png') top left no-repeat;
	padding: 0;
	height: 690px;
	}

/* maincontent styles ---------------------*/
#mainContent { 
	margin: 0 0px 0 160px; 
	padding: 10px 20px 10px 20px; 
	background: #fff url('images/mchdr.gif') top left no-repeat;
	border-right: solid 1px #bab39f;
	} 

#mainContent p { 
color: #000000;
text-decoration:  none; 
font-size: 12px;
text-align: left;
line-height: 1.3;
}

#mainContent span {
	font-family: georgia, times, "times new roman";
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #68282e;
	}
	
#mainContent u {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	}

/* footer styles -------------------*/
#footer { 
	margin: 0;
	padding: 0; 
	padding-top: 4px;
	background: #e6e2d7;
	color: #000;
	border-top: solid 1px #bab39f;
	} 

#footer p {
	margin: 0; 
	padding: 0; 
	padding-right: 10px;
	font-size: 9px;
	text-align: right;
	}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
