/* CSS Document */

a:link {color: #0000ff;}
a:visited {color: #800080;}
body {
	background-image: url(../images/Page-BG_1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 10px;
	}
#NavDiv {
	float: left;
	width: 200px;
	}
#NavDiv ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 50px;
	}
#NavDiv li {
	margin-top: 0px;
	padding-top: 0px;
	}
#NavDiv p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
#HeaderDiv {
	margin-left: 215px;
	}
#HeaderDiv h1 {
	color: #000080;
	font-family: Huxtable;
	font-size: 60pt;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	}
#ContentDiv {
	margin-left: 215px;
	margin-right: 215px;
	margin-top: 0;
	}
#ContentDiv p {
	margin-bottom: 25px;
	}
#NewsDiv {
	float: right;
	width: 200px;
	margin-top: 20px;
	}
#NewsDiv p {
	margin-top: 0px;
	margin-bottom: 75px;
	}
#FooterDiv {
	clear: both;
	width: 100%;
	}
#LogoLink {
	display: block;
	text-align: left;
	}
