body {
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 1.0em;
	line-height: 1.3em;
}
#contentContainer {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	text-align: center;
	border-top: 5px solid #003366;
}
#content {
	width: 780px;
	min-height: 350px;
	_height: 350px;
	text-align: left;
	z-index: 1;
	color: #360301;
}
#content h2, #content h3, #content h4 {
	color: #360301;
}
#content p {
	margin: 0px;
}
#content a, #content a:link, #content a:visited {
	text-decoration: none;
}
.pageNav a {
	color: #003366;
	font-weight: bold;
}
#content a:link, #content a:visited {
	color: #003366;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #765D5C;
	text-decoration: underline;
}
.pageNavigation {
	border: none;
	width: 780px;
	padding: 20 0 10 0;
}
.pageNav {
	white-space: nowrap;
	text-align: center;
}
.imgLeft {
	float: left;
	padding: 0 20 20 0;
}
.imgRight {
	float: right;
	padding: 10 0 20 20;
}
.imgCaption {
	font-size: 0.8em;
	text-align: center;
	padding: 10 0 0 0;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
hr {
	text-align: center;
	width: 100%;
	color: white;
	background-color: white;
	clear: both;
	border: 1px dotted white;
	height: 1px;
	padding:0;
	margin:0 10 0 10;
}
/* START: navigation */
#navigationContainer {
	position: relative;
	z-index: 2;
} 
/* navigation table */
.navigation {
	width: 780px;
	height: 28px;
	margin: 4 0 4 0;
}
/* navigation link cell */
.nav {
	height: 28px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
}
.footNav {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
}
/* sub navigation */
#subNavTwo, #subNavSeven {
	position: absolute;
	visibility: hidden;
}
#subNavEmpty {
	height:10px;
}
#subNavTwo {
	top: 20px;
	left: 112px;
}
#subNavSeven {
	top: 20px;
	left: 623px;
}
.subNav {
	background-color: #F7F54D;
	border-top: 1px solid #003366;
	height: 20px;
	padding: 0 5 0 5;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
}
/* (sub) navigation link */
.nav a, .nav a:link, .nav a:visited, .subNav a, .subNav a:link, .subNav a:visited, 
.footNav a, .footNav a:link, .footNav a:visited {
	color: #003366;
	text-decoration: none;
}
.nav a:hover, .nav a:active, .subNav a:hover, .subNav a:active, .footNav a:hover, .footNav a:active {
	color: #765D5C;
	text-decoration: underline;
}
/* END: navigation */

/* START: bg colors */
/** every main navigation point has a different color **/
.start { background-color: #EEC169; }
.startText { color: #F50909; }
.one { background-color: #92D051; }
.two { background-color: #F7C337; }
.three { background-color: #EF9018; }
.four { background-color: #E64599; }
.five { background-color: #C862A6; }
.six { background-color: #BE7C82; }
.seven { background-color: #2AACD6; }
.eight { background-color: #DE524E; }
.legal { background-color: #F49AC1; }
/* END: bg colors */

/* START: header */
/** header: logo + page headline (rendered) **/
/** position: #header is centered in #headContainer */
#headContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	background-color: #F7F54D;
}
#header {
	width: 780px;
	height: 100px;
}
/* END: header /*
