/* CSS Document */

BODY {
  background-image: url(../images/bgmain.jpg);
  margin: 0px;
}

/* This is for the Sub Page main copy */
.newsCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	padding : 14px 3px 5px 7px;
	line-height : 1.3em;
	text-align: left;
}

.bodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding : 5px 10px 0px 10px;
	line-height : 1.4em;
	text-align: left;
}


A:link{text-decoration: none; color: #680909}
A:visited {text-decoration: none; color: #680909}
A:active  {text-decoration: none; color: #680909}
A:hover   {text-decoration: underline; color: #9E172A}


A.footer:link{text-decoration: none; color: #900000}
A.footer:visited {text-decoration: none; color: #900000}
A.footer:active  {text-decoration: none; color: white}
A.footer:hover   {text-decoration: underline; color: #900000}

.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height : 1.4em;
	font-weight: bold;
	color: #9E172A;
}

.subtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9E172A;
}
