body {
	background-color: #4980D4;
	background-image: url(/images/Background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

.HomepageContentArea {
	margin: 8px;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;
}

.copyrighttag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.SubPageContent {
	background-color: #000000;
	background-image: url(/images/secondaryBG.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.SubContentRight {
	background-image: url(/images/secondarycontentmiddleright.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.SiteContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(/images/secondaryBG.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.ContentHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FEBE13;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
li {
	list-style-image: url(/Images/bullet.gif);
}
.lists {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}
.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.footerlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#990000;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.WhatsNewTD 
{
	text-align:left;
	padding-right: 13px;
	padding-left: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
color: #666666;
	padding-top: 6px;
}
.WhatsNewDate {
	font-weight: bold;
	color: #4980D4;
}
.morenewslink {
	font-weight: bold;
	color: #CF8508;
	text-decoration: none;
}

.morenewslink:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.FeaturedProjectTD {
	color: #FFFFFF;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 6px;
}
.FeaturedProjectName {
	font-weight: bold;
	color: #794E04;
	font-size: 12px;
}
.FeaturedProjectImage {
	margin-left: 6px;
}
.ReadMore {
	font-weight: bold;
	color: #794E04;
}

.morefeaturedprojectlink {
	font-weight: bold;
	color: #794E04;
	text-decoration: none;
	font-size: 10px;
}

.morefeaturedprojectlink:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
}
.NavigationTD {
	padding-top: 0px;
	line-height: 15px;
	font-size: 10px;
}

.NavigationRow01 {
	font-size: 10px;
	color: #7C5005;
}

.NavigationRow01:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

.NavigationRow02 {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}

.NavigationRow02:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
.SecondaryPageContent {
	padding-top: 15px;
	padding-left: 50px;
	padding-right: 50px;
	text-align:left;
}

#newsdate {

font-size: 10px;
color: #f49904;

}

#newstitle a {

color: #4980d4;
font-weight: bold;

}

#newstitle a:hover {

color: 000;


}

#newssummary {

padding-bottom: 15px;

}

#fivepointstable {
	width: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
#fivepointstable td {
	padding: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

/* Forms Stuff */
.required
{
    font-weight:bold;
    color:Red;
}
.form label
{
    float:left;
    width:150px;
    margin-bottom:5px;
}
.form input, .form select
{
    float:left;
    margin-bottom:5px;
}
.form br
{
    clear:both;
}
