@charset "UTF-8";

/* -----------Basic Stling (it strips off all elements off their boarders and margins--------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #333;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#wrapper {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	position: relative;
	background-color: #971B1E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #FFFFFF;
	background-image: url(../images/faux.gif);
}
#gallery {
	background-color: #971A1E;
}
#clear {
	clear: both;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #FF9900;
}
#current {
	width: 550px;
	float: left;
}
/*#current h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 10px;
}*/
#event1 {
	float: left;
	width: 551px;
}
#event1 img {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	clear: right;
	margin-left: 35px;
}
#event2 {
	background-color: #FFCC99;
	width: 260px;
	float: right;
}
#event1 p {
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(../images/green_round_middle.png);
	background-repeat: repeat-y;
}
#event1 h1 {
	background-image: url(../images/green_round_top.png);
	line-height: 2em;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.green {
}
#event1 p.green {
	background-image: url(../images/green_round_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 1px;
}
.time {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003300;
}
#header h1 {
	margin-left: -9000px;
}
#logoImage  {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	right: 0px;
	top: 0px;
	height: 140px;
	width: 360px;
	float: right;
}
#header {
	background-image: url(../images/banner_bkg.jpg);
	background-repeat: repeat-x;
	width: 980px;
	float: left;
	color: #FFFFFF;
	height: 164px;
}
#top_nav img {
}
#banner {
	width: 980px;
	background-color: #FFCC66;
	float: left;
}
#header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nav_over.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	left: -2px;
	width: 620px;
	bottom: 0px;
	top: 131px;
	height: 50px;
}
#header ul li {
	float: left;
}
#header ul a {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	display: block;
	line-height: 1.5em;
	background-image: url(../images/seperator.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header ul a:hover {
}
#header ul a.navFirst {
	background-image: none;
}
#header ul a:hover {
	color: #899423;
}
#left_content {
	background-color: #971A1e;
	float: left;
	width: 551px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px;
}
#president {
	margin-bottom: 20px;
	background-image: url(../images/round_middle.png);
}
#aboutContent {
	background-image: url(../images/round_middle.png);
}
#aboutContent h1 {


}
#aboutContent p {
	background-image: url(../images/round_middle.png);
	padding-right: 30px;
	padding-left: 30px;
}
#aboutContent .titles {
	background-image: url(../images/round_top.png);
	line-height: 1em;
	padding-top: 30px;
}

#aboutContent .test {
	background-image: url(../images/round_down.png);
	padding-left: 30px;
	padding-right: 30px;
	line-height: 2em;
}

#presidentMessage {
	width: 215px;
	float: left;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #FC3;
	padding-left: 30px;
	margin-left: 30px;
	padding-right: 10px;
	height: 350px;
}
#presidentMessage p {
	margin-left: -30px;
	padding-left: 0px;
	padding-right: 0px;
}
#presidentMessage2 {
	width: 215px;
	float: right;
	padding-right: 30px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #FC3;
	padding-left: 10px;
	height: 350px;
}
#presidentMessage2 p {
	padding-left: 0px;
	padding-right: 0px;
}
#president h1 {
	background-image: url(../images/round_top.png);
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	background-position: left top;
	text-align: left;
}

#president img {
	float: left;
	padding-right: 15px;
	padding-top: 15px;
}
#president .test {
	background-image: url(../images/round_down.png);
	background-position: left bottom;
	padding-bottom: 40px;
}
#president a {
	color: #FFCC99;
}
.navFirst {
}
.titles {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFCC33;
	padding-left: 30px;
}

.test  {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 0.3em;
}
#right_nav {
	width: 360px;
	margin-right: 20px;
	margin-top: 20px;
	color: #000000;
	float: right;
}
#right_nav a {
	color: #971A1E;
}
#right_nav h1 {
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	font-size: 24px;
	color: #99B200;
	background-image: url(../images/events.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 30px;
	background-position: right top;
	text-align: right;
	height: 40px;
	width: 300px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#right_nav p {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#quickLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-left: 20px;
	display: block;
	text-decoration: none;
	margin-bottom: 20px;
	padding-right: 10px;
}
#quickLinks li {
	list-style-type: none;
	text-decoration: none;
}
#quickLinks li a {
	color: #971A1E;
}
#quickLinks li a:hover {
	color: #FFFFFF;
	background-color: #971A1E;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FCD6AC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FADEBC;
}
#quickLinks a {
	text-decoration: none;
	background-color: #FFCC99;
	display: block;
	padding: 8px;
	color: #971A1E;
	margin: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #97191E;
	border-bottom-color: #A3252C;
}
#right_nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#webmaster p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
br {
	clear: both;
}
#contactsContent {
	margin-bottom: 20px;
	padding-left: -30px;
}
#contactsContent p {
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(../images/round_middle.png);
}
#contactsContent a {
	color: #FFCC99;
}

#contactsContent h1 {
	background-image: url(../images/round_top.png);
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	background-position: left top;
	text-align: left;
}
#contactsContent .test {
	background-image: url(../images/round_down.png);
	background-position: left bottom;
	padding-bottom: 40px;
}
.last {
	background-image: url(../images/round_down.png);
}

#footer {
	background-color: #621013;
	width: 980px;
	font-size: 12px;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #FFFFFF;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 30px;
}
#footer a {
	color: #F96;
	text-decoration: none;
}
#event3 {
	float: left;
	width: 551px;
	padding-left: 0px;
	background-repeat: repeat-y;
	margin-top: 0px;
	padding-right: 0px;
	padding-top: 0px;
	line-height: 1.7em;
}
#event3 p {
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(../images/round_middle.png);
}
#event3 h1 {
	background-image: url(../images/round_top.png);
	line-height: 2em;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 20px;
}
#event3 .test {
	background-image: url(../images/round_down.png);
	background-position: left bottom;
	padding-bottom: 40px;
}
#linkContent p {
	background-image: url(../images/round_middle.png);
	padding-right: 30px;
	padding-left: 30px;
}
#linkContent     h1  {
	padding-left: 30px;
	background-image: url(../images/round_top.png);
	padding-top: 30px;
}
#linkContent   .test {
	background-image: url(../images/round_down.png);
	line-height: 2em;
}

#linkContent a {
	color: #FFCC99;
}
#linkContent ul {
	list-style-type: none;
}
#servicesContent p {
	background-image: url(../images/round_middle.png);
	padding-right: 30px;
	padding-left: 30px;
}
#servicesContent  h1 {
	background-image: url(../images/round_top.png);
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
}
#servicesContent .test {
	background-image: url(../images/round_down.png);
	padding-bottom: 40px;
}
#leadershipContent p {
	background-image: url(../images/round_middle.png);
	padding-right: 30px;
	padding-left: 30px;
}
#leadershipContent .titles {
	background-image: url(../images/round_top.png);
	padding-top: 30px;
}
#leadershipContent .test {
	background-image: url(../images/round_down.png);
	padding-bottom: 40px;
}
#leadershipContent a {
	color: #FFCC99;
}
