/* BASIC STRUCTURES */

body {
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;	
}

#container {
	width: 800px;
	margin: 30px auto 0 auto;
	padding: 0;
	text-align: left; 
	background-color: #990000;
}

#branding {
	border-bottom: 12px solid white;
}

#content_members {
}

.cells {
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

.lastcell {
	border-right: none;
}

#content_hp_text {
	padding: 0px 100px 30px 100px;
	border-top: 12px solid white;
	background-color: white;
	color: black;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}

#content_secondary {
	padding: 10px 100px 30px 100px;
	text-align: center;
}

hr {
	margin: 20px 0px;
}

/* TEXT STYLES */

h1 {
	font-size: 22px;
	font-weight: bold;
	margin-top:20px;
	margin-bottom: -5px;	
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: -5px;	
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: -5px;	
}

h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}


.cells p {
	margin-bottom: -5px;
}


#content_text p {
	margin-bottom: 20px;
}

.contact {
	margin-bottom: -5px;
}

.boldcell {
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	margin-top: -10px;
	line-height: 20px;
}

a:link   {color: #FFFFFF; text-decoration: underline;}

a:visited   {color: #FFFFFF; text-decoration: underline;}

a:hover {color: #999999; text-decoration: underline;}

#member_nav a {
	text-decoration: none;
	font-size: 13px;
}

#member_nav .arrow {
	font-size: 17px;
}

