@charset "utf-8";

body  {

	font: 62.5% Verdana, Arial, Helvetica, sans-serif;

	background: #fff url(../images/background.gif) repeat;

	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: #666633;

	line-height:2.1em

}

.twoColFixRtHdr #container {

	width: 78em;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #DDDDBB;

	margin: 0 auto;

	text-align: left; /* this overrides the text-align: center on the body element. */

	padding: 0 2em;

	padding-top: 10px;

} 

.twoColFixRtHdr #header {



} 

.twoColFixRtHdr #header h1 {

	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

.twoColFixRtHdr #sidebar1 {

	float: right; /* since this element is floated, a width must be given */

	width: 20em; /* 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: #CCCC99 url(../images/bottomround.jpg) bottom no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 1.5em 1em;

	width: 18em;

}





.twoColFixRtHdr #sidebar1 h2 	{

	text-transform: uppercase;

	background: transparent;

	color: #ffe;

	margin:0;

	padding: 0;

	background: #9CA161;

	font-size: small;

	font-weight: normal;

	}



.twoColFixRtHdr #mainContent {

	margin: 0 19em 3em 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	font-size:1.2em;

} 

.twoColFixRtHdr #mainContent .img {

	display:block;
	

	margin:0 .5em;

}


.twoColFixRtHdr #footer {

	padding: 0 1em 0 2em; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background:#cccc99;

} 

.twoColFixRtHdr #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: .8em;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: .8em;

}

.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: .1em;

    line-height: 0px;

}

blockquote{

	border-left:.1em dashed #785;

	margin-left: 1em;

	padding-left: 1em;

}

.lightbox li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

.right { /* 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: .8em;

}

.left { /* this class can be used to float an element left in your page */

	float: left;
	margin: .8em;