body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	line-height: 1.6em;
	color:#fff;
	background-color:#2F2F2F;
	margin-top:0;
}

#wrapper
{
    background-position: bottom;
    width: 975px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-color:#93A444;
}

h1
{
    color: #fff;
    font-size: 2.3em;
}

h2 {
    color: #fff;
    font-size: 1em;
    font-weight:bold;
    padding-top: 10px;
}

h3 {
    color: #fff;
    font-size: 1.4em;
    font-weight:bold;
    padding-top: 10px;
}

p{line-height:1.4em;}

a:link {color:#fff; text-decoration: none}
a:active {color:#fff; text-decoration: underline}
a:visited {color:#fff; text-decoration: underline}
a:hover {color:#4b3905; text-decoration: underline}

img{border:0px}

.backlink{float:right;}

.title
{
    font-size: 2.0em;
    font-family: Arial, Helvetica, sans-serif;
}

.t1
{
    color:#3E231A;
    font-size:1.3em;
    font-weight:bold;
}

.t1 a:link, .t1 a:visited
{
    color:#3E231A;
	text-decoration:none;
}

.t2
{
    color:#3E231A;
}

.t3
{
    color:#2f2f2f;
    font-size:1.1em;
}

a.green:link{color:#93A444;}
a.green:visited{color:#93A444;}
a.green:hover{color:#93A444;}

#mainpanel {
    float:left;
    width:975px;    
    margin:20px;
    margin-top:40px;
}

#content 
{
    width:935px;
}

#homecopy
{
    margin-top:40px;
    font-size:0.8em;
    margin-left:25px;
}

#lowercopy
{
    font-size:0.8em;
    margin-left:25px;
}

#footer {
	background-color:#afafaf;
	height: 0;
	width:100%;
	color: #fff;
}

#footerContent
{
    background-color: #fff;
    color: #302411;
    /*font-family: 'Times New Roman' , Times, serif;*/
    padding-left:30px;
    padding-right:20px;
    padding-top:10px;
    float:left;
    width:925px;
}

#footerContent .green{
    color:#93A444;
}

#footerContentLeft{
    float:left;
    width:40%;
    font-size: 1.3em;
	text-align:left;
	padding-top:12px;
	height: 80px;
}


#footerContentRight{
    float:left;
    width:60%;
	font-size: 0.75em;
	text-align:right;
	height: 80px;
}

#footerContentRight a:link, #footerContentRight a:visited{
    color: #302411;
    text-decoration:underline;
}

#footer2 {
    clear:both;
    background-image:url('../images/footer.jpg');
    background-repeat:no-repeat;
    height:46px;
}

#messageBox
{
    margin: 15px 0 25px 0 ;
}

.messageSuccess
{
    border-color: #fff;
    border-style: solid;
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
    padding: 15px 15px 15px 15px;
}

.messageProblem
{
    border-color: #fff;
    border-style: solid;
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
    padding: 15px 15px 15px 15px;
}