	body {
		font-family: Verdana, Arial, sasans-serif;
	}
	h1 {
		font-size: 1.2em;
		line-height: 2em;
		font-weight: bold;
	}
	h2 {
		font-size: 1em;
		line-height: 1.5em;
		font-weight: bold;
		font-style: italic;
	}
	p {
		font-size: 1.1em;
		line-height: 1.5em;
	}
	#PageFrame {
		width: 100%;
		height: 1%;
		background-color: #fff;
	}
	#PageBody {
		width: 800px;
		margin: 10px auto;
	}
	#Header {
		border-top: 2px solid #16406A;
		border-bottom: 2px solid #FFFFFF;
		text-align: left;
		position: relative;
		color: #fff;
		background-image:  url(../img/HeaderBG.jpg);
		height: 200px;
	}
	#Header ul {
		width: 100%;
		border-top: 2px solid #FFFFFF;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	#Header li {
		text-align: left;
		float: left;
		font-size: 1.2em;
		line-height: 1.5em;
		margin: auto 5px;
		font-style: italic;
	}
	#Header a {
		color: #FFFFFF;
		text-decoration: none;
		padding: 0px 5px;
	}
	#CurrentPage {
		background-color: #16335B;
	}
	#Logo {
		float: left;
		margin-top: 10px;
		margin-left: 10px;
	}
	#Title {
		position: absolute;
		right: 10px;
		bottom: 40px;
	}
	#Title .Name {
		font-size: 3em;
	}
	#Title .Slogan {
		font-size: 2em;		
	}
	#PageContent {
		height: 1%;
		position: relative;
		overflow: hidden;
		background-color: #E1E1E1;
		background-repeat: repeat-y; 
		background-position: right top;
		background-image: url(../img/SidebarBG.gif);
	}
	#ContentPane {
		padding: 10px;
		text-align: left;
		margin-right: 197px;
	}
	#ContentPane ul {
		margin: 1em 0px;
	}
	#ContentPane li {
		line-height: 1.5em;
		list-style-image: url(img/li.gif);
		list-style-position: outside;
		list-style-type: disc;
		margin-left: 18px;
	}
	#Footer {
		width: 100%;
		clear: both;
		border-top: 2px solid #FFFFFF;
		color: #FFFFFF;
		line-height: 2em;
		text-align: right;
		background-image: url(../img/FooterBG.png);
	}
	#Footer a {
		color: #FFFFFF;
	}
