@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #FFF url(images/backdrop.jpg) no-repeat fixed bottom left;
	font-size:14px;
	line-height:1.2;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 780px;  
	margin: 0 auto; 
	text-align: left; 
} 
.twoColFixLtHdr #header { 
	background: transparent url(images/headback.jpg) no-repeat scroll top center; 
	width:100%;
	height:300px;
	margin:0;
	padding: 0;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 206px; 
	background: #000 url(images/sideback.jpg) repeat-y scroll top center; 
	padding: 0;
}
	
.twoColFixLtHdr #sidebar1 p {
	font-size:16px;
	letter-spacing:0px;
	padding: 0 5px 0px 20px;
	color:#FFF;
}

.twoColFixLtHdr #sidebar1 p.copyright {
	font-size:10px;
	letter-spacing:0px;
	padding: 0 10px;
	color:#F9F9F9;
	text-align:center;
}

.twoColFixLtHdr #sidebar1 a:link,a:visited {
  color:#FFFFFF;
 }

.twoColFixLtHdr #sidebar1 a:hover,a:active {
  color:#b09dee;
 }
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 220px; 
	padding: 10px 0 0 0; 
} 
	
.twoColFixLtHdr #mainContent p {
	letter-spacing:0px;
}
	
.twoColFixLtHdr #mainContent h1 {
  color:#5a5d92;
	font-size:22px;
	letter-spacing:3px;
	text-transform:uppercase;
	margin:0;
	padding:0 0 10px 0;
	text-align:right;
}
	
.twoColFixLtHdr #mainContent h2 {
	font-size:18px;
	font-weight:bold;
	margin:0;
}

.twoColFixLtHdr #mainContent .marginless {
	padding:0;
	margin:0;
}
.twoColFixLtHdr #footer { 
	padding: 0; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	line-height:1.1;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img {
border:0;
}

a {
  text-decoration:none;
  font-weight:bold;
 }

a:link,a:visited {
  color:#5a5d92;
 }

a:hover,a:active {
  color:#000eff;
 }
 
hr {color: #5a5d92; background-color: #FFF; border: 1px dotted #5a5d92; border-style: none none dotted; }