@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #FFFFFF;
	background-image: url(images/stripe.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	height: 171px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 44px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #277DA7;
	font-weight: bold;
}
.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #CBB665;
	font-weight: bold;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 10px;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #336699;
	font-size: 10px;
}
#footer a {
	color: #336699;
	text-decoration: none;
	font-size: 10px;
}
h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 20px;
	color: #75412C;
}
h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #75412C;
	margin-bottom: -13px;
	font-weight: bold;
}

ul {
	font-size: 11px;
	font-weight: bold;
	color: #277DA7;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366CC;
}
