/* 	icons used for the navigation of this site were created by FAMFAMFAM
	http://www.famfamfam.com/lab/icons/silk
*/

body	{
	margin: 0;
	background-color: black;
	font: 11px "Lucida Grande", arial, sans-serif;
	color: #5e5d5d;
	}

/*the following rule resolves inheritance issue with ie 5.x. font definition not inherited from body with these browsers*/	
td	{
	font: 11px "Lucida Grande", arial, sans-serif;
	color: #5e5d5d;
	}
	
a:link {
	color: #3d528c;
	text-decoration: none;
	}
	
a:visited {
	color: #3d528c;
	text-decoration: none;
	}
	
a:hover	{
	color: #3d528c;
	text-decoration: underline;
	}
	
div#container	{
	margin: 0 auto;
	width: 787px;
	}
	
table#main	{
	width: 787px;
	margin: 1px 0 0 0;
	padding: 0;
	border: 1px solid #ededed;
	border-collapse: collapse;
	background-color: #ededed;
	}
	
table#main td	{
	vertical-align: top;
	}
	
table#main td.nav	{
	width: 164px;
	border-bottom: 1px solid #ededed;
	}
	
table#main td.nav img	{
	display: block;
	text-align: bottom;
	}
	
table#main td.content	{
	background-color: #fff;
	padding: 23px 16px;
	}
	
div#navcontainer	{
	padding: 19px 0 0 19px;
	}
	
div#introcontainer	{
	height: 250px;
	background-color: #f4f4f4;
	border: 1px solid #fff;
	}

div.introcopy	{
	width: 337px;
	margin: 5px auto;
	font: 12px "Lucida Grande", arial, sans-serif;
	color: #3d528c;
	line-height: 1.5em;
	padding: 20px 0 0 0;
	}
	
div.feature	{
	width: 337px;
	height: 97px;
	background: url("/graphics/featurebox.jpg") no-repeat #fff3c9;
	margin: 10px auto;
	}
	
h1	{
	font: bold 12px "Lucida Grande", arial, sans-serif;
	color: #3d528c;
	margin: 0;
	}
	
h2	{
	font: bold 12px "Lucida Grande", arial, sans-serif;
	color: #5e5d5d;
	margin-top: 1em;
	margin-bottom: 0.25em;
	}
	
.pagetitle	{
	font-size: 14px;
	font-weight: bold;
	}
	
