@charset "UTF-8";
/* CSS Document */

body {
	background-color: #333333;
	font-family: "Myriad Pro", Arial, Helvetica;
	font-size: 12px;
}
#wrapper {
	background-color: #FFFFFF;
	border: 1px solid black;
	position: relative;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 900px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(../images/masthead.jpg);
}
#navbar {
	background-color: #D3E8FF;
	margin: 0px;
	padding: 0px;
	width: 900px;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: black;
	border-bottom-color: black;
	z-index: 100;
}
#content {
	position: relative;
	height: auto;
	width: 870px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin: 0px;
}
#footer {
	background-color: #00699C;
	position: relative;
	height: 20px;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
}
/* MODIFIED NAVBAR STYLES */
#navbarul {
	padding: 0;
	z-index: 30;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#navbarul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 13px;
	font-weight: bold;
}
#navbarul li a {
	display: block;
	margin: 0;
	width: auto;
	color: #333333;
	text-align: center;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
}
#navbarul li a:hover {
	background-color: #333333;
	color: #D3E8FF;
}
#navbarul div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #666666;
}

#navbarul div a {
	position: relative;
	display: block;
	margin: 0;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #000000;
	font-family: arial;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#navbarul div a:hover {
	background: #49A3FF;
	color: #FFF
}
#navbarul #regionnav {
	height: auto;
	width: 120px;
	overflow: hidden;
}
#navbarul #regionnav a {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 30px;
	float: left;
	overflow: hidden;
	text-align: center;
}
/* BOARD MEMBERS */
#boardmembers {
	position: relative;
	height: auto;
	padding: 0px;
	margin: 0px;
	width: 870px;
}
table {
	border: 1px solid #999999;
}
.noborder{
	border: 0px none black;
}
table td  {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

/* COLOR CLASSES */
.bluetablecell {
	background-color: #0081B9;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-align: center;
}
.bluetablecell a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.bluetablecell a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:link {
	color: #005A82;
	text-decoration: none;
}
a:visited {
	color: #005A82;
	text-decoration: none;
}
a:hover {
	color: #0091C4;
	text-decoration: none;
}

/* PRETTY COLORS */
.colorgray { color:#999999; }
.colorred { color:#FF0000; }
#boardlinks {
	position: relative;
}
.redtext {
	color:#FF0000;
}
.bluetext {
	color:#0000FF;
}
.greentext {
	color:#00CC00;
}