/* CSS Basic Document */
body
{
margin:0px;
padding:0px;
background:url(../images/body-top-bg.jpg) left top repeat-x #FFF;
color:#4b4b4b;

}
.logo
{
margin-top:23px;
margin-left:9px;
}
p
{
text-align:justify;
margin:6px 0px;
}
/* CSS Menu */
#navcontainer {
        margin:0px;
        padding:0px;
        height: 36px;
		float:left;
		width:520px;
}

#navcontainer ul {
        border: 0px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0px;
        margin-right:10px;
		height:36px;
		
}

#navcontainer ul li a {
		width:96px;
        height: 36px;
        padding: 0px ;
        margin: 0px;
        color: #FFF;
        text-decoration: none;
        display: block;
        text-align: center;
        font: bold 13px/36px Arial, Helvetica, sans-serif;
		background: url(../images/menu-normal.jpg) left top no-repeat #3B454B;
}

#navcontainer ul li a:hover {
        color: #FFF;
		height:36px;
		background: url(../images/menu-hover.jpg) left top no-repeat #3B444B;
}

#navcontainer li.active a {
        color: #FFF;
		height:36px;
		background: url(../images/menu-active.jpg) left top no-repeat #3B434B;
}
-->
.body-right
{
width:218px;
height:auto;
background:#FFF6E6;
padding:20px 16px;
text-align:left;
float:left;
color:#764D03;
}
.body-left
{
padding:20px 30px 20px 0px;
text-align:left;
float:left;
width:680px;
height:auto;
color:#4b4b4b;
}

/* CSS Background image Document */
.welcome-bg
{
padding-right:20px;
padding-bottom:30px;
}
.footer
{
background:url(../images/footer-bg.jpg) left bottom repeat-x;
color:#C4C5C4;
}

/* CSS Text Document */
body {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color:#4b4b4b;
	text-decoration:none;
	text-transform:none;
	}
body a
{
color:#90C617;
text-decoration:underline;
line-height:16px;
background-color:inherit;
}
body a:hover
{
color: #FFF;
text-decoration:underline;
background-color:#90C617;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: 36px;
	font-weight: bold;
	font-variant: normal;
	color: #FDB636;
	text-decoration:none;
	text-transform:none;
	margin:0px;
	padding:0px;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: 36px;
	font-weight: bold;
	font-variant: normal;
	color: #AFDE46;
	text-decoration:none;
	text-transform:none;
	margin:0px;
	padding:0px;
	text-align:center;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 36px;
	font-weight: bold;
	font-variant: normal;
	color: #A3643F;
	text-decoration:none;
	text-transform:none;
	margin:0px;
	padding:0px;
	}
.footer-link a
{
color:#C4C5C4;
text-decoration:none;
line-height:20px;
}
.footer-link a:hover
{
color:#AFDE46;
text-decoration:underline;
}
