A 	  { 	color: #66CC33; text-decoration: none; }
A:link	  { 	color: #66CC33; text-decoration: none; }
A:visited { 	color: #669933; text-decoration: none; }
A:active  { 	color: #CCCC33; text-decoration: none; }
A:hover	  { 	color: #CCCC33; text-decoration: none; }

.mainbody	{ 	background-repeat: no-repeat;
			background-attachment: fixed;
			background-image: url('images/bg5.jpg');
			margin: 0;
			padding: 0;
			height:100%; 
			overflow-y:auto;
			}
			
.logo		{	margin-top: 20px;
			margin-left: 20px;
			margin-right: 0px;
			background-repeat: no-repeat;
			background-image: url('images/logo4.gif');
			height: 230px;
			}
			
.quote		{	padding-top: 90px;
			padding-left: 40px;
			text-align: left;
			color: #ffffff;
			font-family: verdana;
			font-size: 12px;
			font-variant: small-caps;
			}
			
.menuwrap	{	width: 800px;
			}
			

.contentwrap	{	padding-left: 33px;
			padding-top: 10px;
			width: 770px;
			text-align: justify;
			color: #ffffff;
			font-family: verdana;
			font-size: 11px;
			}

.header		{	font-family: verdana;
			font-size: 18px;
			font-variant: small-caps;
			font-weight: bold;
			}

.partnerimg	{	float: left;
			margin-right: 25px;
			}

.righttext	{	margin-bottom: 175px;
			}

.righttext2	{	margin-bottom: 100px;
			text-align: left;
			}
			
.catlogo	{	position:fixed;
			bottom: 0px;
			right: 0px;
			}

			
#navcontainer ul { 	list-style-type: none;
			margin: 0;
			padding-right: 10px;
			text-align: right;
			}

#navcontainer ul li { 	display: inline; 
			}
			
#navcontainer ul li a { text-decoration: none; 
			padding: .2em 1em;
			color: #fff;
			font-family: verdana;
			font-size: 14px;
			font-variant: small-caps;
			background-color: #336600;
			}

		
#navcontainer ul li a:hover {
			color: #fff;
			background-color: #669900;
			}