@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(Images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.tablecss1 {
	border: 1px solid #000;
}
.tablehighlight {
	background-color: #F0F0F0;
}
.maincontent_end {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.line_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: auto;
	padding-top: 4px;
	margin-top: 4px;
}
#header {
	width: 100%;
	background-image: url(Images/top.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.thrColFix #container {
	width: 953px;
	text-align: left;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
	height: auto;
} 
#headercontent {
	margin: 0 auto;
	width: 955px;
}
#footercontent {
	width: 953px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.headertext {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 2px;
}
.thrColFix #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px;
	margin-right: 12px;
	padding-right: 0px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 10px;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px;
	margin-right: 5px;
	padding-right: 0px;
	padding-left: 2px;
	height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-left: 5px;
}
.maincontent-fixed {
	height: 450px;
}
.box {
	border: 1px solid #CCC;
	background-color: #D9DCFF;
	width: 380px;
}
.thrColFix #mainContent {
	float: left;
	width: 540px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {color: #000000}
.style2 {	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #666;
}
.thrColFix #mainContent2{
	float: right;
	width: 390px;
}
a:active {
	text-decoration: underline;
	color: #999;
}
.thrColFix #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* padding keeps the content of the div away from the edges */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 10px;
	padding-right: 2px;
	padding-left: 2px;
	height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 175px;
}
