/* CSS Document */

body {
	background: #0066CC url(/images/design/masterpagebk.gif) repeat-x;
	margin-top: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size-adjust:none;
}



h2 {
 
font-size: 14px;
color: #C71E21;
}


a {
font-weight:bold;
color:#000000;
text-decoration: none;
 
}

a:hover { 
text-decoration: underline;
 
}




#wrapper {
	width: 700px;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -350px;
}

#header {
	height: 165px;
	background: url(/images/design/headerbk.gif) no-repeat;
	 
}

#contentWrapper {
	background: url(/images/design/contentwrapperbk.gif) no-repeat;
	width: 700px;
	text-align: left;
	
}

#content {
	width: 397px;
	background: #FFFFFF;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	float: left;
	text-align:left;
}

#mainNav {
	width: 247px;
	float: left;
	background: url(/images/design/menubk.gif) no-repeat;
	clear:  both;
	text-align: right;
	
	 
}

#mainNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;	 
	line-height: 25px;
	
}

#mainNav ul a {
color: #FFFFFF;
text-decoration:none;
padding: 0 2.5em;
font-size: 12px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
 
 

}

#mainNav ul a:hover {
color: #003366;
coration:none;
 
}

#footer {
	clear: both;
	
}

#membership {
	float:left;
	width: 250px;
	text-indent: 5px;
	border-right: 1px solid #000000;
	text-align:left;
}

#services {
	float:right;
	width: 250px;
	text-indent: 5px;
	text-align:left;
	
}

fieldset {
margin: 1em 0;
padding: 1em;
border: 1px solid #ccc;
background: #f8f8f8;
}

legend {
font-weight: bold;
}

label {
display: block;
}

.footer {
	padding-top: 10px;
	text-align:center;
	font-size: 10px;
	color:#999999;
}

.footer a {
color: #999999;
}

.footer a:hover {
color: #999999;
}

.address {
 
text-align: right;
padding-right: 25px;
padding-top: 25px;
color: #003366;
font-size: 10px;

}



.small {
font-size: 10px;
color: #666666;
}

img {
border: none;
}