@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	background-color: #F0F0F0;
	line-height: 22px;
	background-image: url(images/dot.gif);
	background-attachment: fixed;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-bottom: 50px;
}
.oneColFixCtrHdr #container #header #nav {
	float: right;
	font-size: 11px;
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}
.oneColFixCtrHdr #container #header a {
	text-decoration: none;
	color: #000;
}
.oneColFixCtrHdr #container #header a:hover {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #909;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 105px;
	padding-bottom: 0;
	padding-left: 105px;
}
.oneColFixCtrHdr #footer {
	font-size: 11px;
	color: #666;
	background-color: #F0F0F0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 105px;
	margin-top: 40px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}.bar {
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
	margin-bottom: 50px;
}
h1 {
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	color: #666;
}
h2 {
	font-weight: bold;
	font-size: 20px;
	color: #909;
}
h3 {
	font-size: 13px;
	color: #999;
	font-weight: bold;
}
h3 a {
	color: #999;
	text-decoration: none;
}
h3 a:hover {
	color: #666;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	color: #FFF;
}
li {
	line-height: 25px;
	list-style-image: url(images/arrow.gif);
	font-size: 13px;
}
.member_row  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	width: 670px;
	float: left;
	margin-right: 14px;
	padding: 5px;
}
.member_title {
	font-weight: bold;
	color: #909;
}
.member_name  {
	color: #000;
	font-weight: bold;
}
a {
	color: #333;
}
.clear_div {
	clear: both;
	line-height: 0px;
	height: 0px;
}
