body {  margin: 0; background-color: #EEEEEE; text-align: center; }

body, td, div {
	
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9pt;
	
}

p, li {
	
	font-size: 9pt;
	color: #444;

}

#content_highlight p, #content_highlight li { color: white; }

h1 {
	
	font-size: 15pt;
	color: #84246D;
	margin: 0;
	
}

h2 {
	
	font-size: 12pt;
	color: #025A64;
	
}

a { color: #84246D; font-weight: bold; text-decoration: none; }
a:hover { color: #0B3768; }
#content_highlight a { color: white; }
#content_highlight a:hover { color: #028E9E; }
a img { border: 2px white solid; }
a:hover img { border: 2px #028E9E solid; }

#content_highlight h2 {
	
	color: white;
	
}

#content_highlight strong {
	
	color: white;
	
}

.lined {
	
	border-left: 3px #EEEEEE solid;
	padding-left: 10px;
	
}

.bold {
	
	color: #0B3768;
	font-weight: bold;
	
}

.wrapper {
	
	width: 900px;
	margin: auto;
	text-align: left;
	
}

#header {
	
	background-color: #025A64;
	
}

#header .wrapper {

	background-image: url('/images/header.jpg');
	height: 179px;

}

#title {
	
	width: 354px;
	height: 232px;
	background-image: url('/images/title.png');
	position: absolute;
	right: 0px;
	
}

#menu {
	
	height: 30px;
	background-image: url('/images/menu_bg.gif');
	
}

#menu ul {
	
	margin: 0;
	padding-top: 5px;
	padding-left: 0;

}

#menu ul li {
	
	display: inline;
	padding: 0 15px 0 16px;
	background-image: url('/images/button_separator.gif');
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0;
				
}

#menu ul li a {
	
	color:white;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	margin: 0;
	
}

#menu ul li a:hover { color: #037c85; }

#content {
	
	background-color: white;
	background-image: url('/images/content_bg.gif');
	background-repeat: repeat-x;
	border-bottom: 1px solid #01525B;
	
}

#content .wrapper {
	
	padding: 20px 0;
	width: 885px;
	min-height: 130px;
	height: auto;
	
}
/* for Internet Explorer */
/*\*/
* html #content .wrapper {
	height: 130px;
}
/**/

#content_highlight {
	
	background-color: #01525B;
	background-image: url('/images/content_highlight_bg.gif');
	background-repeat: repeat-x;
	color: white;
	padding: 10px 5px 10px;
	border-top: 1px solid white;
	
}

#footer { background-color: #EEEEEE; }

#footer .wrapper {
	
	text-align: center;
	padding: 25px;
	color: #0B3768;
	
}

.highlight {
	
	width: 401px;
	background-color: #005c67;
	background-image: url('/images/content_highlight.jpg');
	background-repeat: no-repeat;
	position: relative;
	margin-top: 25px;
	
}

.highlight-left { width: 300px; }
.highlight-right { width: 500px; }

.highlight p { color: white; font-size: 9pt; }

.highlight_title {
	
	position: absolute;
	top: -10px;
	left: 5px;
	font-size: 12pt;
	font-weight: bold;
	
}

.highlight_picture {
	
	position: absolute;
	right: -10px;
	top: -5px;
	
}

.highlight_text {
	
	padding: 10px;
	
}

.clearer {
	
	clear: both;
	visibility: hidden;
	
}

.link_table td {

	padding: 5px;
	border: 1px dotted #444;
	text-align: center;
	
}

#content_highlight .link_table td {

	padding: 5px;
	border-color: #028E9E;
	
}

.email_table td {

	padding: 4px;

}

.error {

	background-color: #993333;
	padding: 5px;
	color: white;

}

label {

	font-weight: bold;

}

.errorExplanation {

	border: 1px solid #993333;
	padding-left: 15px;
	margin-top: 15px;

}

.fieldWithErrors input, .fieldWithErrors textarea {

	border: 1px solid red;

}

.listTable th {

	text-align: left;
	background-color: #028E9E;
	color: white;
	font-size: 8pt;

}

.listTable td {

	border-bottom: 1px dotted #028E9E;

}

.listTable {

	border: 1px dotted #028E9E;
	border-width: 0 1px;

}

.notice {

	padding: 5px;
	background-color: #339933;
	color: white;

}

#member_profile, #about_us {

	min-height: 350px;

}

/* for Internet Explorer */
/*\*/
* html #member_profile, * html #about_us {
	height: 350px;
}
/**/

.content_img {
	float: right;
	margin: 0 0 5px 5px;
}

.side_img {
	float: right;
	padding: 1px;
	border: 1px solid #BBBBBB;
}

.event, .grey_box {

	border: 1px solid #BBBBBB;
	padding: 5px;
	background: #EEEEEE;

}
