@charset "utf-8";
body  {
	background: #FFFFFF url(images/topbkg2.jpg) repeat-x;
	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;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/topbkg.jpg) repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #container #mainContent p {
	font-size: 12px;
}
.twoColFixLtHdr #container #header2 {
	background: url(images/header.jpg) no-repeat;
	height: 215px;
	margin-left: 200px;
}


.twoColFixLtHdr #header {
	background: #F6D37D url(images/topbkg2.jpg) repeat-x center;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 215px;
	width: auto;
} 
.twoColFixLtHdr #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 */
	color: #000033;
}
.twoColFixLtHdr #container #mainContent h2 {
	color: #3366CA;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent  h1 {
	color: #3366CA;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background: #F5D179;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 800px;
} 
.twoColFixLtHdr #footer {
	padding: 20 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#BACCED;
	margin-top: 20px;
} 
.twoColFixLtHdr #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 */
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}
.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: 15px;
	clear: none;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	border: medium solid #CC0000;
	margin-bottom: 15px;
	margin-right: 0px;
}
.sidebarRight {
	padding: 10px;
	height: auto;
	width: 300px;
	border-left: thin solid #966C0A;
	margin-left: 1080px;
	float: none;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding: 0px 8px 8px;
	border: 3px dotted #CC6600;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
}
.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;
}
.inside {
	width: 780px;
	border-left: 3px ridge #966C0A;
	padding-left: 10px;
}
p {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
h5 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.fltrtNoBorder {
	float: right;
	clear: none;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 3px dotted  #CC6600;
	border-left: 3px dotted #CC6600;
	margin: 0px 0px 0px 15px;
	padding-bottom: 0px;
}
.fltlft-image {
	float: left;
	padding: 0px 8px 8px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
}
.fltcenter {
	float: none;
	padding: 0px 8px 8px 300px;
	border: 3px dotted #CC6600;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
}
.centerbox {
	border: 3px solid #F5D179;
	width: auto;
	margin-left: 425px;
}
.home {
	background: #3366CA;
	width: 120px;
	color: #FFFFFF;
}
.fltriteorder {
	float: right;
	clear: none;
	vertical-align: top;
	margin: 0px 0px 10px 15px;
	border: 3px dotted #CC6600;
	padding: 15px;
}
