@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F39;
}
p {
}
.thrColFixHdr #mainContent{
	color: #63F;
	text-decoration: none;
}
p {
	font-size: 11px;
	line-height: 15px;
	color: #000;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #F39;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
}
#container  {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FC0;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/MENU/pinwheel.gif);
	background-repeat: repeat-y;
	background-position: left;
} 
#header1  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FC0;
	height: 88px;
	width: 320px;
} 
#header a:link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
	text-align: center;
	margin: 0px;
}
#mainContent  {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	width: 550px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #FF9;
} 
#mainContent table p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.inlineOrange {
	font-weight: bold;
	color: #F60;
}
.nonlink {
	color: #60F;
}
#mainContent a:link {
	color: #60F;
}
#mainContent a:visited {
	color: #66F;
}
#mainContent a:hover {
	color: #F30;
}
#mainContent a:active {
	color: #F63;
}
#footer  {
	clear: both;
	text-align: center;
	background-color: #F90;
	padding: 10;
	height: 30px;
} 
#footer p {
	color: #36F;
	padding: 6px;
}
#footer a:link {
	color: #36F;
	text-decoration: none;
}
#footer a:visited {
	color: #39F;
	text-decoration: none;
}
#footer a:hover {
	color: #36C;
	text-decoration: none;
	font-weight: bold;
}
#footer a:active {
	color: #C0C;
	text-decoration: none;
}
#mainContent ul {
	margin-top: 0px;
}
#mainContent ul li {
	font-size: 11px;
	padding-top: 4px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
tr {
	vertical-align: top;
}
#members tr td img {
	border: 1px solid #09F;
}

