@charset "UTF-8";
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}
.fltright {
	float: right;
}
#right_col {
	float: right;
	width: 205px;
	padding-left: 10px;
	margin-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 7px;
	padding-bottom: 10px;
}
.heading2 {
	font-size: 16px;
	color: #0C4EA2;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
.oneColFixCtrHdr #container {
	width: 955px;
	text-align: left;
	background-image: url(images/containerbg-01.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	width: 955px;
	padding-top: 0;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
}
.header_logo {
	padding-top: 15px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 11px;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/containerbg_bottom-01.png);
	height: 33px;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #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 */
}td img {display: block;}td img {display: block;}
.style1 {color: #000000}
.copyright {
	margin-top: 5px;
}
.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;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #FFF;
	background-color: #FFF;
}
#main_right {
	width: 350px;
	height: 150px;
	float: right;
	margin-top: 2px;
}
#main_column_hold {
	width: 710px;
}
#main_botom {
	width: 710px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#main_left {
	width: 710px;
	height: 150px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	margin-bottom: 15px;
}
#main_page_content {
	width: 710px;
}
.temp {
	color: #FFF;
}
.temp {
	font-size: 16px;
	font-weight: bold;
}
