body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A:link     {text-decoration: none}
A:visited  {text-decoration: none}
A:active   {text-decoration: none}
A:hover    {text-decoration: none}
A:hover    {color: #000000;}

h1,h2,h3,h4 {
	color: #84a6c2;
}
h1 {
	color: #5484ac;
	font-weight: 200;
	font-size: 28px;
	width: 100%;
	border-bottom: 1px dotted #000;
	padding-bottom: 4px;
}
h2 {
	font-size: 20px;
	font-weight: 200;
}
h3 {
	font-size: 16px;
	font-weight: 200;
}

p,div,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.officer {
	margin-bottom: 8px;
	padding-right: 10px;
	width: 211px;
}
div.officer2 {
	padding-left: 41px;
}
.mailicon {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#officer_image {
	margin-bottom: 10px;
}

#events_image {
	margin-top: 15px;
	margin-bottom: 10px;
}

.inputSubmit {
	color: #000000;
	background-color: #EEEEEE;
	border-color : #000000;
	border-top : 1px solid;
	border-bottom : 1px solid;
	border-left : 1px solid;
	border-right : 1px solid;
	font-family : Verdana,tahoma,Arial;
	font-size : 10px;
	font-weight: bold;
}

.inputBox {
	color : #000000;
	background : #FFFFFF;
	border-color : #000000;
	border-top : 1px solid;
	border-bottom : 1px solid;
	border-left : 1px solid;
	border-right : 1px solid;
	font-family : Verdana,tahoma,Arial;
	font-size : 10px;
}

#subnav {
	background-image: url("/industry/chapters/images/subnavbg.jpg");
	padding-left: 15px;
	font-size: 12px;
	color: #fff;
}
#subnav a:link, #subnav a:visited, #subnav a:active {
	color: #fff;
	text-decoration: none;
}
#subnav a:hover {
	color: #000;
	text-decoration: underline;
}

#content {
	padding: 15px;
}

#rightbar {
	padding: 15px;
	background-color: #e7e7e9;
}

#content a, #rightbar a {
	text-decoration: underline;
	color: #84a6c2;
}

#rightbar h2, #rightbar h3 {
	width: 100%;
	border-bottom: 1px dotted #000;
	padding-bottom: 4px;
}

#rightbar p {
	padding-left: 8px;
	padding-right: 10px;
}

#members_register {
	padding-left: 24px;
	margin-bottom: 15px;
}

#bottomnav {
	background-image: url("/industry/chapters/images/bottomnav.jpg");
	padding-left: 15px;
	font-size: 10px;
	color: #fff;
	text-align: center;
}
#bottomnav a:link, #bottomnav a:visited, #bottomnav a:active {
	color: #fff;
	text-decoration: none;
}
#bottomnav a:hover {
	color: #000;
	text-decoration: underline;
}

#footer {
	background-image: url("/industry/chapters/images/footer.jpg");
	text-align: center;
	font-size: 10px;
	color: #e7e7e9;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


