@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #537624;
	}
	
body.new {
	background: #537624;
	}

#container {
	padding: 0px;
	width: 900px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}
		
		
#container2 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height:auto;
	margin-top: 0px;
	}

#header {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	border: 1px solid #537624;  /*for some reason with makes the top of the header to right to the top in Firefox - it was leaving a space at the top without the border setting */
	background-image: url(images/dogwood8side.jpg);
	}
	
#header2 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	border: 1px solid #537624;  /*for some reason with makes the top of the header to right to the top in Firefox - it was leaving a space at the top without the border setting */
	background-image: url(images/dogwood8side.jpg);
	}


#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 48px;
	text-align: center;
	font-weight: bold;
	color: #CC0000;
	padding-top: 20px;
	}
	
#header2 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	color: #CC0000;
	padding-top: 10px;
	}

#header h2	{
	font-family: "Arial Rounded MT Bold";
	font-size: 36px;
	font-weight: bolder;
	color: #CC0000;
	text-align: center;
	font-style: normal;
	}
	
#header2 h2	{
	font-family: "Arial Rounded MT Bold";
	font-size: 24px;
	font-weight: bolder;
	color: #CC0000;
	text-align: center;
	font-style: normal;
	}
	
#header h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	line-height: 5px;
	}
	
	
#header2 h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	line-height: 5px;
	}
	
p 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFCC;
	line-height: 16px;
	}
	
p.note	{
	color: #003300;
	}
	
a	{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #66FFCC;
	}

a:hover {
	background-color: #009966;
}

a:visited {
	color: #FFFF99;
	}

iframe {
	width: 600px;
	height: 300px;
	margin-left: 10px;
	}
	
/* This the CSS for the Navigation Bar*/	
#nav {
	height: 50px;
	width: 900px;
	border: 1px solid #537624;
	padding-top: 5px;
	}
		
ul.nav	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	}

	
li.nav {
	display: inline;
	top: 0px;
	}

a.nav	{
	text-decoration: none;
	background-color: #537624;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CC9900;
	text-align: left;
	}
	
a:hover.nav {
	text-decoration: none;
	background-color: #006633;
	border-left-color: #CC0000;
	}

a:visited.nav {
	text-decoration: none;
	background-color: #A1C251;
	border-left-color: #990000;
	}
	

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #E9F0C4;
	}

	
h2	{
	font-size: 14px;
	font-family: "Arial Rounded MT Bold";
	font-style: normal;
	font-weight: bold;
	color: #E9F0C4;
	}
h3	{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #E9F0C4;
	}
	
/* Style for Main text box */	
#main {
	width: 70%;
	float:right;
	padding-bottom: 5px;
	}
	
ul.main {
	text-align: left;
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 145%;
	color: #E9F0C4;
	}
	
li.main{
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #E9F0C4;
	}
	
a.main	{
	text-decoration: underline  ;
	font-size: 11px;
	font-weight: bold;
	color: #CC9900;
	}

a:visited.main {
	color: #80FE80;
	}
	
	
#feature1	{
	width: 25%;
	float: left;
	padding: 5px;
	background-color:#003300;
	}
	
#feature2	{width: 25%;
	margin-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	background-color:#003300;
	float: left;
	}


#feature3	{
	width: 25%;
	margin-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	font-stretch: normal;
	}	
	
/* These are the styles for the Club Events page */
#event {
	width: 500px;
	float: right;
	}
p.event	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-left: 100px;
	}

	
/* These are the styles for the indivdual club information pages */
#clubinfo	{
	padding-left: 25px;
	padding-right: 5px;
	margin: 0px;
	width: 350px;
	left: 20px;
	float: left;
	}
	
#clubmain {
	width: 400px;
	padding-right: 5px;
	padding-left: 25px;
	float: right;
	}
	
ul.clubmain{
	text-align: left;
	list-style-type: none;
	list-style-type:disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFCC;
	line-height: 16px;

	}

	
#footer{
	width: 900px;
	height: 50px;
	padding-top: 5px;
	text-align: center;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333300;
	}


#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 8px;
	vertical-align: text-top;
	}	

/* Table sytles*/
#table {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}

th	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	vertical-align:top;
	font-weight: bold;
	color: #FFFFcc;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-width: 1;
	border-bottom: 1;
	border-color: #000033;
	text-align: left;
	text-decoration: none;
	border: 1;
	border-bottom-width: medium;
	}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	vertical-align:top;
	color: #FFFFcc;
	}
	
