﻿/* centers entire document in browser window */

body {
   text-align: center;
	background: #7B9ECE;
	padding: 0px;
	margin: 0px;
}
		
div#container {
	margin: 0 auto;
	width: 650px;
}

/* sets logo width to maximum allowed */

div#logo {
	width: 650px;
	height: 130px;
	text-align: left;
}

/* sets top rule height, width, and background color */

div#sect_nav {
	width: 650px;
	height: 20px;
	background: #993333;
}

/* sets style for the copyright paragrh text */

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336633; 
	margin-left: 5px;
	font-weight: bold;
	clear: both;
}

/* sets style for main and nav columns */

#table1 {
		width: 100%;
		background: #eaeaea;
		padding: 3px;
		}

#td1 {
		background: #fff1d6;
		width: 120px;
}
		
#table2 {
		width: 100%;
		background: #fff1d6;
		padding: 2px;		
}

/* defines navigation text style */

#navtd {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	color: #000000;
	text-align: left;
}

/* defines link text properties */

ul {
	list-style-type: square;
}

a:visited {
	color: #993333;
	text-decoration: none;
}

a:hover {
	color: #009900;
	text-decoration: none;
}

a:active {
	color: #993300;
	text-decoration: none;
}

/* sets style for inserted images */

#insert {
	width: 110px;
	float: right;
	text-align: left;
}

#insert2 {
	width: 130px;
	float: right;
	text-align: left;
}

#insert3 {
	width: 148px;
	float: right;
	text-align: left;
}

#insert4 {
	width: 200px;
	float: left;
}

#insert5{
	width: 110px;
	float: left;
}

#insert6{
	width: 131px;
	float: right;
	text-align: left;
}

#insert7{
	width: 110px;
	float: right;
}
	
/* sets styles for main content text */

p.mainpage {  
	font-family: Century;
	font-size: small; 
	line-height: 115%;
	padding-left: 10px;
}
 
span {
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: rgb(000,102,000);
	padding-right: 3px;
}

h1 {
	font-family: Tahoma, Arial, sans-serif;  
	font-size: 130%;
	color: rgb(000,102,000); 
	padding-left: 5px;
	padding-top: 10px;
	text-align: center;
}

h2 {  
	font-family: Tahoma, Arial, sans-serif;
	font-size: 105%;
	color: rgb(000,102,000);
	padding-left: 5px;
	padding-top: 5px;
	text-decoration: underline;
}

h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 85%;
	color: rgb(000,102,000);
	padding-left: 10px;
	padding-top: 0px;
}
 
/* formats directors table on Officers page */

#table3 {
	width: 480px;
	padding-left: 6px;
}

td.directors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
}

/* formats Events tables */

td.table_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: rgb(000,102,000);
	background: #cccccc;
}

td.table_subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: red;
	background: #fff1d6;
}

td.table_entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: center;
}
