html { height:100%; }
BODY {
	font-family:Verdana;
	color:black;
	font-size:11px;
	background-image:url(/images/back.gif);
	height:100%;
}
.edgeLeft {
	background-image:url(/images/edgeLeft.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.edgeRight {
	background-image:url(/images/edgeRight.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.footer {
	background-image:url(/images/edgeBottom.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-left:10px;
	padding-right:10px;
}
.footerText {
	font-family:Arial;
	font-size:10px;
	color:#9DB6D9;
}
H1 {
	font-family:Comic Sans MS;
	font-size:24px;
	color:#9A2124;
}
H5 {
	font-family:Comic Sans MS;
	font-size:14px;
	color:black;
}
.note {
	background-image:url(/images/layout7/noteBack.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:10px;
	font-family:Verdana;
	font-size:10px;
	color:black;
}
.content {
	font-family:Verdana;
	font-size:11px;
}
A.articleLink {
	text-decoration:none;
	color:#9A2124;
}
A.articleLink:hover {
	text-decoration:none;
}
A.newsLink {
	font-weight:bolder;
	text-decoration:none;
	color:#9A2124;
}
A:hover {
	text-decoration:underline;
}
TD {
	font-size:12px;
	vertical-align: top;
}
INPUT.formField {
	border:1px solid #663333;
	background: white;
	color:#663333;
	font-family: Verdana, Arial;
	font-size:11px;
}
SELECT.formField {
	border:1px solid #663333;
	background: white;
	color:#663333;
	font-family: Verdana, Arial;
	font-size:11px;
}
TEXTAREA.formField {
	border:1px solid #663333;
	background: white;
	color:#663333;
	font-family:Verdana, Arial;
	font-size:11px;
}
TD.formName {
	text-align:right;
	vertical-align:middle;
	color:#663333;
}
TD.formField {
	text-align:left;
	color:#663333;
}