	/* This is a Trade and Value, Corp. design */
/* Please refrain from copying this style sheet */


html{
height: 100%;
}
body{
width: 800px; 
margin: 0px auto;
}
.siteHolder{

}
.topContainer{
width: 800px;
height: 20px;
margin: 0px auto;
background-color: #ffffff;
}
.topContainer span{
float: right;
margin-right: 10px;
}
.topContainer a:link, .topContainer a:active, .topContainer a:visited{
font-family: Arial, san-serif; 
font-size: 10pt; 
font-weight: bold; 
text-decoration: none; 
color: #d7ae28;
}
.topContainer a:hover{
font-family: Arial, san-serif; 
font-size: 10pt; 
font-weight: bold; 
text-decoration: underline; 
color: #d7ae28;
}
/* ===== BANNER ===== */
.topBanner{
width: 800px;
height: 150px;
margin: 0px auto;
background-image: url(../images/elements/top-banner.png);
background-repeat: x;
overflow: hidden;
}	
.topLeft{width: 315px; 
height: 150px; 
float: left;
}
.topLeft p{
margin-top: 10px;
margin-left: 10px;
font-family: Times, Arial;
font-size: 22pt;
font-weight: bold;
color: #ffffff;
}
.topCenter{
width: 275px; 
height: 150px; 
float: left; 
overflow: hidden;
}
.topCenter p{
margin-top: 120px;
margin-left: 20px;
font-family: Times, Arial; 
font-size: 15pt; 
color: #ffffff;
}
.topRight{
width: 210px; 
height: 150px; 
float: left; 
overflow: hidden;
}
.topRight p{
margin-left: 30px; 
font-family: Arial, Times; 
font-size: 10pt; 
font-weight: bold; 
color: #ffffff;
}

.topDate{
margin-top: 10px;
margin-left: 295px;
font-weight: bold;
color: #ffffff;
}
		
	/* ======== START NAVIGATION =============== */

.navBar{
width: 800px; 
height: 27px; 
background-color: #3b7611;
/*background-image: url(../images/elements/nav-bar.png);
background-repeat: repeat-x;*/
text-align: center;
padding-top: 5px;
overflow: hidden;
}
.navBar p{
display: inline;
overflow: hidden;
}
.navBar span{
margin-right: 10px;
margin-left: 10px;
font-weight: bold;
color: #ffffff;
}
.navBar a:link, .navBar a:active, .navBar a:visited {
font-family: Times, Arial, san-serif; 
font-size: 11pt; 
font-weight: bold; 
text-decoration: none; 
color: #ffffff;
}
.navBar a:hover{
font-family: Times, Arial, san-serif; 
font-size: 11pt; 
font-weight: bold; 
text-decoration: underline; 
color: #e59d00;
}


/* =========== Main Content CSS ============ */
.mainContent{
width: 800px; 
margin: 0px auto;
background-color: #ffffff;
font-family: Times, Arial; 
font-size: 12pt;
} 
.mainContent a:link, .mainContent a:active, .mainContent a:visited{
font-size: 12pt; 
font-family: Times, Arial, san-serif; 
font-weight: bold; 
text-decoration: none; 
color: #e59d00;
}
.mainContent a:hover{
font-size: 12pt; 
font-family: Times, Arial, san-serif; 
font-weight: bold; 
text-decoration: underline; 
color: #e59d00;
}
.mainTdLeft{
width: 600px; 
vertical-align: top;
}
.mainTdRight{
width: 300px; 
vertical-align: top;
}



	
	
	/* ====================== Footer ===================== */ 
.footerHolder{
width: 800px;
height: 100px;
margin: 0px auto;
background-color: #3b7611;
/*background-image: url(../images/elements/footer-background.png);
background-repeat: x;*/
text-align: center;
}

.mainFooter{
width: 800px;
height: 18px;
margin: 0px auto;
background-color: #004e62;
}
.mainFooter p{
display: inline;
}
.mainFooter span{
margin-right: 10px;
margin-left: 10px;
font-weight: bold;
color: #ffffff;
}
.mainFooter a:link, .mainFooter a:active, .mainFooter a:visited {
font-family: Arial, san-serif; 
font-size: 10pt; 
font-weight: normal; 
text-decoration: none; 
color: #ffffff;
}
.mainFooter a:hover{
font-family: Arial, san-serif; 
font-size: 10pt; 
font-weight: normal; 
text-decoration: underline; 
color: #ffffff;
}


	
/* Credits Footer and remaining Custom CSS */
.creditsFooter{
width: 800px; 
margin: 0px auto;
font-family: Arial, san-serif; 
font-size: 8pt; color: #ffffff;
}
.creditsFooterLeft{width: 580px; height: 80px; float: left;}
.creditsFooterLeft span{font-size: 12pt; font-weight: bold;}
.creditsFooterLeft p{margin-top: 10px; margin-left: 200px; width: 400px;text-align: center;}
.creditFooterRight{width: 220px; height: 80px; float: left;}



/* Additional CSS */
a:link, a:active, a:visited{font-size: 8pt; font-family: Arial, san-serif; font-weight: bold; text-decoration: none; color: #b11715;}
a:hover{font-size: 8pt; font-family: Arial, san-serif; font-weight: bold; text-decoration: underline; color: #b11715;}


.clr{
clear: both;
}


	/* End of Custom CSS  */