body{
	overflow-x: scroll;
	overflow-y:scroll;
}
h1 {
    color: darkred;
    margin-left: 20px;
	font-size:28pxpx;
	align: center;
	font-family:Century Gothic; san-serif;
}
h2{
	color: navy;
	margin-left: 25px;
	font-size: 24px;
	align=left;
	font-family:Century Gothic; san-serif;
}
h3{
	color:white;
	margin-left: 15px;
	font-size:28px
	font-family:Century Gothic; san-serif;
	text-align:center;
}
H4{
	color:navy;
	margin-left:35px
	font-size:22px;
	text-align:left;
	font-family:Century Gothic; san-serif;
}
div.main{
	width:1050px;
}
div.logo{
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
	height: 200px;
}
.header{
    position: static;
	background-color:white;
	height:150px;
	width:100%;
	text-align:center;
}
.pageTable{
	border-color:#e60000;
	border-width:4px;
	border-style:solid;
}
.menu{
	width:1120px;
	height:50px;
	background-color:#e60000;
}
.leftLine{
	background-color:#e60000;
}
.infoBar{
	background-color:navy;
	font-family:Century Gothic; san-serif;
	height:100%;
	vertical-align:top;
	margin-left:20px;
}
.infoBarText{
	position:relative;
	text-align:center;
	vertical-align:top;
	color:#d7d8f1;
	font-size:18px;
	font-family:Century Gothic; san-serif;
	margin-left: 25px;
	margin-right: 25px;
}
.infoBarLink:link{
	color:#d7d8f1;	
}
.infoBarLink:visited{
	color:#d7d8f1;
}
.infoBarLink:hover{
	color:#d7d8f1;
}
.infoBarLink:active{
	color:#d7d8f1;
}
.bodyText{
	background-color:white;
	font-size:16px;
	font-family:Century Gothic; san-serif;
	margin-left:25px;
	margin-right:25px;
	margin-top: 25px;
	padding: 25px;
	vertical-align:top;
}
span.menuItem{
	width:200px;
	height:50px;
	color:lightblue;
	text-align:center;	
}
span.menuItemSelected{
	width:200px;
	height:50px;
	color:white;	
	text-align:center;
}