@charset "UTF-8";
/* CSS Document */

<style type="text/css" media="print"> 

/* layout elements */ 

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;
}
.twoColFixLtHdr #container {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
} 

 

.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: none;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: none;
	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 */
	float:none;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* header and address */ 

.twoColFixLtHdr  #container  #footer p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	float: right;
	clear: both;
	left: 150px;
	top: 0px;
}
#address p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#address2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#address2 {
	margin-left: 10px;
}


/*navigation*/
#leftnav ul, #leftnav object, .noprint {display:none}

#logo img {
	height: 221px;
	width: 195px;
	position: absolute;
	top: 0px;
	left:0px

/*main content*/

}.twoColFixLtHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	text-align: left;
	color: #000000;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #006A51;
	text-align: left;
	font-weight: normal;
	}
	
.twoColFixLtHdr #mainContent {
	height: auto;
	width: auto;
} 

.twoColFixLtHdr #container #mainContent a {
	text-decoration: none;
	}
	
#mainContent img.leftAlign{
	float: left;
	padding-top: 0px;
	display: block;	
}
#mainContent img.rightAlign{
	padding: 10px;
	float: right;
}	
.twoColFixLtHdr #container #mainContent ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 120%;
	list-style-position: outside;
	list-style-image: url(file:///C|/Documents and Settings/Administrator/images/bullet_gray.gif);
	display: list-item;
}
.twoColFixLtHdr #container #mainContent table td {
	padding-right: 0px;
}
.twoColFixLtHdr #container #mainContent table td {
	padding-right: 0px;
}
.twoColFixLtHdr #container #mainContent .acc {
	background-image: url(file:///C|/Documents and Settings/Administrator/images/dreamstime_1074665_rgblr.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.twoColFixLtHdr  #container  #mainContent  .bus {
	background-image: url(file:///C|/Documents and Settings/Administrator/images/dreamstime_3355705_rgblr.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.twoColFixLtHdr #container #mainContent .bus img {
	padding-bottom: 0px;
	text-align: left;
}

	
/*type styles*/

.boldDarkgreen {
	font-weight: bold;
	color: #006A51;
}
.boldgreen {
	font-weight: normal;
	color: #669999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 120%;
}
.greenTitle {
	font-size: 16px;
	color: #006A51;
}
.green {
	color: #006A51;
}
 
h6 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 14px;
	color: #006A51;
	line-height: 140%;
}


/*links*/

a:active {
	color: #FF0000;
}
a {
	color: #006a51;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}


/*footer*/

.twoColFixLtHdr #container #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: right;
}
.stripes {
	float: right;
	clear: both;
	padding-left: 150px;
	padding-bottom: 20px;
}

.twoColFixLtHdr #footer {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-left: 00px;
	
}
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 195px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 00px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
