body {
	background: #eeeeee;
	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: #000000;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.oneColFixCtr #mainContent {
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container {
	width: 605px;  /* 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: 5px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container #mainContent #footer {
	border-top: 2px solid eeeeee;
	padding-top: 3px;
	margin-top: 3px;
	border-top-color: #EEEEEE;
}
p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 3px;
}
h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
	color: #666666;
	margin-bottom: 0px;
}
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	background-color: #C6E2FF;
	text-indent: 5px;
}
li {
	line-height: 130%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h3 {
	color: #333333;
}

h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

link {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #006699;
}
ul {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
.oneColFixCtr #container #mainContent #header {
	margin-top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom: 4px solid #EEEEEE;
}
a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #006699;
}
a:link {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #006699;
}

a:hover {
	color: #CC6600;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #993300;
}
.style1 {color: #990000}



.style4 {
	color: #006699;
	font-weight: bold;
	font-size: 14px;
}
.boldred {color: #990000; font-weight: bold; }
li img {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 1px solid #999;
}

ol {
	font-weight: normal;
}

ol li span {
	font-weight: normal;
}

.boldblack {
	font-size: 14px;
	font-weight: bold;
	border-top-style: none;
	border-top-color: #EEE;
}
.underline {
	text-decoration: underline;
}

.style10 {color: #009900}
.style11 {color: #006699}
img {
	border: 1px solid #999;
	align: absmiddle;
}
