@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#FFF
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images1/transparent_containerbg.jpg);
	text-align: left;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #006;
	padding: 0 0px 0 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
}
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.oneColFixCtrHdr #footer 
{
	color: #FF0;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 0;
	margin-top: 25px;
}
.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: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	font-style: italic;
	color: #000;
	text-align:center;
	font-weight: bold;
}
body,td,th {
	color: #000;
}
body {
	background-color: #FFF;
	background-image: url(images1/bg.png);
	background-repeat: repeat-x;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
}
h1 {
	font-size: 24px;
	color: #003;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
h2 {
	font-size: 20px;
	color: #003;
}
h3 {
	font-size: 18px;
	color: #003;
}
h4 {
	font-size: 16px;
	color: #F60;
}

body,td,th {
	color: #000;
	font-size: 16px;
}

