body {
	background-color: #ffffff;
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*
a {
	color: #333366;
}
a:link {
	color: #333366;
}
a:visited {
	color: #6666CC;
}
a:active {
	color: #660099;
}
*/

.layoutContent a {
  color: #333366;
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px dotted #333366;
}

.layoutContent a:hover {
  background-color: #efefef;
  color: #333366;
  border-bottom: 1px dotted #000000;
}

a.plain, a:hover.plain {
  text-decoration: none;
  border-bottom: 0px;
}

p, span, div, td, th, li, blockquote, center, form  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.header {
	color: #003366;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.headerSub {
	color: #999999;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: right;
}


.pathTrail {
	color: #999999;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.navLocal  {
	font-family: Verdana, Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
	margin: 0px 0px 8px 0px;
}


ul {
	list-style : circle;
}

h1, .h1 {
	color: #003366;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-decoration: none;
	text-align: center;
}

h3, .h3 {
	color: #003366;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

h4, .h4 {
/*
	color: #003366;
*/
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.footer  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #333333;
	padding-top: 15px;
}

hr {
	color : #dbdbdb;
	height : 1px;
	width : 100%;
}

.plain {
	text-decoration: none;
}

.layoutHeading {
	border-bottom: 0px dotted #003366;
}

/* this was crashing NS4
.layoutNav {
	padding-right: 5px;
}
*/

.layoutContent {
	padding: 5px;
	border: 2px dotted #c9c9c9;
}

.layoutFooter {
	border-top: 0px dotted #003366;
	padding-top: 5px;
	padding-left: 200px;
}

.note {
	border: 1px dotted #999999;
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px;
}

