body {
	margin:0px; padding: 0px;
}
#header {
	position: absolute;
	height: 15%;
	width: 100%;
	
}
#mainContent {
	position: absolute;;
	top: 12%;
	width:100%;
	height:85%;
	
}
#contentWrapper {
	position: absolute;
	top: 5%;
	left: 10%;
	height: 90%; width: 80%;
	
}
#content{
	position: absolute;
	background-color: #93E7FF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	

}
#contentIframe {
	position: absolute;
	top: 15%;
	left: 15%;
	width: 80%;
	height: 65%;

}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left:15%;
	margin-top:15px;
	margin-bottom:5px;
}
/*
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;

}
*/
#content ul p {
	font-size: 20px;
	font-weight: bold;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}
	
#navigationWrapper h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left:10px;
	margin-bottom:0px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;

}

#navigationWrapper p,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left:20px;
	margin-bottom: 0px;
	margin-top:0px;
	z-index: 100;
}

#navigationWrapper {
	float: left;
	position: relative;
	margin-left: -90px;
	top: 12%;
	height: 201px;
	width: 150px;
}

#navigation{
	background-color: #46E50E;
	
}

#highlightsWrapper {
	position: absolute;
	bottom: -4%;
	right:-10%;
	width: 280px;
	padding: 0px;

}
#highlights{
	background-color: #FF1E1E;
	padding: 0px;

}
#highlights a {
	color: white;
	text-decoration: underline;
	
}
#highlights h2 {
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 15px;
	font-weight: bold;
	
}
#highlights p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-align: center;
	margin-bottom: 5px;
	margin-top:5px;
	font-weight: bold ;
	color: white ;
}

/*hack to shift borders for IE 5.5-6*/
.bottomCorners .borderBL {
	position: absolute;
	bottom: -1px;left: 3px;
}

/*Opera, Mozilla get it reset back by this*/
html>body .bottomCorners .borderBL {
	position: absolute;
	bottom: -1px;left: 0px;
}

.optionsBar {
	position: absolute;
	bottom: 2%;
	left:15%;
	margin-top:5px;
	width: 50%;
}
.optionsBar a {
	display: inline;
	margin-left: 2%;
	margin-right: 2%;
}

a {
	text-decoration: none;
}
a:hover {
	color: white;
}

.selected {
	font-weight: bold;
	color: #FFFFFF;
	cursor: default;
}
.printOnly {
	display: none;
}
.noPrint {
	display: block;
}

li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	margin-top: 1em;
	margin-right: 1em;
}

.spacer {
	margin-top:10px;
}

#navigationWrapper li {
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom:-1px;
	list-style-type: circle;
}

#navigationWrapper ul {
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom:5px;
	list-style-type: circle;
}
