@charset "utf-8";
*{
	border:0;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 10;
	color: #333333;
	border-style: solid;
	padding: 0;
}


body  {
	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 */
		background-color:F5F6D7;

}
.twoColFixRtHdr #container {
	width: 802px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px none #009AA6;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#F5F6D7;
	text-align: left;
	height:2500;
} 


.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 800px;
	background-image: url(images/bkground_header.jpg);
	font-size:10px;
} 

.L_top{
	font-size:18px;
	color: #009AA6;
	font-family: Arial, Helvetica, sans-serif;
} 

.L_mid{
	font-size:11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.L_bot{
	font-size:12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.R_top{
	font-size:11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.R_mid{
	font-size:9px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.R_bot{
	font-size:14px;
	color: #EA5A43;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}


.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 {
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	left: 0px;
	margin-top: 0px;
	height: 0px;
	padding-left: 10px;
	float: right;
}
.twoColFixRtHdr #mainContent {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	color: #333333;
	width: 540px;
	line-height: 2em;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;

} 



#scroll {
	height: 1000px;
	overflow: auto;
}






.twoColFixRtHdr #footer {
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	padding: 0px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
	background-color: #BFE2E8;
	width: 800px;
} 
.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: 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;
	font-size: 9px;
	width: 400px;
}
.twoColFixRtHdr #container #mainContent #inset1 {
	border: medium groove #666666;
	line-height: normal;
	margin-right: 35px;
}
.twoColFixRtHdr #container #mainContent #menu {
	line-height: 13px;
	background-color: #E7E188;
	padding-top: 5px;
	padding-left: 6px;
}
.twoColFixRtHdr #container #sidebar1 #sidebottom div {
	padding-top: 6px;
	padding-left: 5px;
	outline-style: solid;
	outline-color: #E7E188;
	background-color: #E7E188;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}
.twoColFixRtHdr #container #mainContent #menu1 {
	line-height: 13px;
	padding-top: 5px;
	padding-left: 6px;
	width: 230px;
	float: left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	outline-color: #E7E188;
	outline-style: solid;
	height: auto;
	background-color: #E7E188;
}
.twoColFixRtHdr #container #mainContent #menu2 {
	line-height: 13px;
	padding-top: 5px;
	padding-left: 6px;
	width: 230px;
	float: right;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-color: #E7E188;
	outline-color: #E7E188;
	outline-style: solid;
	height: auto;
	background-color: #E7E188;
}

