/********************************************************
					TAG DEFINATIONS
********************************************************/
body {
	background-image: url(images/backgroundTop2.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #5B3543;
	font-size:13px;
	text-align:left;
	color: #333333;
}

p {
	margin-bottom:0px;
	padding-bottom: 5px;
	line-height: 20px;
	
}

h1 {
	padding: 5px 0px 0px 30px;
	font-size: 14px;
	margin-top: 0px;
	color: #333333;
	font-weight: bold; 
	text-transform:uppercase
}

h2 {
	padding: 15px 0px 0px 30px;
	font-size: 14px;
	color: #333333;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 0px;
}

h3 {
	
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	
	
}

h4, h5, h6 {
	padding: 15px 30px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
	text-transform: uppercase;
}

ul {
	padding-top: 0px;
	padding-left: 40px;
	color: #666666;
}

a, a:active {
	text-decoration:none;
	color: #A65343;
}

a:hover {
	text-decoration:underline;
	color: #A65343;
}

hr {
	width: 630px;
	text-align: left;/*this will align it for IE*/
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

.photoText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	text-align:center;
}

.photocaption {
	font-size: 12px;
	line-height: normal;
}

.postcard {
	border: 1px solid #643943;
	background-color: #EDEDEF;
	width: 770px;
	margin-left:20px;
}
.officers {
	float: left;
	width: 275px;
	margin-bottom: 10px;
	text-align:left;

}
.officersCol2 {
	float: left;
	width: 255px;
	margin-bottom: 10px;
	text-align:left;
}
.clear {
	clear: left;
}

/********************************************************
					DIV ID's
********************************************************/

#top {
	width:815px;
	height:262px;
	padding-top:0px;
	margin-top:0px;
	
}

#menu {
	height: 63px;
	width: 815px;
	padding: 0px; 
	background-repeat:no-repeat;
	font-size:13px;
	
}

#menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 21px 0px 0;
	width:815px;
}

#menu li{
	width:162px;
	float: left;
	text-align:center;
}

#menu a, a:visited{
	color: #666666;
	text-decoration: none; 
}

#menu a:hover{
	color: #666666;
	text-decoration: underline; 
}

#main{
	width: 815px;
	background-repeat: repeat-y;
	background-image: url(images/backgroundMiddle.jpg);
	padding: 0px 0px 10px;
	text-align: left;
}

#main p{
	padding: 5px 30px;
	margin-top: 0px;
	color: #333333;
}


#main img {
	margin-right:5px;
	margin-top:5px;
	padding-left: 5px;
	
}

#main blockquote {
	margin-left: 80px;
	padding: 5px 0px 10px; 
	font-size:13px; 
		
} 

#main ul {
	list-style: disc url(images/bullet.gif);
	margin-left:70px;
	padding:0px;
	padding-bottom:10px;
}

#bottom {
	background-image: url(images/bottom.gif);
	background-repeat:no-repeat;
	width: 815px;
	height: 24px;
}

#bottom p {
	font-size: 11px;
	text-align: right;
	padding-right: 20px;
	vertical-align: top;
	margin-top:0px;
	color: #666666;
}




