/********************************************************
					TAG DEFINATIONS
********************************************************/
body {
	
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #829BB4;
	font-size:14px;
	text-align:center;
}

p {
	margin-bottom:0px;
	padding-top: 0px;
	padding-bottom: 5px;
	line-height: 20px;
}

h1 {
	padding: 15px 30px 0px;
	font-size: 14px;
	color: #000000;
	margin-top: 0px;
	font-weight: bold;
}

h2 {
	padding-top: 15px;
	font-size: 15px;
	margin-top: 0px;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
	padding-left: 30px;
}


h3 {
	
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	
}

h4, h5, h6 {
	padding: 15px 30px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	text-transform: uppercase;
}



ul {
	padding-top: 0px;
	padding-left: 40px;
}

a {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
}


hr {width: 630px;
text-align: center;/*this will align it for IE*/

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	

}
.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;
}

.officers {
	float: left;
	width: 275px;
	margin-bottom: 10px;
	text-align:right;

}
.officersCol2 {
	float: left;
	width: 255px;
	margin-bottom: 10px;
	text-align:left;
}
.clear {
	clear: left;
}

/********************************************************
					DIV ID's
********************************************************/

#top {
	width: 690px;
	height: 115px;
	padding: 0px;
	margin: 0px auto;
}
#menu {
	height: 52px;
	width: 690px;
	margin: 0px auto;
	padding: 0px; 
	background-repeat:no-repeat;

}
#menu ul{
	list-style-type: none;
	margin: 0px 0px 0px 1px;
	padding: 18px 0 0 0px;
	font-size:14px;
	color: #CC0000;
	font-weight:bold;
	width:689px;
}
#menu li{
	width:99px;
	float: left;
	text-align:center;
}



#main{
	width: 690px;
	background-repeat: repeat-y;
	background-image: url(images/Middle.gif);
	padding: 0px;
	text-align: left;
	margin: 0px auto;
}

#main p{
	padding: 0px 30px;
	margin-top: 0px;
}



#main a:link {
	color: #CC0000;
	text-decoration: none;
}
#main a:visited {
	color: #CC0000;
	text-decoration: none;
}
#main a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#main a:active {
	color: #CC0000;
}

#main img {
	margin-right:0px;
}

#main blockquote {
	margin-left: 80px;
	padding: 10px 0px;
	line-height: 23px;	
} 


#main ul {
	list-style: disc url(images/bullet.gif);
	margin-left:70px;
	padding:0px;
	padding-bottom:10px;
}


#bottom {
	background-image: url(images/Bottom.gif);
	margin: 0px auto;
	width: 690px;
	height: 69px;
	
}
#bottom p {
	font-size: 11px;
	color: #000000;
	text-align: center;
	padding-right: 19px;
	padding-top: 38px;
	margin: 0px;
	
}




