@charset "utf-8";

body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	color:#FFFFFF;

	background-image:url(images/tlo.jpg);

	background-repeat:repeat-x;

	background-color:#6c6963;

	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 */



}

p {margin:0pz;}

.twoColFixLtHdr #container { 

	width: 819px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	



	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */

} 

.twoColFixLtHdr #header { 

	margin: 0 0 0 181px;

} 



.twoColFixLtHdr #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 181px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

}

.twoColFixLtHdr #mainContent { 

	margin: 0 0 0 181px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */



} 

.twoColFixLtHdr #footer { 



} 

.twoColFixLtHdr #footer p {

text-align:center;

font-size:10px;

	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 */

}

.box-1 {

width:430px;

float:left;

}

.box-2{

width:200px;

float:right;

}



.box-3{

width:630px;

float:left;

}



.box-header{

	background-image:url(images/box.gif);

	background-repeat:no-repeat;

	padding-left:30px;

	height:30px;

	color:#b0b0aa;

	font-size:20px;

	font-family:Arial, Helvetica, sans-serif;

	}

.box-content{

	padding-left:30px;

	padding-bottom:20px;

	font-size:12px;

	font-family:Arial, Helvetica, sans-serif;

}



.error{

	color:#FF0000;

}





.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;

}



a:link {

font-size:13px;

	color: #CCCCCC;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #CCCCCC;

	font-size:13px;

}

a:hover {

	text-decoration: underline;

	color: #000000;

}

a:active {

	text-decoration: none;

	color:#CCCCCC;

	font-size:13px;

}

.nav a:link {

font-size:20px;

	color: #CCCCCC;

	text-decoration: none;

}

.nav a:visited {

	text-decoration: none;

	color: #CCCCCC;

	font-size:20px;

}

.nav a:hover {

	text-decoration: underline;

	color: #000000;

}

.nav a:active {

	text-decoration: none;

	color:#CCCCCC;

	font-size:20px;

}