html, body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color:#0a2564;
	background-image:url(img/bg-gradient.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

#container
{
	width: 976px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
}

#innerPanel
{
	background-color:#1946aa;
	background-image: url(img/main-top.gif);
	background-repeat:no-repeat;
	width: 976px;
	height: 58px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

#buttonPanel
{
	height: 44px;
	background-image:url(img/buttonM.gif);	
	width: 964px;
	margin-left: 6px;
	position:relative;
	margin-top: -15px;
}

.navbutton
{
	
	height: 44px;
	line-height: 44px;
	font-weight: bold;
}

.navbutton a
{
	text-decoration: none;
	color: white;
}

.navbutton a:hover
{
	text-decoration: none;
	color: #1946aa;
}

#innerContainer
{
	background-color: white;
	border-left:1px solid #3f3f3f;
	border-right:1px solid #3f3f3f;
	width: 974px;
	margin-top: -11px;
}

#content
{
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	padding-left: 55px;
	padding-right: 55px;
	padding-bottom: 10px;
}

h1
{
	color: #09276c;	
	font-size: 24px;
}

h2
{
	color: #09276c;	
	font-size: 18px;
	margin-bottom: 5px;
}

h3
{
	color: #09276c;	
	font-size: 14px;
	margin-bottom:0px;
}

p
{
	margin-top: 0px;	
}

#footerWrapper
{
	background-color: #CCC;	
	margin-top:-1px;
	
}

#bottomBorder
{
	background-image:url(img/main-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;	
	height: 36px;
	width:976px;
	margin-left:auto;
	margin-right:auto;
	
}

#footer
{
	padding: 20px;
	font-size: 9px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
/* HOMEPAGE STYLES */
#contentHP
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	margin-top: 20px;
	line-height: 1.2em;	
	padding-bottom: 20px;
	background-color: #ffffff;
}

.eventDate
{
	display:block;
	font-weight: bold;
	font-size: 12px;
}	

.newsDate
{
	display:block;
	font-weight: bold;
	font-size: 12px;
}	

#homepageTable td
{
	width: 430px;
	font-size: 12px;
	vertical-align: text-top;
	padding: 10px;
	border-collapse:collapse;
}
/* END HOMEPAGE STYLES */

/* ABOUT US STYLES */
#aboutNav
{
	font-size: 12px;	
	width: 850px;
	margin-left:auto;
	margin-right: auto;
	background-color:#FF6;
	text-align:center;
	line-height: 20px;
}

#aboutNav a, #aboutNav a:visited
{
	text-decoration: none;
	color: blue;
}

#aboutNav a:hover
{
	text-decoration: underline;
}
#scMember
{
	margin-top: 30px;
	border-collapse:collapse;

}

#scMember td
{
	vertical-align:top;	
	padding-top:10px;
}

#scMember .middleCell
{
	border-left: 1px solid #ccc;	
	padding-left: 15px;
	
}

#scMember .rightCell
{
	border-left: 1px solid #ccc;	
	padding-left: 15px;
}

#MNFStaff
{
	width: 700px; 
	border-collapse:collapse; 	
}

/* END ABOUT US STYLES */

/* RESOURCES STYLES*/

.resource
{
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
}

.resource img
{
	border: none;
	margin-right: 15px;

}

.resource .rightCell
{
	border-left: 1px solid #ccc;	
	padding-left: 15px;
	width: 400px;
}



.resource .leftCell
{
	width: 400px;
}



/* END RESOURCES STYLES*/


