BODY {
font-size : .9em; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
color : #000000; 
background-color : white;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto; 
}

H1 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #003399; 
background-color : transparent; 
}

.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em; 
}

.smalltext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal;
color : #000080; 
}

.smalltext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
color : #000080; 
}

.smalltext a:hover{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
color : #FFFFFF; 
background-color : #003399;
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.errortext {
font-size : 1.0em; 
  font-family : Arial, Helvetica, sans-serif; 
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #96cafe;
}

.bg_medium {
  background-color : #a2c9f2;
}

.bg_light {
  background-color : #c6dffe;
}

.alt_bg_dark {
  background-color : #066fa0;
}

.alt_bg_medium {
  background-color : #2794d8;
}

.alt_bg_light {
  background-color : #5fb0d8;
}

.tightlist {
margin-top: .8em;
margin-left: 1.25em; 
padding-left: 1;
}

h3, .FindAMember p.header{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#pmenu {
	font-family:verdana, arial, sans-serif;
	width:200px;
	position:relative;
	margin:5em;
	color:#FFFFFF;
	font-size: 14px;
}
#pmenu a {
	width:188px;
	height:1.4em;
	padding-left:10px;
	border:1px solid #FFFFFF;
	line-height:1.4em;
	background-color: #0072C6;
	}
#pmenu ul {
	padding:0; 
	margin:0;
	}
#pmenu ul li {
	list-style-type: none;
	}
#pmenu ul li a, #pmenu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#FFFFFF;
	}
#pmenu ul li a:hover {
	background-color: #0065B0;
	}
#pmenu li ul {
	display: none;
	} 
#pmenu li:hover > ul {
	display:block; 
	position:absolute; 
	margin-top:-1.0em; 
	left:180px; 
	text-align:left;}
#pmenu .bold {font-weight:bold;}