@charset "utf-8";



body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
}

.twoColFixLtHdr #container {
	width: 780px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin-top: 0px;
	vertical-align: top;
	border-bottom-style: solid;
	background-color: #FFFFFF;
	padding: 5;
	line-height: 1.5;
} 



.twoColFixLtHdr #header {
	padding: 0px;  /* 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. */
	margin: 0px;
	height: 164px;
	width: 690px;


} 



.twoColFixLtHdr #header h1 {



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



}



.twoColFixLtHdr #sidebar1 {

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

	width: 150px;

	font-size: 90%;

	background-image: url(../images/leftmenu.jpg);

}



.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;


} 



.twoColFixLtHdr #mainContent h1 {



	font-family: "Times New Roman", Times, serif;



	font-size: 140%;



	color: #453832;



} 



.twoColFixLtHdr #mainContent h2 {



	font-family: "Times New Roman", Times, serif;



	font-size: 250%;



	color: #999966;



	margin: 0px;



	padding-top: 10px;



	padding-right: 0px;



	padding-bottom: 0px;



	padding-left: 15px;



} 



.twoColFixLtHdr #footer {
	background-color: #CCCC99;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 70%;
	text-align: center;
	vertical-align: top;


} 



.twoColFixLtHdr #footer p {



	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */



	padding: 10px 0px; /* 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:0px;



    font-size: 1px;



    line-height: 0px;



}



.menuitem {



	background-image: url(../images/leftmenu.jpg);



	background-repeat: repeat-y;



	background-position: left top;



	text-align: center;



	margin: 0px;



	width: 150px;



	padding-top: 5px;



	padding-right: 0px;



	padding-bottom: 0px;



	padding-left: 0px;



	cursor:default;



}



.menuitemover {



	background-image: url(../images/leftmenu_over.jpg);



	background-repeat: repeat-y;



	background-position: left top;



	text-align: center;



	margin: 0px;



	width: 150px;



	padding-top: 5px;



	padding-right: 0px;



	padding-bottom: 0px;



	padding-left: 0px;



	cursor:pointer;



}



.bottommenu {
	background-color: #CCCCCC;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	height:auto;
}



.doubleQuo {



	font-family: "Times New Roman", Times, serif;



	font-size: 600%;



	color: #999966;



}



.rightbkg {
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	float: right;
	width: 200px;


}

