@charset "UTF-8";
/* CSS Document */

body {
	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;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	background-color: #31547C;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #6E5300;
}
#container  {
	width: 846px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#mainContentInside  {
	background-image: url(images/top_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 50px;
}
#header {
	height: 129px;
	width: 846px;
	padding: 0px;
	margin-top: 25.5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header  img  {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav {
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 846px;
	padding-top: 8px;
	margin-top: 9px;
	margin-bottom: 9px;
	padding-bottom: 8px;
	vertical-align: middle;
}
#nav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #004773;
	padding: 0px;
}
#nav li {
	font-size: 65%;
	text-transform: uppercase;
	text-decoration: none;
	display: inline;
	padding-right: 25px;
	padding-left: 25px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7DEC9;
	height: 30px;
	color: #004773;
}
#nav a {
	color: #004773;
	text-decoration: none;
}
#nav a:hover, body#about #about a, body#supporters #supporters a, body#contact #contact a, body#join #join a {
	color: #6E5300;
	text-decoration: none;
}
a:link {
	color: #004773;
	text-decoration: none;
}
a:visited {
	color: #004773;
}
a:hover {
	color: #6E5300;
}
h1 {
	font-size: 80%;
	font-weight: bold;
	color: #004773;
	margin-bottom: 20px;
}
h2 {
	font-size: 80%;
	font-weight: normal;
	color: #004773;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
p {
	font-size: 80%;
	line-height: 1.7em;
	color: 6E5300;
	margin-top: 0px;
	padding-top: 0px;
}
.footnote {
	color: #666666;
}
td {
	font-size: 80%;
	padding: 5px;
}
#mainContentInside  ul {
	font-size: 80%;
	line-height: 1.5em;
	color: #6E5300;
}
#mainContentInside li {
	padding-bottom: 10px;
}
#bottom {
	background-image: url(images/bottom_content.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 19px;
	width: 846px;
}
#footer  {
	font-size: 65%;
	color: #EFEBDB;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.warning {
	font-size: 80%;
	line-height: 1.7em;
	color: #990000;
	margin-top: 0px;
	padding-top: 0px;
}
.support {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A19274;
	border-bottom-color: #A19274;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
#join_us {
	background-image: url(images/join_us.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: right;
}
