body {
	margin: 5px;
}
.PageCenter {
	width: 100%;
	vertical-align: middle;
	text-align:center;
}
.PageContainer {
	width: 800px;	
	margin-left:auto;
	margin-right:auto;
}
.NavBar {
	float: left;
	width: 200px;
}
.ContentSection {
	text-align: left;
}
.PageTitle {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}
a:link.NavItemCurrent {
	text-decoration: none;
}
a:visited.NavItemCurrent {
	text-decoration: none;
}
a:hover.NavItemCurrent {
	text-decoration: none;
}
a:active.NavItemCurrent {
	text-decoration: none;
}
a:link.NavItem {
	text-decoration: none;
}
a:visited.NavItem {
	text-decoration: none;
}
a:hover.NavItem {
	text-decoration: none;
}
a:active.NavItem {
	text-decoration: none;
}
.NavText {
	display: table-cell;
	width: 150px;
	height: 33px;
	position: relative;
	right: 25px;
	font-size: larger;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.NavText2 {
	display: table-cell;
	width: 150px;
	height: 33px;
	font-size: larger;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
a:link.NavItem div {
	background-image: url("http://www.syphongames.com/img/NavBar-Other.png");
	background-repeat: no-repeat;
	background-color: transparent;
}
a:visited.NavItem div {
	background-image: url("http://www.syphongames.com/img/NavBar-Other.png");
	background-repeat: no-repeat;
	background-color: transparent;
}
a:hover.NavItem div {
	background-image: url("http://www.syphongames.com/img/NavBar-Active.png");
	background-repeat: no-repeat;
	background-color: transparent;
}
a:active.NavItem div {
	background-image: url("http://www.syphongames.com/img/NavBar-Active.png");
	background-repeat: no-repeat;
	background-color: transparent;
}
a:link.NavItemCurrent div {
	background-image: url("http://www.syphongames.com/img/NavBar-Current.png");
	background-repeat: no-repeat;
	background-color: transparent;
}
a:visited.NavItemCurrent div {
	background-image: url("http://www.syphongames.com/img/NavBar-Current.png");
	background-repeat: no-repeat;
	background-color: transparent;
}
a:hover.NavItemCurrent div {
	background-image: url("http://www.syphongames.com/img/NavBar-Active.png");
	background-repeat: no-repeat;
	background-color: transparent;
}
a:active.NavItemCurrent div {
	background-image: url("http://www.syphongames.com/img/NavBar-Active.png");
	background-repeat: no-repeat;
	background-color: transparent;
}
.SectionHeader {
	font-size: large;
	font-weight: bold;
	text-transform: capitalize;
}
