/* CSS Document */

BODY {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	background-color: #DDE0E9;
	background-image: url(images/shadow_bkgd.gif);
	font-size: 12px;
}

h1 {
	font-family: Arial;
	font-size: 14px;
	color: #55628F;
	margin-left: 6px;
	margin-bottom: 0px;
}

h2 {
	font-family: Arial;
	font-size: 12px;
	margin-left: 6px;
	margin-bottom: 0px;
	color: #444444;
}

p {
	margin-left: 6px;
	margin-right: 12px;
	font-size: 11px;
	line-height: 18px;
}

#navcontainer {
	background-image: url(images/nav_bkgd.gif);
	font-family: Arial;
	height: 47px;
}

#topnav {
	font-size: 11px;
	font-weight: bold;
}

#topnav li {
	list-style: none;
	display: inline;
	margin: 1px 3px 1px 0px;
	padding: 3px;
	background-color: #DDE0E9;
	border: 1px dotted #CCCCCC;
}

#topnav li a {
	text-decoration: none;
	color: #000;
}

#topnav li a:hover {
	text-decoration: underline;
	color: #55628F;
}

.inset-image {
	border: solid 1px #55628F;
	padding: 6px;
	margin-left: 6px;
	margin-right: 12px;
}
