/*
COLOR SCHEME:
Green Background: #155a2e
Gold: #ffd876
Cream: #fff3d6
Violet: #5a2f4d

*/
body{
	background-color:#155a2e;
	margin:0px;
	}
.LeftRunner{
	background:url(../images/backgroundLeftRunner.gif) right top repeat-y;
	}
.RightRunner{
	background:url(../images/backgroundRightRunner.gif) left top repeat-y;
	}

.header{
	background:url(../images/headerBackgroundRunner.jpg) repeat-x top left;
	height:89px;
	vertical-align:middle;
	}
.mainMenu{
	background:url(../images/mainMenuBackgroundRunner.jpg) repeat-x top left;
	height:36px;
	vertical-align:middle;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#5a2f4d;
	text-align:center;
	}
.mainMenuLinks{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#5a2f4d;
	text-align:center;
	text-decoration:none;
	}

a.mainMenuLinks:visited{
	color:#5a2f4d;
	text-decoration:none;
	}
a.mainMenuLinks:active{
	color:#5a2f4d;
	text-decoration:none;
	}
a.mainMenuLinks:hover{
	color:#5a2f4d;
	text-decoration:underline;
	}
.leftNavBar{
	background:url(../images/leftBarBackground.gif) top left;
	background-repeat:repeat-x;
	background-color:#5c304f;
	}
.leftNavMenuBoxes{
	padding-left:10px;
	padding-right:10px;
	border-bottom:solid 1px #ffd876;
	vertical-align:middle;
	text-align:left;
	height:30px;
	}
a.leftNavMenuLinks{
	color:#fff3d6;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	}
a.leftNavMenuLinks:active{
	color:#fff3d6;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	}
a.leftNavMenuLinks:visited{
	color:#fff3d6;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	}
a.leftNavMenuLinks:hover{
	color:#fff3d6;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:underline;
	}
.leftNavSubscribeBox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	vertical-align:middle;
	background-color:#ffd876;
	padding:10px;
	margin:10px;
	color:#5a2f4d;
	}
.contentCell{
	background:url(../images/contentTopRunner.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#FFFFFF;
	padding:10px;
	}
.greenheaders{
	color:#595E47;
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-weight:bold;
	}
.maroonheaders{
	color:#673D49;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.bgcolorcell {
background-color:#FFF3D6;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
