﻿body 
{
	background-color: #F9E5A0;
	color: #047936;
}

a
{
	color: #047936;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.MenuBar
{	
	text-align: left; 
	color: White;
	background-color: #05853C;
	font-weight: bold;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

.newsHeading
{
	font-weight: bold;
}

/* Collapsible Panel */
.collapseHeading
{
	color: #F9E5A0;
	background-color: #047936;
	font-weight:bold;
}

.requiredField
{
	font-weight: bold;
}

.divSection
{	
	background-color: #F9E5A0; 
	color: #047936;  
}
