@charset "utf-8";
body  {
	background: #666666;
	margin: 0 0 0 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.twoColFixLt #container { 
	width: 80%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 0; /* 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: 240px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 270px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
} 
.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;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFF;
	margin-top: 50px;
	margin-left: 20px;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F30;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 10pt;
	color: #F00;
}

ul li {
	text-indent: 30px;
	line-height: 20px;
	font-size:14px;
}
.indent {text-indent: 35px;
}
.ColorWhite {color:#FFF;
}

.headerstyle{
	display:block;
	background:#eee url(../Lehar/img/gradient2.png) repeat-x;
	color:red;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	text-decoration:none;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	width: auto;
}

/***************Image Stles ***************/

.thumbnail {
	background:#fafbfc;
	border:0px solid #b0b0b0;
	margin:10px 10px 10px 10px;
	padding:5px;
	float:left;
}

.thumbnailnopad {
	background: #FFF;
	float: left;
}

.thumbnailrh
{
	background:#fafbfc;
	border:0px solid #b0b0b0;
	margin:10px 10px 10px 10px;
	padding:5px;
	float:right;
}

.thumbnailrhboxed
{
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin:10px 10px 10px 10px;
	padding:5px;
	float:right;
}
.thumbnailmid
{
    background:#fafbfc;
	border:1px solid #b0b0b0;
	margin:10px 10px 10px 10px;
	padding:5px;
	float:inherit;
}

/****************************** pull quote **************/
.pullquote 
{
	background: #dee7ec;
	color:black;
	float: inherit;
	width:inherit;
	border:1px solid #749EA9;
	font-weight: inherit;
	padding:5px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	
}

.pullquoteclear 
{
	background: #ffffff;
	color:black;
	float:inherit;
	width:inherit;
	border:0px solid #749EA9;
	font-weight: inherit;
	padding:5px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	caption-side: bottom;
}

.highlight
{
	background-color:#EAEFF5;
	border-color:#666666;
	font-family:verdana,tahoma,arial;
	font-size:11px;
	padding: 1px 1px 1px 1px;
}

.footer

{
	font-weight:lighter;
	color:#999;	
}
.table {
	margin-left:auto;
	margin-right:auto;
	border-color:#999;
	border-top-style: none;
	}
