/* Global Styles */

body {
	margin:0px;
	color:#000000;
	}
	
td {
	font:12px Arial;
	color:#000000;
	}
	
a {
	color: #143064;
	}
	
a:hover {
	color: #000000;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #554e47;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #454e6a;
	line-height:20px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:2px 6px 1px 20px;
	}
	
#navigation a:hover {
	background: #b6c2cd;
	color:#000000;
	}
	
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}