<!--
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	background-color: #7A8393;
	background-image:url(../images/layout/bkg_body.jpg);
	background-repeat:repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

p { 
	margin: 0px 0px 0px 0px; 
	}

h1 { 
	font-size: 16px; 
	line-height: 19px;
	font-weight: bold;
	margin: 0px 0px 0px 0px; 
	}

h2 { 
	font-size: 14px; 
	line-height: 17px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;   
	}

h3 { 
	font-size: 12px; 
	line-height: 15px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;  
	}

h4 { 
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;  
	}

h5 { 
	font-size: 11px; 
	line-height: 15px;
	font-weight: normal;
	margin: 0px 0px 3px 0px;  
	}

a { 
	color: #666666; 
	background-color: transparent; 
	text-decoration: underline;
	}

a:link {  
	color: #666666; 
	background-color: transparent; 
	text-decoration: underline;  
	}

a:visited { 
	color: #666666;
	background-color: transparent; 
	text-decoration: underline; 
	}

a:active { 
	color: #333333;
	background-color: transparent; 
	text-decoration: underline; 
	}

a:hover {  
	color: #333333;
	background-color: transparent; 
	text-decoration: underline; 
	}

form {
	margin: 0px;
	}

input {
	margin: 0px;
	}

b { 
	font-weight: bold;
	}

strong { 
	font-weight: bold;
	}

i { 
	font-style: italic;
	}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	}

ol ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	}

ul ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	}

li {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	}

blockquote {
	margin: 6px 10px 15px 25px;
	}

span.upper {
	text-transform: uppercase;
	}

img.right {
	float: right;
	margin: 3px 0px 4px 8px;
	}

img.left {
	float: left;
	margin: 3px 14px 4px 0px;
	}

.small {
	font-size: 90%;
	line-height: 120%;
	}

.center {
	text-align: center;
	}

/* BASIC LAYOUT AND BACKGROUND STYLES */

div#wrapper {
	width: 805px; 
	color: #666666; 
	background-color: #FFFFFF; 
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	}

div#active {
	width: 799px;
	padding: 0px 0px 0px 0px;
	margin: 0px 3px 0px 3px;
	}

div#header {
	width: 799px; 
	height: 62px; 
	color: #666666; 
	background-color: #FFFFFF; 
	background-image:url(../images/layout/bkg_head.jpg);
	background-repeat:repeat-x;
	margin: 0px 0px 0px 0px;
	}

div#navwrapper {
	width: 799px; 
	height: 188px;
	color: #FFFFFF; 
	background-color: transparent; 
	background-image:url(../images/layout/bkg_wrapper_nav.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

div#navwrappermembers {
	width: 799px; 
	height: 188px;
	color: #FFFFFF; 
	background-color: transparent; 
	background-image:url(../images/layout/bkg_m_wrapper_nav.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

div#ctwrapper {
	width: 799px; 
	color: #666666; 
	background-color: transparent; 
	background-image:url(../images/layout/bkg_wrapper_ct.gif);
	background-repeat:repeat-y;
	margin: 0px 0px 0px 0px;
	}

/* HEADER STYLES */

img.logo {
	margin: 0px 0px 0px 21px;
	}

div#memberlogin {
	padding: 40px 0px 0px 0px;
	margin: 0px 0px 0px 16px;
	}

div#memberlogin p {
/*	clear:both; */
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	margin: 0px 15px 0px 0px;
	}

div#memberlogin a {
	color: #FFFFFF;
	text-decoration: none;
	}

div#memberlogin a:link {  
	color: #FFFFFF;
	text-decoration: none;
	}

div#memberlogin a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}

div#memberlogin a:active { 
	color: #FFFFFF;
	text-decoration: underline;
	}

div#memberlogin a:hover {  
	color: #FFFFFF;
	text-decoration: underline;
	}

div#memberlogin form {
	width: 145px;
	margin: 0px;
	padding: 0px;
	}

div.loginbox {
	height: 16px;
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin: 0px 0px 8px 0px;
	padding: 2px;
	}
*html div.loginbox {  /* This is the Tan Box Model hack */
	height: 16px;
	he\ight: 10px;
	}

label.memlogin {
	display:block; 
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	}

input.memlogin {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
	background-color: #FFFFFF;
	border: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	}

input.mempassword {
	float:left;
	width: 100px;
	font-size: 10px;
	line-height: 12px;
	color: #999999;
	background-color: #FFFFFF;
	border: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	}

input.memgo {
	float:right;
	width: 19px;
	height: 16px;
	margin-left: 2px;
	}

div#memberlogout {
	padding: 71px 0px 0px 0px;
	}

div#memberlogout p {
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	margin: 0px 15px 5px 16px;
	}

div#memberlogout p img {
	margin: 0px 0px 6px 0px;
	}

/* CONTENT STYLES */

div#content {
	width: 619px; 
	min-height: 395px; 
	color: #666666; 
	background-color: transparent; 
	background-image:url(../images/layout/bkg_content.jpg);
	background-repeat:no-repeat;
	background-position: 186px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

div#content p {
	margin: 0px 30px 15px 21px;
	}

div#content h1 {
	color: #625463;
	background-color: transparent;
	margin: 0px 30px 4px 21px;
	padding: 9px 0px 0px 0px;
	}

div#content h2 {
	color: #625463;
	background-color: transparent;
	margin: 0px 30px 5px 21px;
	padding: 9px 0px 0px 0px;
	}

div#content h2.news {
	padding: 0px 0px 0px 0px;
	}

div#content h3 {
	margin: 0px 30px 0px 21px;
	}

div#content h4 {
	margin: 0px 30px 6px 21px;
	}

div#content h5 {
	margin: 0px 30px 0px 21px;
	padding: 8px 0px 0px 0px;
	}

div#content ul { 
	margin: -2px 50px 15px 45px;
	}

div#content li { 
	margin: 0px 0px 5px 0px; 
	} 

div#content ul li ul { 
	margin: 6px 20px 6px 21px;
	}

div#content ol {
	margin: 0px 50px 15px 60px;
	}

div#content ol li { 
	margin: 0px 0px 6px 0px; 
	} 

div#content ol li ul {  
	margin: 10px 35px 15px 21px;
	}

div#btmright {
	padding: 15px 0px 0px 0px;
	}

img.staff {
	float: left;
	margin: 1px 10px 0px 0px;
	}

img.board {
	margin-bottom: 5px;
	}

img.taskforce {
	margin: 5px 15px 0px 0px;
	}

/* RIGHT COLUMN STYLES */

div#rightcol {
	padding: 6px 0px 10px 0px;
	}

div#rightcol p {
	font-size: 11px;
	line-height: 14px;
	margin: 0px 15px 14px 15px;
	}

div#rightcol h2 {
	font-size: 11px;
	line-height: 11px;
	margin: 6px 15px 6px 15px;
	}

div#rightcol h4 {
	font-style: italic;
	margin: -4px 0px 6px 13px;
	}

div#rightcol a { 
	color: #666666; 
	background-color: transparent; 
	text-decoration: none; 
	}

div#rightcol a:link {  
	color: #666666; 
	background-color: transparent; 
	text-decoration: none;  
	}

div#rightcol a:visited { 
	color: #666666; 
	background-color: transparent; 
	text-decoration: none; 
	}

div#rightcol a:active { 
	color: #333333;
	background-color: transparent; 
	text-decoration: underline; 
	}

div#rightcol a:hover {  
	color: #333333;
	background-color: transparent; 
	text-decoration: underline; 
	}

div#rightcol a.readmore {
	font-style:italic;
	}

/* FOOTER STYLES */

div#footer {
	width: 805px; 
	color: #FFFFFF; 
	background-color: transparent; 
	background-image: url(../images/layout/bkg_wrapper_ft.gif);
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 34px 0px 40px 0px;
	}

div#footer p {
	font-size: 10px;
	margin: 0px 30px 20px 25px;
	padding: 7px 0px 0px 0px;
	}

div#footer a { 
	color: #FFFFFF; 
	background-color: transparent; 
	text-decoration: none; 
	}

div#footer a:link {  
	color: #FFFFFF; 
	background-color: transparent; 
	text-decoration: none;  
	}

div#footer a:visited { 
	color: #FFFFFF; 
	background-color: transparent; 
	text-decoration: none; 
	}

div#footer a:active { 
	color: #CCCCCC;
	background-color: transparent; 
	text-decoration: underline; 
	}

div#footer a:hover {  
	color: #CCCCCC;
	background-color: transparent; 
	text-decoration: underline; 
	}


-->