@charset "UTF-8";
/* CSS Document */


/* Clear all padding & margins */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, blockquote {padding: 0px; margin: 0px;}

a { text-decoration: none; border: none;}

table { border-collapse: collapse;}

body { 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: 30px 0px 15px 15px; }

h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000000; font-weight: bold; padding: 6px 0px 15px 15px;}

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


/*  Main Body  */


#Main  {  font-family: Verdana, Arial, Helvetica, sans-serif;
		   font-size: 12px;
		   color: #000000;
           line-height: 24px;
		   padding: 6px 15px 6px 25px;
		} 


#Main a:link {color: #8F0000;  font-weight : normal; text-decoration: none } 
#Main a:visited {color: #8F0000;  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; margin-left: 40px; padding-left: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px;} 
#Main ul {color: #000000; list-style-type: square} 
#Main ol {color: #000000}

/*  Navigation  */

#Nav {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px;  color: #FFFFFF; font-weight: bold; background-color: #8F0000;} 

#Nav td { border-bottom: 1px solid #E8E8E8; } 

#Nav a:link {color: #FFFFFF;  font-weight : normal; text-decoration: none; margin-left: 10px; } 
#Nav a:visited {color: #FFFFFF;  font-weight : normal; text-decoration: none; margin-left: 10px;} 
#Nav a:hover {color: #f8b929;  font-weight : normal; text-decoration: none; margin-left: 10px;} 
#Nav a:active {color: #f8b929;  font-weight : normal; text-decoration: none; margin-left: 10px; } 		


		
/*  Footer  */

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

		  font-size: 12px;
		  color: #000000;
		  text-align: center;
		  line-height: 18px;
		} 


#Footer a:link {color: #FF0000;  font-weight : normal; text-decoration: none } 
#Footer a:visited {color: #FF0000;  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: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
}

.backgroundimage {
	background-image: url(images/gears.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.ContactBox { float: right; border: 1px solid #FFFFFF; background-color: #d6d6d6; margin-top: 10px;}

.ContactText { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; text-align: center; color: #990000;}

.CC {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px;  color: #FFFFFF; font-weight: bold; background-color: #8F0000;} 
