/* CSS Document */

* {
	padding: 0;
	Margin: 0;
}
body {
	font: 80%/1.2 Tahoma, sans-serif;
	color: #333;
	background-color:#F3F3F3;
}
#container {
	margin: 0em auto;
	width: 800px;
	background-color: #FFF;
	border-color: #CCC;
	border-style: solid;
	border-bottom-width: 2px;
}
#header {
    height: 200px;
	width: 800px;
}
#nav {
	position: relative;
	margin-top: 0px;
	width: 800px;
    height: 22px;
	text-align: left;
	background-color: #990000;
	font: 85%/1.3 Tahoma, sans-serif;
}
#contents {
	width: 760px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFF;
}
#president {
	margin-right: 10px;
}
#upcoming-events {
	background-image:url(images/whats-new-background.jpg);
	background-repeat:repeat-y;
}
#corporate-sponsors {
	background-image:url(images/sponsors-middle.jpg);
	background-repeat:repeat-y;
}
#mission {
	background-color: #990000;
}
#testimonial {
	margin-left:130px;
	background-image:url(images/testimonial-middle.jpg);
	background-repeat:repeat-y;
}
.testimonial {
	margin-left:10px;
	margin-right:10px;
	font: 80%/1.3 Tahoma, sans-serif;
	font-weight:bold;
	text-align:center;
}
.whitetext {
	color: #FFF;
	font: 100%/1.3 Tahoma, sans-serif;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
}
.caption {
	font: 80%/1.1 Tahoma, sans-serif;
	font-weight:bold;
}
.insidebox {
	padding-left: 10px;
	padding-right: 10px;
}
#programs td {
	padding: 10px;
	border: 2px solid #990000;
}
h1 {
	font: 85%/1.1 Tahoma, sans-serif;
	color: #990000;
}
h2 {
	font: 100%/1.1 Tahoma, sans-serif;
	color: #990000;
	font-weight:bold;
}
#footer {
	width: 800px;
	text-align: center;
	background-color: #FFF;
}	
#contents p {
	text-align: left;
}
#nav a {
	font-weight:bold;
}
a:link {
	color: #990000;
	text-decoration:underline;
}
a:visited {
	color: #990000;
	text-decoration:underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration:underline;
}
#footer p {
	font-size: 85%;
}
#footer a:link {
	font-size: 90%;
	font-weight: bold;
	color: #990000;
}
#footer a:visited {
	font-size: 90%;
	font-weight: bold;
	color: #990000;
}
#footer a:hover {
	font-size: 90%;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
#footer a:active {
	font-size: 90%;
	font-weight: bold;
	color: #990000;
}
#contents h1 {
	font-size: 120%;
	font-weight: bold;
	color: #990000;
}
#contents ul {
	margin-top: 2px;
	margin-left: 10px;
}
#contents li {
	margin-top: 2px;
	margin-left: 10px;
	list-style-position: outside;
	list-style-type: disc;
	display: list-item;
}
#sponsor {
	margin-left: 40px;
	margin-bottom: 20px;
}