body {
	color: #000000;
	background-color: #fffff6;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 90%;
	line-height: 120%;
}

body {
	font-weight: normal;
}

#page {
	display: table;
	height: auto;
	margin: 1em auto 1em auto;
	padding-bottom: 4em;
	border-collapse: collapse; 
	padding-left: 2em;
}

#navigation {
	display: table-cell; 
	width: 8em;
	height: auto;
	padding-right: 2em;
	vertical-align: top;
	padding-top: 2em;
	padding-left: 2em;
}

#content {
	display: table-cell; 
	width: 40em;
	height: auto;
	max-width: 50em;
	padding-right: 2em;
	vertical-align: top;
	padding-top: 2em;
}

#secondary {
	display: table-cell; 
	width: 8em;
	height: auto;
	max-width: 12em;
	padding-left: 2em;
	vertical-align: top;
	padding-top: 2em;
}

#comments {
	width: 700px;
	clear: both;
	margin: 1em auto 1em auto;
}

#masthead {
	border-bottom: solid 1px #666666;
	width: 60em;
	padding: .5em;
	margin: 1em auto 1em auto;
}

#masthead h1 {
	color: #999999;
}

.normal {
	color: #000000;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.menuhead {
	font-size: 95%;
	line-height: 110%;
	font-weight: bold;
	color: #000000;
}

.menutext {
	font-size: 85%;
	line-height: 130%;
	color: #000000;
	border-top: #dddddd solid 1px;
}

.menutext li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: .25em;
}

ul.menutext, .menutext ul {
	padding: 0;
	margin: 0;
	margin-left: .5em;
}

#footer {
	width: 60em;
	border-top: solid 1px #dddddd;
	padding: 2em;
	margin: 2em auto 2em auto;
}

#footer li {
	float: left;
	margin-left: 2em;
	list-style-type: none;
}

h1 {
	font-size: x-large;
	line-height: 120%;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: large;
	line-height: 120%;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: medium;
	line-height: 120%;
	font-weight: bold;
	color: #000044;
}

h4 {
	font-size: medium;
	line-height: 120%;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #6666FF;
}

a:visited {
	text-decoration: none;
	color: #FF6666;
}

a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #66FF66;
}


