@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:x;}

/* Headlines */

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #518d38; font-weight: bold; padding: 20px 0px 10px 30px; }

h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #518d38; font-weight: bold; padding: 10px 0px 10px 30px;}

h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #518d38; font-weight: bold; padding: 10px 0px 10px 30px;}

/*  Main Body  */

#Main {  font-family: Arial, Helvetica, sans-serif;
		   font-size: 14px;
		   color: #000000;
           line-height: 24px;
		}

#Main p { padding: 6px 30px 6px 30px;}		 


#Main a:link {color: #518d38;  font-weight : normal; text-decoration: underline } 
#Main a:visited {color: #518d38;  font-weight : normal; text-decoration: underline } 
#Main a:hover {color: #000000;  font-weight : normal; text-decoration: none } 
#Main a:active {color: #000000;  font-weight : normal; text-decoration: none } 		

#Main li {color: #000000; font-family:Arial, Helvetica, sans-serif; font-size: 14px; line-height: 18px;} 
#Main ul {color: #000000; list-style-type: square; margin-left: 15px; padding-left: 30px; padding-right: 30px;} 
#Main ol {color: #000000}

/*  Navigation  */

#Nav {  font-family: Arial, Helvetica, sans-serif; font-size: 17px; color: #074476;} 
#Nav a:link {color: #000000;  font-weight : normal; text-decoration: none } 
#Nav a:visited {color: #000000;  font-weight : normal; text-decoration: none } 
#Nav a:hover {color: #ee3a43;  font-weight : normal; text-decoration: underline } 
#Nav a:active {color: #ee3a43;  font-weight : normal; text-decoration: underline } 

/*  Directory */

.Directory td { font-family: Arial, Helvetica, sans-serif; font-size: 12px;	color: #333333;	background-color: #FFFFFF; padding: 3px 0px 3px 6px; 	border-bottom: 1px solid #CCCCCC;}

.Directory a:link {color: #802045;  font-weight : normal; text-decoration: none } 
.Directory a:visited {color: #802045;  font-weight : normal; text-decoration: none } 
.Directory a:hover {color: #666666;  font-weight : normal; text-decoration: underline } 
.Directory a:active {color: #666666;  font-weight : normal; text-decoration: underline } 		

		
/*  Footer  */

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

		  font-size: 12px;
		  line-height: 15px;
		  color: #518d38;
		  text-align: center;

		} 


#Footer a:link {color: #518d38;  font-weight : normal; text-decoration: none } 
#Footer a:visited {color: #518d38;  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}

/*  Misc Stuff  */


.greenbox {

	border-top: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
}

.redbox { line-height: 5px; background-color: #ee3a43;}

.TableMargins { margin-left: 30px;}

.MemberPage {  font-family: Arial, Helvetica, sans-serif;
		   font-size: 14px;
		   color: #000000;
           line-height: 18px;
		} 
