body {
	background-color: #990000;
	color: #385672;
	font-family: "Tahoma", "Arial";
	font-size: 10px;
	min-width: 900px;
	text-align: center;
}
p {
	font-size: 16px;
	margin: 10px 10px 10px 10px;
}
h1 {
	font-size: 24px;
	margin: 10px 10px 10px 10px;
}
h2 {
	font-size: 20px;
	margin: 20px 10px 10px 10px;
}
h3 {
	font-size: 16px;
	margin: 20px 10px 10px 10px;
}
h4 {
	font-size: 18px;
	margin: 20px 0px 0px 0px;
}
li {
	font-size: 16px;
}
hr {
	color: #93B8DA;
}
a:link {
	color: #385672;
}
a:visited {
	color: #385672;
}
a:hover	{ 
	color: #FF3C00; 
}
#container {
	background-color: white;
	display: table;
	width: 900px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #000000;
}
.sectionTitle {
	background: url(images/titlePrefix.gif) left center no-repeat; 
	padding-left: 16px;
	margin: 10px 10px 0px 10px;
	font-size: 20px;
	font-weight: 600;
	color: #FF3C00;
}
.sectionTitleEnd {
	color: #385672;
}
.homeText {
	font-size: 20px;
}

.topborder {
  border-bottom: 3px solid white;
}
#mainMenu a {
	background: url(images/menuPrefix.gif) left center no-repeat;
	padding-left: 20px;
	margin: 10px 10px 0px 10px;
	font-size: 14px;
	font-weight: 600;
}
#mainMenu a:link {
	color: #6F98BE;
	text-decoration: none;
}
#mainMenu a:visited {
	color: #6F98BE;
	text-decoration: none;
}
#mainMenu a:hover	{ 
	color: #FF3C00; 
	text-decoration: none; 
}
#meetings h1 {
	font-size: 10pt;
	font-weight: 900; 
	margin: 5px 0px 0px 3px;
	padding: 0 0 0 0;	
	text-align: left;
	color: white;
}
#committeeMenu h1 {
	font-size: 10pt;
	font-weight: 900; 
	margin: 5px 0px 0px 3px;
	padding: 0 0 0 0;	
	text-align: left;
}
#committeeMenu h2 {
	font-size: 10pt;
	font-weight: 900; 
	margin: 1px 0px 0px 15px;
	padding: 0 0 0 0;	
	text-align: left;
}
#committeeMenu a:link {
	color: white;
	text-decoration: none;
}
#committeeMenu a:visited {
	color: white;
	text-decoration: none;
}
#committeeMenu a:hover	{ 
	color: #FF3C00; 
	text-decoration: none; 
}
#upcomingSpeakers h1 {
	color: white;
	font-size: 10pt;
	font-weight: bold; 
	margin: 5px 0px 0px 3px;
	padding: 0 0 0 0;	
	text-align: left;
}
#upcomingSpeakers h2 {
	color: white;
	font-size: 10pt;
	font-weight:normal;
	margin: 1px 0px 0px 15px;
	padding: 0 0 0 0;	
	text-align: left;
}
.line {
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
  border-bottom: 1px solid #6F98BE;
}
#Board-Of-Directors p {
	font-family: "Tahoma", "Arial";
	font-size: 12px;
	margin-top : 8px;
	margin-left : 24px;
	margin-bottom : 4px;
}
#Board-Of-Directors p .title {
	font-size: 16px;
	font-weight: bold;
}
#Board-Of-Directors p .name {
	font-size: 14px;
	font-weight: bold;
}
#membershipText td	{ 
	font-size: 10pt;
	text-align: left;
}
#contactUsForm {
	text-align: center;
	color: #143452;
	position: relative; 
	vertical-align: top;
	line-height: 1.7em; 
	font-weight: 900;
	font-size: 10pt; 
}
#contactUsForm table {
	border-collapse: collapse;
	width: 100%;
} 
#contactUsForm form {
	margin: 0 0 0 0;
} 
#contactUsForm td { 
	vertical-align: top;
}
#contactUsForm p {
	margin: 1px 10px 1px 10px;
}
#specialEventsCommittee .title {
	font-size: 16px;
	color:#FF0000;
	margin: 10px 10px 10px 10px;
}
#footer { 
	width:900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #93B8DA;
	color: white;
	text-decoration: none;
	padding: 0 0 5px 0;  
	text-align: center;
}
#footer p	{
	margin: 5px 0px 0px 0px;
	font-size: 10pt;
}
#footer b {
	color: #003366;
	font-weight: bold;
}
#footer a:link {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
#footer a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover	{ 
	color: #FF3C00; 
	font-weight: bold;
	text-decoration: none; 
}
