@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #B4BDC6;
	scrollbar-3dlight-color: #828282;
	scrollbar-darkshadow-color: #7A7A82;
	scrollbar-face-color: #FCFCFC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #d0d0d0;
	scrollbar-track-color: #ffffff;
}

.twoColElsRtHdr #container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	z-index: 1;
} 
.twoColElsRtHdr #header {
	height: 100px;
	background: #FFFFFF;
	padding: 0 10px;
	z-index: 5;
} 
.twoColElsRtHdr #header h1 {
	margin: 0;
	padding: 10px 0; 
}

.twoColElsRtHdr #sidebar1 {
	float: right;
	width: 165px;
	background: #FFFFFF; /* top and bottom padding create visual space within this div */
	height: 295px;
	z-index: 2;
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.twoColElsRtHdr #mainContent {
	margin: 0 10px; /* the left margin will look best if you match the padding amount to the header and footer. */
	text-align: left;
	right: 165px;
	overflow: auto;
	height: 450px;
} 
.twoColElsRtHdr #mainContentFixed {
	margin: 0 10px; /* the left margin will look best if you match the padding amount to the header and footer. */
	text-align: left;
	right: 165px;
	overflow: hidden;
	height: 450px;
} 

.twoColElsRtHdr #footer {
	padding: 0 10px;
	height: 45px;
	z-index: 4;
} 
.twoColElsRtHdr #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 */
}

/* Miscellaneous classes for reuse */
.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;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3366FF;
}
img {
	border: thin solid #FFFFFF;
	} 
a img {
	border: thin solid #ffffff;
	} 
a:hover img  {
	border: thin solid #cccccc;
	} 
