@charset "utf-8";
/* CSS Document */

body {
background-image:url(images/bg.jpg);
margin:0px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#mainContainer {
text-align:left;
margin-left:auto;
margin-right:auto;
width:765px;
background-image:url(images/mainBG.jpg)
}

#centerColumn {
	padding-left:10px;
	padding-right:10px;
}

#nav {
	background-color:#f9f2f2;
	height:15px;
	padding:10px;
	margin-left:10px;
	margin-right:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#8c0001;
	text-align:center;
}

#footer {
	background-image:url(images/footer.jpg);
	text-align:center;
	font-size:10px;
	color:#878161;
	height:80px;
}

#whatshappening {
	width:371px;
}

#pageheader {
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: #8c0001;
}

.subhead {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #8c0001;
}

.bodyText {
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
}

#buttons {
	width:372px;
	float:right;
}

#whats {
	padding-left:10px; 
	font-family:Georgia, 'Times New Roman', Times, serif;
}

.redbar {
	background-color:#900;
	width:100%;
	height:1px;
	margin-top:5px;
	margin-bottom:5px;
}

.greenBarlight {
	background-color:#eff0ee;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
}

.greenlight {
	color:#eff0ee;
}

.greenBar {
	border-bottom:dashed #eff0ee 1px;
	color:#eff0ee;
	height:3px;
	margin-right:4px;
	margin-bottom:4px;
}

.sideNavBarFrame {
	width:263px;
	float:right;
	margin-right:20px;
	margin-left:5px;
	margin-bottom:15px;
	margin-top:49px;
	border:solid 1px #900;
	padding:5px;
}

.sideNavBar {
	background-color:#900;
	color:#FFF;
	float:right;
	padding:5px;
	width:253px;
}

.sideNavBarHeader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	border-bottom:dashed 1px #b73c3c;
	padding-bottom:3px;
	margin-bottom:3px;
}

.photo {
margin-right:15px;
margin-bottom:15px;

}

A.subnavlink:visited  {color: #ffffff; text-decoration: none}
A.subnavlink:link  {color: #ffffff; text-decoration: none}
A.subnavlink:active  {color: #ffffff; text-decoration: none}
A.subnavlink:hover   {color: #ffffff; text-decoration: underline}

A.navlink:visited  {color: #6c674e; text-decoration: none}
A.navlink:link  {color: #6c674e; text-decoration: none}
A.navlink:active  {color: #6c674e; text-decoration: none}
A.navlink:hover   {color: #6c674e; text-decoration: underline}

A.navlinkred:visited  {color: #8c0001; text-decoration: none}
A.navlinkred:link  {color: #8c0001; text-decoration: none}
A.navlinkred:active  {color: #8c0001; text-decoration: none}
A.navlinkred:hover   {color: #8c0001; text-decoration: underline}

A:visited  {color: #8c0001; text-decoration: none; font-weight:bold}
A:link  {color: #8c0001; text-decoration: none; font-weight:bold}
A:active  {color: #8c0001; text-decoration: none; font-weight:bold}
A:hover   {color: #8c0001; text-decoration: underline; font-weight:bold}

A.navlinkredBig:visited  {color: #8c0001; text-decoration: none; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px;}
A.navlinkredBig:link  {color: #8c0001; text-decoration: none; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px;}
A.navlinkredBig:active  {color: #8c0001; text-decoration: none; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px;}
A.navlinkredBig:hover   {color: #8c0001; text-decoration: underline; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px;}
