/* page elements */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2D457D;
	background: #DEF3FF;
}
p {
	margin-left: 12px;
	margin-right: 12px;
}
h1, h2, h3, h4 {
	color: #5C2E8B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
h1 {
	text-align: center;
	font-style: italic;
	font-size: 2em;
}
h2 {
	font-style: italic;
	font-size: 1.5em;
}
h3 {
	font-style: italic;
	font-size: 1.25em;
}
h4 {
	font-style: italic;
	font-size: 1.1em;
}
a:link {
	color: #2D457D;
	text-decoration: none;
	background: #A6D5FF;
}
a:visited {
	color: #752D7D;
	text-decoration: none;
	background: #A5D7FF;
}
a:focus {
	color: #FFFFFF;
	text-decoration: none;
	background: #00519C;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #00519C;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #005FB5;
}

/* container div */
	div#Container {
	background: #FFFFFF;
	layer-background-color: #FFFFFF;
	border: 2px solid #468C8C;
	width: 100%;
}

/* navigationals */
td.navbar {
	background: #8C7DB5;
}
.menutable {
	background: #00519C;
	border-right: 2px solid #00519C;
	border-left: 1px solid #00519C;
}
.nav {
	color: #FFFFFF;
	border: 1px solid #DEF3FF;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;

}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	background: #00519C;

}
.nav a:visited {
	color: #DEF3FF;
	text-decoration: none;
	background: #00519C;

}
.nav a:focus {
	color: #00519C;
	text-decoration: none;
	background: #DEF3FF;
}
.nav a:hover {
	color: #00519C;
	text-decoration: none;
	background: #DEF3FF;
}
.nav a:active{
	color: #00519C;
	text-decoration: none;
	background: #FFFFFF;
}
td.navlabel {
	color: #00519C;
	background: #FFFFFF;
	border-top: 2px solid #00519C;
	border-right: 2px solid #DEF3FF;
	border-bottom: 2px solid #00519C;
	border-left: 2px solid #DEF3FF;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;

}

/* special styles */
h1.title {
	color: #FFFFFF;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#Masthead {
	background: #00519C;
	border-bottom: 2px solid #468C8C;
}
td.content {
	background: #DEF3FF;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
p.indented {
	margin-right: 20%;
	margin-left: 20%;
}
ul {
	list-style: disc outside;
	margin-bottom: 1ex;
}
ul ul {
	list-style: none;
}
li {
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 0.5ex;
}

/* styles to make NN4 happy */
p, ul, ol, blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2D457D;
}
