@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #2AAAE1;
	text-align: center; 
	background: #F79837;
	margin-top:10px;
	padding: 0;
}

.twoColFixLtHdr #container { 
	width: 968px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #FFCC66;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px; 
} 

.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0;  
} 

.twoColFixLtHdr #navBar {
	height: 36px;
	padding-bottom: 8px;
}

.twoColFixLtHdr #sideBar {
	float: left;
	width: 230px;
}

.twoColFixLtHdr #sideBox1 {
	width: 200px;
	background-image:url(../images/sidebox1_gradient.gif);
	padding: 0px 14px 0px 14px;
	font-size: 12px;
	color: #FFFFFF;
	border: solid 1px #FFCC66;
	height: 284px;
}

.twoColFixLtHdr #sideBox1 a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.twoColFixLtHdr #sideBox1 a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.twoColFixLtHdr #sideBox1 a:hover {
	color:#F69835;
	text-decoration:none;
}

.twoColFixLtHdr #sideBox1 p {
	border-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#FFFFFF;
}

.twoColFixLtHdr #sideBox1 h2 {
	font-size: 18px;
}

.twoColFixLtHdr #sideBox2 {
	width: 200px;
	background-image: url(../images/sidebox2_gradient.gif);
	padding: 0px 14px 30px 14px;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 12px;
	border: solid 1px #2AAAE1;
}

.twoColFixLtHdr #sideBox2 a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.twoColFixLtHdr #sideBox2 a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.twoColFixLtHdr #sideBox2 a:hover {
	color:#2AAAE1;
	text-decoration:none;
}

.twoColFixLtHdr #sideBox2 p {
	border-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#FFFFFF;
}

.twoColFixLtHdr #sideBox2 h2 {
	font-size: 18px;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; 
	padding: 0 0 20px 0;
	font-size: 12px;
} 

.twoColFixLtHdr #mainContent  h1{
	margin: 8px 0 0 0;
	font-size: 24px;
}

.twoColFixLtHdr #mainContent h2 {
	font-size: 18px;
}

.twoColFixLtHdr #mainContent img {
	border: solid 1px #FFCC66;
	margin: 0 5px 0 5px;	
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #F69835;
} 

.twoColFixLtHdr #footer a:link {
	color: #2AAAE1;
}

.twoColFixLtHdr #footer a:visited {
	color: #2AAAE1;
}

.twoColFixLtHdr #footer a:hover {
	color: #DC7308;
}

.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0;
	text-align: center;
}

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