@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0; 
	padding: 0;
	text-align: center; 
	}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 14px;
 color: #333333;
 margin: 0px;
 padding: 0px;
}
p{	color: #333333;	font-size: 12px; margin: 0;}
a{  font-size:12px;	color: #006699;	text-decoration: none; font-weight: bold;}
a:link{ font-size:12px;	color: #006699;	text-decoration: none; font-weight: bold;}
a:visited{ font-size:12px; color: #006699; text-decoration: none; font-weight: bold;}
a:hover{ font-size:12px; color: #006699; text-decoration: underline; font-weight: bolder;}
a:a img {border: 0;}
a:link img {border: 0;}
a:visited img {border: 0;}
a:hover img {border: 0;}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: decimal;
	list-style-position: outside;
}

li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.thrColFixHdr #container {
	width: 850px;  /* using 20px less than a full 800px width avoids a horizontal scroll bar */
	background: #333333;
	margin: 0 auto; /* the auto margins center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
} 
.thrColFixHdr #header { 
	background:  #333333; 
} 
.thrColFixHdr #header h1 {
	margin: 0; 
	padding: 0;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	margin: 0;
	width: 206px;
	background: #333333;
	border-bottom: solid 4px #333333;
	padding: 0;
	overflow: hidden;
}
.thrColFixHdr #mainContent {
	margin: 0 205px 0 0;
	padding: 15px;
	border: solid 4px #333333;
	border-top: 0;
	background:  #FFFFFF;
	} 
.thrColFixHdr #mainContent img {float: right; margin: 0 10px 0 10px;}

.thrColFixHdr #footer {
border:solid 1px #333333;
	padding: 0 10px 0 20px;
	background:#DDDDDD;
	font-size: 10px;
} 
.thrColFixHdr #footer p {
font:Verdana, Arial, Helvetica, sans-serif;
font-size:8px;
	margin: 0; 
	padding: 10px 0; 
}
/* End of Footer*/

.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;
}
