@charset "UTF-8";
/* CSS Document */


/* Clear all padding & margins */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, blockquote {padding: 0px; margin: 0px;}

table { border-collapse: collapse}

body { background-color: #796247; background-image: url(images/bg.gif); background-repeat: repeat-x;}

/* Headlines */

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #000000; font-weight: bold; padding: 6px 0px 3px 15px; }

h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000000; font-weight: bold; padding: 6px 0px 3px 15px;}

h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-weight: bold; padding: 6px 0px 3px 15px;}


/* Testimonials  */

.Testimonials  {  font-family: Arial, Helvetica, sans-serif;
		   font-size: 10pt;
		   color: #4a2b13;
           line-height: 14pt;
		   padding: 6px 30px 6px 20px;
		   border-bottom: 1px #4a2b13 solid;
		} 

/*  Main Body  */

#Main  p{  font-family: Arial, Helvetica, sans-serif;
		   font-size: 13px;
		   color: #4a2b13;
           line-height: 20px;
		   padding: 6px 30px 6px 20px;
		} 


#Main a:link {color: #802045;  font-weight : normal; text-decoration: underline } 
#Main a:visited {color: #802045;  font-weight : normal; text-decoration: underline } 
#Main a:hover {color: #4A2B13;  font-weight : normal; text-decoration: underline } 
#Main a:active {color: #4A2B13;  font-weight : normal; text-decoration: underline } 		

#Main li {color: #4a2b13} 
#Main ul {color: #4a2b13; list-style-type: square; margin-left:20px;} 
#Main ol {color: #4a2b13}

/*  Sidebar */


.Sidebar p { font-family: Arial, Helvetica, sans-serif;
		   font-size: 10pt;
		   color: #4a2b13;
           line-height: 14pt;
		   padding: 2px 15px 2px 15px;
}

.Sidebar a:link {color: #F2EBD4;  font-weight : normal; text-decoration: underline } 
.Sidebar a:visited {color: #F2EBD4;  font-weight : normal; text-decoration: underline } 
.Sidebar a:hover {color: #F2EBD4;  font-weight : normal; text-decoration: underline } 
.Sidebar a:active {color: #F2EBD4;  font-weight : normal; text-decoration: underline } 		

		
/*  Footer  */

#Footer  p{  font-family: Times New Roman, Times, serif;

		  font-size: 13pt;
		  line-height: 15px;
		  font-weight: bold;
		  color: #466478;
		  text-align: left;
		  margin-left: 20px;

		} 


#Footer a:link {color: #466478;  font-weight : normal; text-decoration: underline; font-weight: bold; } 
#Footer a:visited {color: #466478;  font-weight : normal; text-decoration: underline; font-weight: bold; } 
#Footer a:hover {color: #466478;  font-weight : normal; text-decoration: underline; font-weight: bold; } 
#Footer a:active {color: #466478;  font-weight : normal; text-decoration: underline; font-weight: bold; } 		

/*  Generic Box  */


.mainbox {

	border-top: 5px solid #4A2B13;
	border-right: 5px solid #4A2B13;
	border-bottom: 5px solid #4A2B13;
	border-left: 5px solid #4A2B13;
}

