html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#header {
	background: url(../media/images/interlace.gif) 0px 0px repeat;
	position: relative;
	width: 100%;
	height: 10%;
	background-color: #003366;
	overflow: hidden;
}

#subheader {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 22px;
       	background: url(../media/images/interlace-dark.gif) 0px 0px repeat; 
	background-color: #001f3d;
	border-top: 1px solid #336699;
	border-bottom: 1px solid #336699;
	overflow: hidden;
}

#subheader div {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	border-left: 1px solid #336699;
	height: 100%;
}

#headerTitle {
	position: relative;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #336699;
	height: 100%;
	color: #9AB3D5;
}

#headerTitle div {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../media/images/logo.png) 0px 0px no-repeat;
	top: 25%;
}

#container {
	position: absolute;
	left: 0px;
	width: 80%;
	height: 87%;
	overflow: hidden;
	margin-left: 20px;
	border-left: 1px solid #cccccc;
}

#contentTitle {
	padding-left: 20px;
	padding-top: 15px;
	position: relative;
	width: 100%;
	height: 5em;
	background-color: #eeeeee;
	color: #35679a;
}

#contentTitle em {
	color: #679acc;
	font-style: normal;
}

#contentTitle h2 {
	font-size: 1.8em;
}

#contentTitle h3 {
	font-style: italic;
	font-size: 1.2em;
	padding-top: 0.3em;
}


#content {
	height: 85%;
	position: relative;
	padding-left: 5em;
	padding-top: 4em;
	overflow: hidden;
}

#contentInner {
	width: 100%;
	/* height: 99%; */
	overflow: auto;
	
}

#contentInner h1 {
	font-size: 2.5em;
	color: #ff9900;
}

#contentInner ul {
	padding-left: 2em;
}

#contentInner li {
	font-size: 0.9em;
}

#contentInner li li {
	font-size: 0.5em;
	
}


#navOutline {
	position: absolute;
	left: 80%;
	width: 20%;
	height: 87%;
	font-size: 1.3em;
	overflow: auto;
	background-color: black;
}

#footer {
	background: url(../media/images/interlace-dark.gif) 0px 0px repeat;
	position: absolute;
	width: 100%;
	height: 3%;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	background-color: #001f3d;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

a#linkPrevPage {
	position: absolute;
	left: 0px;
	padding-left: 10px;
	font-size: 1.1em;
	color: #cccccc;
	text-decoration: none;
}

a#linkNextPage {
	position: absolute;
	right: 0px;
	padding-right: 10px;
	font-size: 1.1em;
	color: #cccccc;
	text-decoration: none;
}

a#linkNextPage:hover {
	text-decoration: underline;
}

a#linkPrevPage:hover {
	text-decoration: underline;
}


#footer #pageOf {
	position: absolute;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 1.2em;
}

#navOutline #outlineList {
	position: absolute;
	padding: 40px 0px 0px 20px;  
}

ul {
	font-size: 2em;
}

#navOutline ul {
	padding: 0px;
	margin: 0px;
	font-size: 1.3em;
	
}

#navOutline ul ul {
	font-size: 0.65em;
	
}

#navOutline li {
	list-style-type: none;
	padding: 0 0 0 15px;
}

#navOutline a:hover li.current {
	background: url(../media/images/bullet-active.gif) 0 9px no-repeat;
}

#navOutline li.current {
	font-weight: bold;
	background: url(../media/images/bullet.gif) 0 9px no-repeat;
}

#navOutline ul ul li.current {
	font-weight: bold;
	background: url(../media/images/bullet.gif) 0 5px no-repeat;
}

#navOutline a {
	text-decoration: none;
	color: rgb(51, 102, 204);
}

#navOutline a:hover {
	text-decoration: underline;
	color: rgb(153, 204, 255);
}
