﻿
body { 
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	background: #fff url(/images/sitelayout/gray_background_edge.gif) repeat-y;
}
p, ul li {
font-size:14px;
line-height:15px;	
}
table {
	 margin: 0px 0px 0px 0px;
	 
	 }

form {
	 margin: 0px 0px 0px 0px;
	 }
input {
	margin-right: 16px;
}


/* banner */
#banner .dark {
	color: #fff;
	background-color: #003596;
}
#banner .light {
	color: #fff;
	background-color: #a1bbe4;
}

/* navigation*/
#nav {
	position: absolute;
	top: 164px;
	background-color: #9f6;
	height:201px;
	left: 0px;
	width: 283px;

}
#navimagehome {
	float: left;
	width: 91px;
	height: 202px;
	background: #fff url(home.jpg);
}

#navimagemembership {
	float: left;
	width: 91px;
	height: 202px;
	background: #003596 url(membership.jpg) no-repeat;
	}

#navimagecalendar {
	float: left;
	width: 91px;
	height: 201px;
	background: #fff url(calendar.jpg);
}
#navimagevolunteers {
	float: left;
	width: 91px;
	height: 235px;
	background: #003596 url(volunteers2.jpg) no-repeat;
}

#navimagecontact {
	float: left;
	width: 91px;
	height: 202px;
	background: #003596 url(contact_us.jpg) no-repeat;
}
#navimageresources {
	float: left;
	width: 91px;
	height: 220px;
	background: #003596 url(resources.jpg) no-repeat;
}



#nav ul {
	margin: 0px 0px 0px 91px;
	padding: 10px 10px;
	color: #003596;
	background-color: #9f6;
	list-style: none;
}
#nav ul li {
	margin: 8px 0px;
}
#nav a, #nav a:link, #nav a:visited, 
 #nav a:active, #nav a:hover {
	color: #003596;
	text-decoration: none;
	font-weight: normal;
}
#nav ul li ul {
	display: none; /* hide all sub-menus; inline style to display them */
	margin: 0px;
	padding: 0px;
}
#nav ul li ul li {
	margin: 0px;
	padding: 3px 0px 0px 20px;
	text-indent: -10px;
}

/* footer */
#footer {
	clear: both;
	height: 10px;
}

/* content pages */
#content {
	margin: 10px 20px 10px 310px;
}

h1 { 
	color: #003596; 
	font-size: 25px; 
	font-family: "Times New Roman", Times, serif; 
	font-weight: normal; 
	line-height: 30px;
}
h2 { 
	font-size: 18px; 
	font-weight: bold;
}
h3 { 
	font-size: 14px; 
	font-weight: bold;
}
h4 { 
	font-size: 12px; 
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

h5 { 
	font-size: 10px; 
	line-height:11px;
	font-weight: normal;
		margin: 0px 0px 0px 0px;
}


h6 { 
	font-size: 9px; 
	font-weight: normal;
}


