body  {
	background: #666666;
	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;
	background-image: url(images/Background.jpg);
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 30px auto 0px auto;
	text-align: left;
	} 
#container_home {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 30px auto 0px auto;
	text-align: left;
} 
#header {
	height: 12px;
} 
#nav {
	background-image: url(images/nav_spacer1.jpg);
	height: 20px;
} 
#head1 {
	background-image: url(images/header.jpg);
	height: 200px;
} 
#nav_shadow {
	background-image: url(images/nav_shadow.jpg);
	height: 12px;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 127px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#sidebar1_home {
	float: left; /* since this element is floated, a width must be given */
	width: 290px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 30px; /* padding keeps the content of the div away from the edges */
}
#sidebar2_home {
	float: right; /* since this element is floated, a width must be given */
	width: 128px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 15px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 218px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 15px; /* padding keeps the content of the div away from the edges */
}
#sidebar_contact {
	float: right; /* since this element is floated, a width must be given */
	width: 450px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 15px; /* padding keeps the content of the div away from the edges */
}
#mainSearch {
	margin: 0px 30px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 10px 0 20px 0;
} 
#mainContent {
	margin: 0px 20px 0 40px;
	padding: 0px 0px 10px 0px;
} 
#mainContent_contact {
	margin: 0px 20px 0 40px;
	padding: 0px 0px 10px 0px;
} 
#mainContent_home {
} 
#footer {
	background-image: url(images/footer_background.jpg);
	height: 23px;
	width: 800px;
	margin: 0px auto 0px auto;
} 
#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 */
	background-image: url(images/footer_background.jpg);
}
.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;
}
.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #336699;
	margin-top: 20px;
}
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: normal;
	font-weight: bolder;
	color: #006699;
	padding-top: 10px;
}
.left_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #3366FF;
}
.table_pad {
	margin: 20px 20px 20px 20px;
}
.photo_left {
	margin-right: 10px;
	margin-bottom: 5px;
}
.photo_right {
	margin-left: 10px;
	margin-bottom: 5px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #006666;
}
.body_testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #006666;
}
.body_free_report {
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #006699;
}
.body_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bolder;
	color: #330000;
}
.body_intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: bolder;
	color: #006666;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #006666;
}
.subhead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #006699;
	margin-bottom: 8px;
}
.subhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #333366;
	margin-bottom: 8px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #333300;
}
#home_main {
	margin: 0px 40px 30px 40px;
}
#footer2 {
}
#footer1 {
	background-image: url(images/footer_background.jpg);
	height: 23px;
}
.home_box2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 20px 20px 20px 20px;
	color: #006666;
}
.home_box1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	font-weight: bolder;
}
.photo_left {
	margin-right: 10px;
	margin-bottom: 10px;
}

LI.list {list-style: circle outside; color:#006699;}

