body {
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #3B4567;
	background-image: url(/graphics/rooster_tile.gif);
	margin: 0;
	padding: 0;
}
.oneColFixCtr #container {
	width: 800px;
	text-align: left;
	background-image: url(/graphics/shadow.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: repeat-y;
	position: relative;
	padding-bottom: 20px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.3em;
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.1em;
}
#container #footer {
	clear: both;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #3B4567;
	padding-top: 20px;
}
.oneColFixCtr #mainContent {
	padding: 0;
}
#container .header {
	background-image: url(/graphics/home/head-yellow.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
}
#container .header .search_button {
	position: absolute;
	top: 15px;
	right: 40px;
}
#container .header .search_box {
	position: absolute;
	top: 13px;
	right: 109px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container #menu {
	display: block;
	height: 27px;
	text-align: center;
	}
#container #content {
	margin: 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 1.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.3em;
	list-style-type: disc;
}
ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.smallcaps {
	font-variant: small-caps;
	font-size: 12px;
}
.inline_bold { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; text-transform: uppercase; color: #636D8A; }

