/* Global Styles */

body {
	margin:0px;
	background-color:#960E00;
	}

/* ID Styles */
#navigation a {
	font:12px Tahoma;
	color: #FF6600;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#FF6600;
	border: 1pt dotted yellow;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
