<style type="text/css">
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #333;
}

.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #333;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0 0px 0 0px;  /* 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. */
	text-align: center;
	/*background-color: #000;*/
	background-image: url(images/bk-hot.jpg);
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-image: url(images/bk-hot.jpg);
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#9966CC;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #container #header table tr td {
	text-align: center;
}
.oneColFixCtrHdr #container #footer p {
	text-align: justify;
}

.orange {
	font-weight: bold;
	font-style: normal;
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #FFF;
}
.main_text {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	color: #96C;
}

.first_capital {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #96C;
}

.sub_text {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #606;
	text-align: justify;
}
.text_bold {
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.white_text {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.navigation {
	background-color: #F66;
}

.navigation1 {
	background-image: url(images/button1.jpg);
}
.navigation2 {
	background-image: url(images/button2.jpg);
}

.navigation3 {
	background-image: url(images/button3.jpg);
}

.navigation4 {
	background-image: url(images/button10.jpg);
}

.navigation5 {
	background-image: url(images/button5.jpg);
}


.navigation10 {
	background-image: url(images/button10.jpg);
}
</style>
