#BlueBlackHeader {
	background-image: url(../images/blue-black-header.gif);
	background-repeat: repeat-x;
/*	width:100%;*/
	height:14px;
}


#HeadingDiv {
	height:171px;
	text-align: center;
}

#HeadingDivContent {
   display: inline-block;
   text-align: left;
   width: 80%;
}

#ContentDiv {
	margin-top: 65px;
}

#PresidentDiv {
	width: 45%;
	float: left;
}

body {
	font-family: Lustria;	
	font-size: 18px;
	background-color:#FFFFFF; 
	margin: 0px; 
	color: #000000;
}
.content {
	margin: 72px auto;	
/*	width: 814px;*/
}
.logo {
/*	margin-right: 50px;	
	float: left;*/
	float: right;
	
}
.PageHeading {
}
h1 {
	padding: 12px 30px 0px 30px;
	font-size: 2.8em;
	font-weight: normal;	
	margin: 0px;
}
h2 {
	margin: 0px;
	font-size: 1.6em;	
	font-weight: normal;
	padding: 0px 30px 0px 30px;
}
h3 {
	text-align: center;
	font-size:1.5em;
	font-weight: normal;
}
h4 {
	color: #000098;
	font-size: 1.3em;
	font-weight: normal;

}
h5 {
	font-size: 1em;
	font-weight: normal;	
	color: #535353;
}
#header h2   {
	max-width: 950px;  
	margin: auto;
}

p {
	margin-bottom: 27px;	
	line-height: 27px;
}

#ButtonContainer {
	margin-top: 65px;
	text-align: center;
}
#ButtonContainer img {
	padding: 0px 10px;
}
#OfficersHeading {
	margin-top: 0px;
	margin-bottom: 10px;
}


#OfficersContent {
	margin: 52px auto 130px auto;	
/*	width: 814px;*/
}

#ContactHeader {
	background-image: url(../images/line.gif); 
	background-repeat: repeat-x; 
	background-position: left center;
	margin-top: 50px;
}
#ContactHeaderDiv {
	text-align: center;
/*	width: 430px;*/
	margin: auto;
	background-color: #ffffff;
	width: 20em;
}
.ContactTitle {
	margin: 0px;
}

.ContactInfo {
	font-size: 18px;
	line-height: 26px;
}
footer {
	width: 100%;
	height: 94px;
	background-image: url(../images/footer-background.gif);
	background-repeat: repeat-x;
/*	min-width: 814px;*/
}
.FooterText {
	color: #ffffff;
	font-size: 14px;
	vertical-align: middle;
	padding-top: 55px;
}
#SSFooter {
	float: left;
	padding-left: 20px;	
}

#CanovaFooter {
	float: right;
	padding-right: 20px;
}
#FooterLogo {
	position: relative;
	width: 83px;
	height: 82px;
	margin: auto;
}
.ss-sigline { text-align: right; text-decoration: none; color: #ffffff; }
.ss-siglink { text-decoration: none; color: #ffffff; }
.ss-siglink-color { color: #535353; }
a:hover.ss-siglink { text-decoration: underline; color: #ffffff !important; }


@media (max-width: 767px) {
/*xs*/	
	.header .heading {
		font-size: 1.7em;
	}
	h2 {
		font-size: 1.1em;
	}
	h3 {
		font-size:1.4em;
	}
	#ContactHeaderDiv {
		width: 17em;
	}
}
@media (min-width: 768px) {
/*sm*/	
}
@media (min-width: 992px) {
/*md*/	
}
@media (min-width: 1200px) {
/*lg*/	
}