body {
	background-color: #CCC;
	margin-left: 0px;
	margin-top: 10px;
}

#news div {
 text-align: jusitfy;
 background-color:white;
}

.mainbar {
	width: 800px;
	background-color: #900;
	background-image: url(images/bgred.png);
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	padding: 0px;
}
.frame {
	width: 800px;
	padding: 0px;	
}
.footer {
	width: 800px;
	background-color: #900;
	background-image: url(images/bgred.png);
	border-style: solid;
	border-width: 1px;
	border-color: black;
	margin: 0px;
	padding: 4px;
	font-family: verdana, sans-serif;
	font-size: 7pt;
	color: white;	
}
.cola {
	float: left;
	width: 160px;
}
.colb {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 460px;
}
.colc {
	float: left;
	width: 160px;
	
}
.boxa {
	border-width: 1px;
	border-style: solid;
	background-color: white;
	border-color: black;
}
.boxb {
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #000;
	background-color: #900;
	background-image: url(images/bggold.png);
	font-family: Century Gothic, Verdana, sans-serif;
	color: #900;
	font-size: 11pt;
	padding: 1px;
	letter-spacing: 1px;
}
.boxc {
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	background-color: #900;
	background-image: url(images/bggold.png);
	font-family: Century Gothic, Verdana, sans-serif;
	color: #900;
	font-size: 11pt;
	padding: 1px;
	letter-spacing: .5px;
}
.boxtext {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
}
.maintext {
	width: 98%;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
}
.service {
	font-size: 9pt;
	color: black;
	font-family: verdana, sans-serif;	
}
.feast {
	font-size: 9pt;
	color: black;
	font-weight: bold;
	font-family: verdana, sans-serif;	
}
.title {
	font-size: 10pt;
	font-family: verdana, sans-serif;
	font-style: italic;
	font-weight: normal;	
}
.subheading {
	font-size: 14pt;
	font-weight: bold;	
}
.subheading2 {
	font-weight: bold;	
}
.bulTitle {
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
}
.bulText {
	text-align: left;
	width: 97%;
	font-family: Verdana, Sans-Serif;	
}
.bulBox {
	width: 90%;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: #DDD;
	padding: 3px;	
}
img {
	border-width: 0px;	
}
hr {
	width: 90%;
	color: #900;
	background-color: #900;
	height: 1px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
}
.phototable {
	width: 435px;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 10pt;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* regular link theme */
a:link    {
	color: #900;
	text-decoration: underline;
	font-family: Verdana, Sans-Serif;
}
a:visited {
	color: #900;
	text-decoration: underline;
	font-family: Verdana, Sans-Serif;
}
a:hover   {
	color: #900;
	text-decoration: none;
    font-family: Verdana, Sans-Serif;
}
a:active  {
	color: #900;
	text-decoration: none;
    font-family: Verdana, Sans-Serif;
}
/* Navigation link theme */
a.nav:link    {
	color: #900;
	text-decoration: none;
	font-family: Verdana, Sans-Serif;
}
a.nav:visited {
	color: #900;
	text-decoration: none;
	font-family: Verdana, Sans-Serif;
}
a.nav:hover   {
	color: #900;
	text-decoration: underline;
    font-family: Verdana, Sans-Serif;
}
a.nav:active  {
	color: #900;
	text-decoration: none;
    font-family: Verdana, Sans-Serif;
}