/* CSS Document */

body {	margin-bottom: 20px; 
		margin-left: 0px; 
		margin-right: 0px; 
		margin-top: 20px; 
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:16px; 
		background-color:#eae3d3; 
		color:#000000;
		background-image:url(images/bg3.jpg);
		background-position:top; 
		background-repeat:repeat-x;
		}

/* Headings */
h1, h2, h3, h4, h5, h6 {
   font-weight: bold; text-align: left;
   margin: 1em 0;
}
h1 {
   font-size: 32px;
}
h2 {
   font-size: 24px;
}
h3 {
   font-size: 18px;
}
h4 {
   font-size: 16px;
}
h5 {
   font-size: 12px;
}
h6 {
   font-size: 10px;
}

#nav a:link {color:#000000; text-decoration:none;}
#nav a:visited {color:#000000; text-decoration:none;}
#nav a:hover {color:#f1ea0c; text-decoration:none;}
#nav a:active {color:#f1ea0c; text-decoration:none;}

a:link,a:visited,a:active{text-decoration:underline; color:#000000}
a:hover{text-decoration:underline; color:#000000}


.navigation {
		font-size:18px; 
		margin-bottom:10px; 
		margin-top:0px; 
		margin-left:0px; 
		}

.listings {
		font-size:11px; 
		color:#666666; 
		line-height:12px; 
		}

.footer {
		font-size:15px; 
		line-height:20px; 
		text-align: left; 
		padding-right: 0px; 
		margin-top: 10px; 
		margin-bottom:10px; 
		margin-left:170px; 
		color:#000000; 
		}		

.signature {
		font-size:14px; 
		line-height:14px; 
		color:#oooooo; 
		margin-top:10px;
		}		

.address {
		line-height:16px; 
		padding-left: 50px; 
		font-weight:bold;   
		}		

.main_text {
		margin-top:10px; 
		margin-left:25px; 
		margin-right:20px; 
		line-height:20px; 
		}		

.main_text_no_bg {
		margin-top:10px; 
		margin-left:25px; 
		margin-right:20px; 
		}		

.main_buttons {
		margin-top:10px; 
		}		

.head_table 
		{
		border-width:2px; 
		border-color:#0c4202; 
		border-style:solid; 
		border-collapse:collapse; 
		background-color:#ffffff; 
		}

.inner_table 
		{
		border-width:1px; 
		border-color:#000000; 
		border-style:solid; 
		border-collapse:collapse; 
		background-color:#ffffff; 
		}
		
.footer_image1 
		{
		background-image:url(images/footer1.jpg);
		background-position:bottom; 
		background-repeat:no-repeat;
		}

.hiddenPic {display:none;}

