/*	
Based on the work of:	Jeff Ussing and Brian Noble
Date:					21 JUN 2007
*/

/* ============ This is the attributes for the body of the htm code ============== */
body {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	background: #FFFFFF;
	margin-top: 3em;
}
body a:link {
	color: #333333;
}
body a:visited {
	color: #666666;
}
body a:active {
	color: #CCCCCC;
}
body a:hover {
	color: #006666;
}
.hide {
}
/* =========================== This is the header div ============================ */
#header {
	clear: both;
	width:	100%;
}
#headerimg {
	display:none;
}
.headertxt {
	display:none
}
/* ======================== This is the navigation div =========================== */
#nav {
	display:none;
}
#nav span:hover {
	display:none;
}
#nav a {
	display:none;
}
#nav a:visited {
	display:none;
}
#nav a:active {
	display:none;
}
#nav a:hover {
	display:none;
}
/* ================== These cover the main part of the page. ==================== */
#container {
	width: 600px;
	margin: 0 auto;
}
#middle {
	clear: both;
}
#pagecontent {
	background-color:white;
	margin-top: 5px;
	padding: 1px;
	text-align: left;
}
.pageline {
	background-position:center;
	background-image: url(../images/hr.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 10px;
}
/* ========================== This is the footer div ============================ */
#footer {
	display:none;
}
#footer a {
	display: none;
}
#footer a:visited {
	display: none;
}
#footer a:active {
	display: none;
}
#footer a:hover {
	display: none;
}
#copyright {
}
