* {
padding: 0;
margin: 0;} 

body  {
	font: 9pt Arial, Helvetica, sans-serif;
	background: url(images/background.jpg) repeat-x #fff;
	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 */
	color: #000000;
}
.twoColFixLt #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 250px; /* 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. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}
blockquote {
margin: 0px 15px 0px 15px;
}

p{
margin:15px 5px 10px 5px;
font-size: 12px;
line-height:1.5em;
}

p.footer{
margin: 0;
font-size: 11px;
text-decoration:none;
color:#fff;}

p.small{
font-size: 10px;
padding-bottom: 0px;
}

p.blue{
color: #286ea0;
font-style: italic;
}

ul.normal{
margin: 5px;
padding-left: 5px;
font-size: 12px;
line-height:1.2em;
list-style-type:disc;
}

li.normal{
margin: 5px;
margin-left: 25px;
padding-top: 5px;
font-size: 12px;
line-height:1.2em;
list-style-image:url(images/check.gif);
}

a{
text-decoration:none;
color:#286ea0;}

a:hover{
text-decoration:underline;}

a img{
border:0;}

a.footer{
font-size: 11px;
text-decoration:none;
color:#fff;}

a.footer:hover{
text-decoration:underline;}

h1{
font-family: Arial, Helvetica, sans-serif;
margin:10px 0 10px 0;
font-size:2.1em;
font-weight:normal;}

h2{
font-family: Arial, Helvetica, sans-serif;
margin:20px 5px 0px 5px;
font-size:1.8em;
font-weight:bold;}

h3{
font-family: Arial, Helvetica, sans-serif;
margin:20px 5px 0px 5px;
font-size:1.2em;
font-weight:bold;}

.leftbox p{
	font-size: 11px;
	border:1px solid #ccc;
	padding: 10px;
}

.white{
font-family: Arial, Helvetica, sans-serif;
margin:10px 0 10px 0;
font-size: 11px;
color: white;
line-height:1.2em;}

.red {
color: #FF0000;
font-weight: bold;}

.form {
font-famile: Geneva, Arial, Helvetica, sans-serif; 
font-style: normal; 
color: #333333; 
font-size: 11px;}

.hide{
display:none;}

.photo{
padding:5px;
display:block;
margin:0 auto 15px auto;
background-color:#f0f0f0;
}

.secondline{
margin: 0px;
margin-left: 5px;
font-size: 14px;
font-weight: bold;
}

.img{
border: 6px solid #DBE3E3;
}

#main{
width: 600px;
padding: 0 10px 0 10px;
vertical-align: top;
}

#company {
	display: none;
}