body {
	background-color: #2C5A8F;
	color: #333;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
}

h1 {
	font-size: 1.7em;
}



a {
	color: #e66a22;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #F5C3A7;
	font-weight: bold;
}






#nav {
	width : 150px;
	padding-right: 3px;
	float: right;
	font-size: 0.8em;
}


#nav
	a 	
	{	border-left : 6px solid #fff;
		color : #1D3C5F;
		display : block;
		font-weight: bold;
		line-height : 20px;
		padding-left : 12px;
		text-decoration: none;
}

#nav
	a:hover 
 	{	border-left : 6px solid #2C5A8F;
		color : #6183AB;
		display : block;
		font-weight: bold;
		line-height : 20px;
		padding-left : 12px;
	}


DIV.secthead
 	{	margin-top: 10px;
		background : #ddd;
	}


DIV.sectpage
 	{	padding: 5px 0 0 10px;
	}



div#content {
	align: right;
	width: 450px;
	padding: 5px;
}

div#submenu {
	border-bottom : 1px solid #ddd;
	align: right;
	width: 400px;
	font-size: .8em;
}

