html,body{margin:0;padding:0;line-height:1.2em;color:#00387D;}
p{margin:0 0 1em 0;}
body{
	text-align:center;
	overflow:auto;
	background:#FFF url('Images/bg.gif') repeat-x top center;
}

h1{
	font-family:font-family: "Palatino","Palatino Linotype", serif;
 	font-size: 2.75em;
  	font-weight: normal;
  	letter-spacing: 3px;
  	text-shadow: #999 2px 2px 2px;
  	padding: 5px 35px;
  	line-height:1em;
  	text-align:center;
}

h2{
	font-family:font-family: "Palatino","Palatino Linotype", serif;
 	font-size: 1.5em;
  	font-weight: normal;
  	letter-spacing: 3px;
  	text-shadow: #999 2px 2px 2px;
  	padding: 5px 35px;
  	line-height:1em;
  	text-align:center;
  	margin-top:0;
  	margin-bottom:10px;
}

#PageContainer{
	text-align:left;
	padding:30px 50px 15px;
	background:url('Images/streams.png') no-repeat left 25px;
}

#PageHeader H1{
	margin:0;
	padding:10px 0;
}

.hr{
	height:15px;
	background:url('Images/rule.gif') repeat-x top center;
	margin-bottom:10px;
}

#NavColumn{
	width:170px;
	border-top: 1px dotted #00387D;
	float:left;
	background:#F6F6FF;
	overflow:hidden;
}
#NavColumn h3{
	font-family: "Palatino","Palatino Linotype", serif;
 	font-size: 1.1em;
  	font-weight: bold;
  	letter-spacing: 3px;
  	text-shadow: #999 2px 2px 2px;
  	line-height:1em;
  	text-align:center;
  	margin-top:0;
  	padding-bottom:5px;
  	margin-bottom:5px;
  	border-bottom: 1px dotted #00387D;
}

#ContentColumn{
	margin-left:175px;
}

ul.nav{
	list-style-type:none;
	margin:0 5px;
	padding:0;
}

ul.nav a{
	display:block;
	color:#00387D;
	width:100%;
	text-decoration:none;
	padding:2px 5px;
}

ul.nav a:hover{
	background:#D8E2FF
}

#ContentColumn h2{
	border-bottom:1px dotted #00387D;
	text-align:left;
	padding-left:5px;
}

a img{
	border:1px solid #00387D;
	padding:3px;
	background:#FFF;
}

a:hover img{
	background:#F1F1FF;
}

dl dt, dl dd{
	display:inline;
	padding:0;
	margin:0;
}

dl dt{font-weight:bold;}

img.floatright{
	float:right;
}

