body {
    background : white;
    font-family : sans-serif;
    text-align : justify;
    width:750px;
}
.secthead { background : #008CEF; color : white }
#.sectbody { font-size : 14px }
.sidebar { font-size : 14px }
.sidebar h3 { background : #008CEF; color : white }
.colorhead { color : #008CEF }
.colorhead A:link { color : #008CEF }
.colorhead A:visited { color : #008CEF }
.colorhead A:active { color : black }
.colorheading { font-size : 110%; color : #008CEF; font-weight : bold }
.colorheading A:link { color : #008CEF }
.colorheading A:visited { color : #008CEF }
.colorheading A:active { color : black }
body.article { margin-left : 25%; margin-right : 25% }
A:link { color : black }
A:visited { color : black }
A:active { color : gray }
.menu { text-decoration : none; font-family : sans-serif; font-size : 12pt }
.menu A:link { color : #008CEF }
.menu A:visited { color : #008CEF }
.menu A:active { color : black }
.menu A:hover { font-weight : bold }
input { font-size : 12px }
.byline { font-size : x-small }
UL { list-style: url(/images/bullet.png) }
.emailaddr { font-weight : bold }

.menuhead {
	font-size : 14px;
	font-weight : bold;
	color : white;
	background : #008CEF;
	border-left : 2px solid #008CEF;
	border-right : 2px solid #008CEF;
	text-indent : 14px;
	display : block;
}
.menubody {
	font-size : 12px;
	line-height: 15px;
	background : #E5FAFE;
	border-left : 2px solid #008CEF;
	border-right : 2px solid #008CEF;
	border-bottom : 2px solid #008CEF;
	display : block;
	  width:750px;
}
.menuitem {
	text-decoration : none;
	font-size : 12px;
	line-height: 15px;
	background : #E5FAFE;
	display : block;
}
.menuitem A:link {
	text-decoration : none;
	color : black;
	background : #E5FAFE;
	display : block;
}
.menuitem A:visited {
	text-decoration : none;
	color : black;
	background : #E5FAFE;
	display : block;
}
.menuitem A:active {
	text-decoration : none;
	color : black;
	background : #E5FAFE;
	display : block;
}
.menuitem A:hover {
	text-decoration : none;
	background : #FFFCE6;
	display : block;
}