@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: #EAA041;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}



/* Headlines */



h1 { font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #FBC219; font-weight: bold; padding: 20px 6px 6px 15px; } 

h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #FBC219; font-weight: bold; padding: 6px 0px 3px 30px;}

h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FBC219; font-weight: bold; padding: 6px 0px 3px 30px;}

h4 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-align: left; color: #000000; font-weight: normal; font-style: italic; padding: 6px 20px 6px 20px;}






/*  Main Body  */

#Main  p{  font-family: Verdana, Arial, Helvetica, sans-serif;

		   font-size: 10pt;

		   color: #000000;

		   line-height: 18pt;

		   padding: 6px 50px 6px 30px;

		} 


#Main h1 { font-family: Arial, Helvetica, sans-serif; font-size: 26px; color: #FBC219; font-weight: bold; padding: 20px 6px 6px 30px; }

#Main a:link {color: #784A0F;  font-weight : normal; text-decoration: none } 

#Main a:visited {color: #784A0F;  font-weight : normal; text-decoration: none } 

#Main a:hover {color: #000000;  font-weight : normal; text-decoration: underline } 

#Main a:active {color: #000000;  font-weight : normal; text-decoration: underline } 		

		

#Main li {color: #000000;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 font-size: 10pt;
		 line-height: 14pt;
		 padding: 3px ;
		 margin-left: 70px;} 

#Main ul {color: #000000; list-style-type: square} 

#Main ol {color: #000000}







/*  Navigation  */

.Nav {  font-family: Arial, Helvetica, sans-serif; font-size: 16px;} 

		

#Nav li {color: #000000} 

#Nav ul {color: #000000; list-style-type: square} 

#Nav ol {color: #000000}



/*  Sidebar */

.Sidebar { font-family: Arial, Helvetica, sans-serif; font-size: 12px;	color: #000000;	padding: 3px 3px 3px 12px; }


/*  Footer  */

#Footer  p{  font-family: Arial, Helvetica, sans-serif;

		  font-size: 13px;

		  color: #000000;

		  text-align: center;

		} 



#Footer a:link {color: #784A0F;  font-weight : normal; text-decoration: none } 

#Footer a:visited {color: #784A0F;  font-weight : normal; text-decoration: none } 

#Footer a:hover {color: #000000;  font-weight : normal; text-decoration: underline } 

#Footer a:active {color: #000000;  font-weight : normal; text-decoration: underline } 		

		

#Footer li {color: #000000} 

#Footer ul {color: #000000; list-style-type: square} 

#Footer ol {color: #000000}





/*  Generic Box  */



.mainbox {

	border-top: 2px solid #FBC219;

	border-right: 3px solid #FBC219;

	border-bottom: 3px solid #FBC219;

	border-left: 2px solid #FBC219;

}

.dividerrule { border-bottom: 1px solid #000000;}