body {
	background-color: #DDE;
	font-size: 73%;
}

#Page {
	background-color: white;
	width: 1000px;
	font-family: verdana, arial, sans-serif;
	border: solid 1px;
	margin: auto;
}

div.Clear {
	clear:both;
	height: 10px;
}

#Logo {
}

#TopLinks {
	float: right;
	padding-bottom: 1px;
/*	background-color: black; */
	width: 680px;
}

#TopLinks ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#TopLinks ul li {
	float: right;
	width: 100px;
	text-align: center;
	margin-left: 1px;
	background-color: white;
}
/*
#TopLinks ul li:hover {
	background-color: #CCC;
}
*/
#TopLinks ul li a:link {
	text-decoration: none;
	color: #669;
}

#TopLinks ul li a:visited {
	text-decoration: none;
	color: #669;
}

#TopLinks ul li a:active {
	text-decoration: none;
	color: #669;
}

#TopLinks ul li a:hover {
	text-decoration: none;
	color: #960;
}

#NavBar {
	background-color: white;
	clear: both;
	float: left;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#NavBar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#NavBar ul li {
	background-color: #669;
	float: left;
	width: 200px;
	text-align: center;
	margin-left: 1px;
}

#NavBar ul li:hover {
	background-color: #114;
}

#NavBar ul li a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

#NavBar ul li a:link {
	text-decoration: none;
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
}

#NavBar ul li a:visited {
	text-decoration: none;
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
}

#NavBar ul li a:active {
	text-decoration: none;
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
}

#NavBar ul li a:hover {
	text-decoration: none;
	color: #F90;
	font-weight: bold;
	letter-spacing: 1px;
}

#BottomBar {
	margin-top: 15px; /* using this instead of relying on the copyright's paragraph for margins, because IE won't use that */
	clear: both;
	background-color: #669;
}

#Copyright {
	width: 61%;
}

#Copyright p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
        font-size: x-small;
	color: white;
}

#BottomLinks {
	width: 36%;
	float: right;
	text-align: right;
	padding-right: 10px;
}

#BottomLinks ul {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0;
}

#BottomLinks ul li {
	float: right;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 10px;
}

#BottomLinks ul li a:link {
	text-decoration: none;
	color: white;
}

#BottomLinks ul li a:visited {
	text-decoration: none;
	color: white;
}

#BottomLinks ul li a:active {
	text-decoration: none;
	color: white;
}

#BottomLinks ul li a:hover {
	text-decoration: none;
	color: #F90;
}

#BottomButtons {
	margin-top: 10px; /* for IE to space it out.. FF and OP both have margins naturally, so ignore this */
	clear: both;
	text-align: center;
}

p.More {
	text-align: right;
	margin-bottom: 0;
	padding-bottom: 5px;
}

p.More a:link {
	text-decoration: none;
	color: blue;
}

p.More a:visited {
	text-decoration: none;
	color: blue;
}

p.More a:active {
	text-decoration: none;
	color: blue;
}

p.More a:hover {
	text-decoration: none;
	color: #960;
}

p {
	text-align: justify;
}

p.indent {
	text-indent: 30px;
}

p.quote {
	padding-left: 50px;
	padding-right: 50px;
}

a img {
	border: 0;
}




