/* Geoff 2004-08-01 from two-column.css */
body {
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color: white;
}
.MajorHeading {
	padding:1%;
	font-size:xx-large;
	font-weight:bolder;
	color:#ccc;
}
.MinorHeading {
	padding:1%;
	font-size:x-large;
	font-weight:bolder;
	color:#aaa;
}
p {
	font-family: verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
}

a {
	color:#09c;
	text-decoration:none;
	font-weight:bolder;
	font-family:verdana, arial, helvetica, sans-serif;
}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee; text-decoration: underline;}

th {
  width: 50%;
}
th,td {
  border-width: 1px;
  border-style: solid;
  border-color: black;
}

#Header {
	border-style: solid;
	border-color: black;
	border-width: 1px 0px;
	background-color:#eee;
}

#Content {
	left: 25%
	width: 75%
	padding:1%;
}

#Navigation {
	display: hide;
	left:2%;
	width:22%;
	padding:1%;
	background-color:#eee;
	border:1px dashed #999;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-family: verdana, arial, helvetica, sans-serif;
}
#Footer {
	display: hide;
	left: 30%;
	width: 80%;
}
