@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c1e0f2;
	background-image: url(../images/midimg_big.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma, "Times New Roman";
}
.img_class {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.table_class {
	padding: 0px;
	left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.twoColFixRtHdr #container {
	width: 1000px;
	margin: 0;
} 
.twoColFixRtHdr #container #mainContent h1 {
	font-family: Tahoma, "Times New Roman", "Segoe UI";
	font-size: 150%;
	color: #336699;
	text-indent: 2.5cm;
}

.twoColFixRtHdr #header {
	height: 246px;
	clear: both;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 285px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 0px;
	font-family: Tahoma, "Times New Roman", "Segoe UI";
	font-size: 100%;
	color: #336699;
	text-decoration: none;
	text-align: justify;
}
.twoColFixRtHdr #mainContent {
	width: 690px;
	font-family: Tahoma, "Times New Roman", "Segoe UI";
	font-size: 100%;
	color: #336699;
	text-align: justify;
	padding: 10px;
	list-style-image: none;
	text-indent: 1.5cm;
} 
.twoColFixRtHdr #footer {
	height: 78px;

} 
.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;
}
.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;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-family: Tahoma, "Times New Roman", "Segoe UI";
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	text-indent: 1.5cm;
}
.twoColFixRtHdr #container #mainContent a {
	font-family: Tahoma, "Times New Roman", "Segoe UI";
	font-size: 90%;
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixRtHdr #container #mainContent ul {
	list-style-type: none;
}
.twoColFixRtHdr #container #mainContent ol {
	text-align: left;
}
.twoColFixRtHdr #container #mainContent img {

}
.twoColFixRtHdr #container #mainContent table {
	text-align: left;
}
