body {
	background: #666666;
	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;
	background-color: #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #outer {
	background-color: #000000;
	margin: 0px;
}
.oneColFixCtrHdr #inner {
	width: 920px;
	background-color: #000000;
	text-align: left;
	background-image: url(images/inner_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtrHdr #header {
	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. */
	background-color: #FFFFFF;
	background-image: url(images/logo_header.jpg);
	background-repeat: no-repeat;
	height: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.oneColFixCtrHdr #animation {
	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. */
	background-color: #FFFFFF;
	height: 178px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.oneColFixCtrHdr #navbar {
	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. */
	background-color: #000000;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(images/menu_back.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.oneColFixCtrHdr #index {
	padding: 10px;
	text-align: center;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.oneColFixCtrHdr #index2 {
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
body,td,th {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
}
a {
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #999999;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #AF6343;
}
.greybody {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #999999;
}
.heading {
	color: #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.times {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
}
.subheading {
	color: #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

