
/* general setup */

BODY {
	background: #FFFFFF;
	margin: 5px;
	font-family: "Gill Sans MT", "Gill sans", "Trebuchet ms", sans-serif;;
	font-size: 100%;
}

P, TD {
	font-size: 100%;
}

/* hyperlinks */

A, A:hover, A:visited, A:active {
	color: #D6373E;
	text-decoration: underline;
}

/* text styles */

.small {
	font-size: 80%;
}

.grey {
	background: #EEEEEE;
	padding: 2px 4px 2px 4px;
}

H2 {
	font-size: 100%;
	margin: 0px;
	font-weight: normal;
	color: #333333;
	background: #EEEEEE;
	padding: 2px 4px 2px 4px;
}

/* table styles */

.fieldlabel {
	text-align: right;
	padding: 2px 8px 2px 4px;
	background: #EEEEEE;
	border-right: 2px solid #D6373E;
}

.fieldvalue {
	text-align: left;
	padding-left: 8px;
}

.rowspacer {
	height: 0.75em;
}

/* page structure objects and classes */

#pageframe {
	width: 680px;
	margin: 10px;
	text-align: left;
}

#pageheader {
	background: url('/images/w3logo.gif') top left no-repeat white;
	height: 144px;
	padding-left: 150px;
	border-bottom: 10px solid #999999;
}

H1 {
	margin: 0px;
	font-weight: normal;
	font-size: 150%;
	color: #D6373E;
	border-bottom: 1px dashed #999999;
}

#navigation {
	float: left;
	width: 150px;
	background: #999999;
	margin: 0px 10px 10px 0px;
	font-size: 80%;
	}

UL.navlinks {
	margin: 0px;
	padding: 0px;
}

UL.navlinks LI {
	margin: 0px 10px 0.25em 10px;
	background: url('/images/smallarrowright.gif') no-repeat #EEEEEE;
	background-position: 5px 11px;
	padding: 2px 2px 2px 12px;
	list-style-type: none;
}

UL.navlinks A, UL.navlinks A:visited {
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 120%;
	padding: 2px 4px 2px 4px;
	background: #EEEEEE;
	color: #D6373E;
}

UL.navlinks A:hover, UL.navlinks A:active {
	background: #D6373E;
	color: white;
	text-decoration: none;
}

#content {
			border-left: 150px solid #999999;
		padding-left: 10px;
	}

#pagefooter {
	border-top: 1px solid #999999;
	color: #333333;
	font-size: 75%;
	width: 680px;
	margin: 10px 0px 10px 0px;
	clear: both;
}

#pagefooterleft {
	float: left;
	width: 375px;
	text-align: left;
}

#pagefooterright {
	float: right;
	width: 300px;
	text-align: right;
}

.smallwhite {
	margin: 0px 10px 10px 10px;
	font-size: 80%;
	color: white;
}

.smallwhite A, .smallwhite A:visited {
	color: white;
}

.smallwhite A:hover, .smallwhite A:active {
	color: #D6373E;
}

/* misc */

.spaced {
	margin-bottom: 0.5em;
}

.extraspaced {
	margin-bottom: 1em;
}

/* end of stylesheet */
