@charset "UTF-8";
body  {
	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;
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	background-color: #999;
}

img {
	border-style: none;
}

a:link { 
	color: #0066cc;
	text-decoration: none;
}
	
a:visited { 
	color: #0066cc;
	text-decoration: none;
}
	
a:hover { 
	color: #66ccff;
}

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 139px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #807f83;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: 54B948;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#home_main {
	background: url('../images/home-bg.png') no-repeat;
	height: 469px;
}
#sidebar1 {
	width: 200px;
	background-color: #807f83;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin: 0px;
}
#sidebar2 {
	width: 200px;
	color: #FFF;
	float: left;
	margin-top: 45px;
}
#sidebar2 p {
	margin: 10px 40px 0 30px;
}

#mainContent {
	padding-top: 15px;
	padding-right: 36px;
	padding-bottom: 0;
	padding-left: 36px;
	margin-left: 200px;
	line-height: 167%;
	font-size: 120%;
} 
#mainContent2 {
	width: 600px;
	float: left;
} 
#mainContent2 p {
	margin: 290px 0 0 150px;
}
#mainContent2 img{
	margin-top: 10px;
}
#mainContent table {
	list-style-type: circle;
	list-style-image: url(../images/bullet.png);
}
#mainContent table {
	line-height: normal;
	vertical-align: top;
}
#footer {
	background-color: #807f83;
	height: 36px;
	vertical-align: top;
} 
#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 */
}
.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;
}
#container table td client {
	padding-right: 46px;
	padding-bottom: 46px;
}
.client {
	color: #807f83;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 34px;
	padding-right: 32px;
}
#container #mainContent ul li {
	color: #000;
	list-style-image: url(../images/bullet.png);
	list-style-type: circle;
}
.footer {
	color: #FFF;
	text-align: right;
	padding-right: 32px;
	vertical-align: top;
}
.news {
	width: 146px;
	padding-top: 23px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
	padding-right: 15px;
	vertical-align: top;
	height: 350px;
}

#news1 {
	width: 36px;
}
.italic {	font-style: italic;
}
.strongblue {
	color: #00aeef;
}

#mainContent a:link {
	color: #00aeef;
	text-decoration: none;
	font-size: 100%;
}

#mainContent a:visited {
	color: #00aeef;
	text-decoration: none;
	font-size: 100%;
}
		
#mainContent a:hover { 
	color: #0066cc;
	font-size: 100%
}

#containeremail {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.footerL {
	color: #FFF;
	text-align: right;
	vertical-align: top;
}
