﻿body {
    min-width: 760px;
    max-width: 760px;
	/* background-image: url(images/bg_picture_new.jpg); */
	background-color: #868243;
	text-align: center;
}

.banner {
	margin: 0px;
	padding: 0px;
}

bannerText
{
	text-align:center;
	font-size:xx-large;
}

.mainNav
{
    /* width: 760px; */
    text-align: center;
    color: #554830;
    background-color: #F0C95D;
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 14px;
    font-weight: bold;
}


.content {
    clear: left;	
	/* width: 760px; */
	float: left;	
	vertical-align: top;
	background-color: #F0C95D;	
	font-weight:normal;
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 18px;
	font-size: 12px;
}

.leftColumn {
    margin: 25px 0px 25px 20px;
    width: 515px;
    float: left;
    clear: left;
    text-align: left;
}


.rightNav {
    float: right;
    width: 205px;
    background-color: #F0C95D;
    margin: 25px 20px 25px 0px;
    vertical-align: top;
}

.footerText {
    clear: both;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.menuItem {
    margin: 0;
    padding: 0;
}

.menuItem li {
    padding: 0px 0px 10px 0px;
    margin-left: 30px;
    list-style-type: none;
    list-style-position: outside;
}

.redTitle {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #bb1604;
	margin-bottom: 10px;
	width: 555px;
	display: inline;
	
}

.greenSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4b6823;
	margin-bottom: 10px;
	font-style: italic;
}

/*###############################3

##################################*/

a:link, a:visited, a:active {
 	color: #006699;
	text-decoration: none;
}

a:hover {
 	color: #006699;
	text-decoration: underline;
}

a.yellowLink:link, a.yellowLink:visited, a.yellowLink:active {
	color: #f0c95d;
	font-weight: bold;
	text-decoration: none;
}

a.yellowLink:hover {
	color: #f0c95d;
	font-weight: bold;
	text-decoration: underline;
}

a.mainNavLink:link, a.mainNavLink:visited, a.mainNavLink:active {
	color: #554830;
	text-decoration: none;
}

a.mainNavLink:hover {
	color: #554830;
	text-decoration: underline;
}

