@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin-top:6px;
	margin: 6,0,0,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: #663333;
	background-color:#F8F8EF;
}
.oneColFixCtr #container {
	width: 730px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px ;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container1 {
	width: 732px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#817069;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom:1px;
	padding-top:1px;
}
.oneColFixCtr #container2 {
	width: 736px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#e1e1bd;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom:2px;
	
}
.oneColFixCtr #container3 {
	width: 738px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#EEEED7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom:3px;
}
.oneColFixCtr #container4 {
	width: 742px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#F3F3E9;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom:4px;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
a:link {
	text-decoration: none;
	outline:none;
	color:#FFFFFF;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color:#663333;
	font-weight:bold;
}
a.:active {
	text-decoration: none;
	color: #663333;
	font-weight:bold;
}
a.little:link {
	text-decoration: none;
	outline:none;
	color:#663333;
	font-weight:normal;
}
a.little:visited {
	text-decoration: none;
	color: #663333;
	font-weight:normal;
}
a.little:hover {
	text-decoration:underline;
	color:#663333;
	font-weight:normal;
}
a.little:active {
	text-decoration: none;
	color: #663333;
	font-weight:normal;
}
h1 {
	font-size:12pt;
font-weight:bold;
	color:#663333;



