a {  color: #192487; text-decoration: none}
a:hover {  color: #A6B29B; text-decoration: underline}
h1 {
	font-size: 18px;
	margin: 1em 0;
	color: #192487;
}
h2 { 
font-size: 14px;
color: #192487;
margin: 2em 0 .7em 0;
}
em { /* Used for error messages and required fields */
	color:#C00;
	font-style:normal;
}
hr {
	height:1px;
	border: none;
	border-bottom:1px dashed #A6B29B;
	width: 100%;
}
p {
	margin: 0 0 1em 0;
}
.nomargin {
margin:0;
}
p.highlight{
border-left: 3px solid #ccc;
padding-left: 5px;
}
.small {
	font-size:.9em;
}
.clear {
	clear:both;
}
.menubox {
	background-color: #ccc;
	padding:5px;
	border: 1px solid #000000;
	width:115px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}
.ListMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

.ListMenu a:link, .ListMenu a:visited {
	color: #192487;
	text-decoration: none;
	margin-bottom: 10px;
	padding-bottom: 4px;
	
}

.ListMenu a:hover {
	color: #A6B29B;
	text-decoration: underline;
	margin-bottom: 10px;
}
#Topnavcontainer {
	width: 716px;

}

#Topnavlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
padding-bottom: 15px;

}
#Topnavlist {
	padding-top: 6px;
	width: 716px;
	padding-left:4px;
	margin-left:4px;
	padding-right:0px;
	margin-right:0px;
	padding-bottom: 6px;
	margin-bottom: 12px;
	height: 30px;

}
#Topnavlist li {
	display: inline;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#Topnavlist a {
	padding: 3px 26px;
	border: 1px #000 solid;
font-weight: bold; 
}

#Topnavlist a:link, #Topnavlist a:visited {
	color: #fff;
	background-color: #A6B29B;
	text-decoration: none;
}

#Topnavlist a:hover {
	color: #fff;
	background-color: #036;
	text-decoration: none;
}
/*     Member Directory 
============================= */
.lettermenu a{
 border: 1px solid #fff;
 padding:2px 2px;
}

.lettermenu a:hover{
color:#fff;
text-decoration:none;
border:1px solid #192487; 
background: #A6B29B;
}

.results .odd {
	background:#eee;
}
.results p {
	padding: .4em;
	margin:0;
}
.profileimg {
margin: 0 0 10px 10px;
float: left;
display:inline; /*fix ie win */
}
.profilebox {
	background: #eee;
	padding:5px;
	border:1px solid #ccc;
	margin-bottom: 1em;
	float:left;
}
.profilebox p{
	float:left;
	clear:left; /* iemac fix */
}
/*  IE5-Mac float fix \*/
  .profilebox p {float:none; clear:none;}
/* End IE5-Mac hack */



/*     Tab Menu 
==================== */

#tabnav {
	float:left;
	width:100%;
	background:#fff url("images/tabs/menutab.gif") repeat-x bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:normal;
	margin-bottom:15px;
}
#tabnav ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#tabnav li {
	float:left;
	background:url(images/tabs/menutab.gif) no-repeat left top;
	margin:0 0 0 6px;
	padding:0 0 0 5px;
	border-bottom:1px solid #999;
	line-height: normal;
}
#tabnav a {
	float:left; /*Fixes IE Mac */
	display:block;
	width:.1em; /* IE clickable area fix */
	white-space:nowrap;
	background:url(images/tabs/menutab.gif) no-repeat right top;
	padding:4px 8px 3px 3px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
#tabnav > ul a {width:auto;}  /*IE clickable area unfix for other browsers */
/* Commented Backslash Hack hides rule from IE5-Mac  \*/
#tabnav a {float:none;}
/* End IE5-Mac hack */
#tabnav a:hover {
	color:#A6B29A;
}
#tabnav .current {
	background-position:0 -140px;
	border-width:0;
}
#tabnav .current a, 
#tabnav .current a:hover {
	background-position:100% -140px;
	padding-bottom:4px;
	color:#192487;
}

/*      Tables
=================== */
.tablegrid {
border-collapse: collapse;
}
.tablegrid thead th{
color: #192487;
background: #ddd;
border:1px solid #fff;
font-weight:bold;
}
.tablegrid tfoot td{
background: #ddd;
border:1px solid #fff;
}
.tablegrid thead th a{
text-decoration:underline;
}
.tablegrid tbody tr.withdrawn{
background:#fcc;
border-bottom: 1px solid #fff;
}
.tablegrid tbody tr.odd {
background:#eee;
}
.tablegrid th, .tablegrid td {
padding:3px;
}
.tablegrid tfoot td {
background: #ddd;
}

pre {
	 clear:both;
	 font-family:"Courier New", Courier, monospace;
	 border: 1px solid #900;
	 background:#FAF0E6;
	 padding:.5em;
	 color:#000;
	 overflow:auto;
}

/* Clearfix - DO NOT EDIT */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
