/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
body
{
	color : #000000;
	background-color : #FFFFFF;
	background-image : none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
; font-size: small; line-height: 130%
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
	max-width:45em;
}

ul.menu
{
	list-style:none;
	margin:0px;
}

ul.menu li
{
	display:inline;
}

.menu
{
	text-align : right;
	background-image : none;
	border : 1px #970B0B dotted;
; line-height: normal
}

.menu a
{
	color : #970B0B;
	background-color : inherit;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; line-height: 140%; font-weight: bold
; text-decoration: none
}

.menu a:hover
{
	color : #990000;
	background-color : #F0D8D8;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; font-weight: bold; text-decoration: underline
; line-height: 140%
}


.menu strong
{
	font-size : large;
}

.other
{
	text-align : left;
	background-image : none;
	border : rgb(0,0,0) none;
	background-color : inherit;
	color : rgb(0,0,0);
	font-weight : bold;
; margin-left: -1em
}

.contentText
{
	color : #000000;
	background-color : #FFFFFF;
	border : 1px #970B0B dotted;
}

.footer
{
	background-image : none;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-style: italic; line-height: normal; text-align: left
}

.footer a:link
{
	color: #970B0B;
	background-color:transparent;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-weight: bold
}a { color : #970B0B; background-image : none; font-family:Verdana, Arial, Helvetica, sans-serif; ; font-size: small; line-height: 130% ; text-decoration: none; font-weight: bold}
a:hover { color : #970B0B; background-color : #F0D8D8; background-image : none; font-family:Verdana, Arial, Helvetica, sans-serif; ; font-size: small; line-height: 130% ; font-weight: bold; text-decoration: none}
p.text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; line-height: 130%}
p.headline { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: large; line-height: 150%; font-weight: bold}
p.subhead { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; line-height: 150%; font-weight: bold ; text-align: left}
p.footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; line-height: 130% ; font-style: italic}
.subhead {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; line-height: 130%; font-weight: bold; text-align: left}
.headline { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: large; line-height: 110%; font-weight: bold ; text-align: left}

