﻿#ContentTable
{
	float: left;
	clear: both;
	display: table;
	background-color: #f9fce6;
	color: #3d403e;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	background-image: url("../images/contentbg.jpg");
	background-position: left 250px;
	background-repeat: no-repeat;

}

/*
#ContentTable #Navigation img
{
	border: none 0px;
}
*/

#ContentTable h1
{
	font-size: 32px;
	line-height: 24px;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

#ContentTable #ContentArea
{
    /*
	background-image: url("../images/contentbg.jpg");
	background-position: left top;
	background-repeat: no-repeat;
    */
}

#ContentArea table
{
    float: left;
    clear: both;
}

#ContentTable #ContentArea .CmsContent a
{
	color: #829514;
	text-decoration: underline;
}

#ContentTable #ContentArea .CmsContent a:hover
{
	color: #bfdd0d;
}

#ContentTable #Navigation a
{
	float: left;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 20px;
	color: #829514;
	text-decoration: underline;
}

#ContentTable #Navigation a:hover
{
    text-decoration: none;
    color: #bfdd0d;
    background-color: #AEAEAE;
}

#ContentTable .PageTitle
{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 24px;
    font-weight: bold;
    color: #3d403e;
}

#ContentArea .CommonDropDownWidget
{
    clear: both;
    margin-bottom: 20px;
}

.FontColor1
{
    color: #ff9900;
}

.FontColor2
{
    color: #0066cc;
}

.FontColor3
{
    color: #FF0000;
}

