html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#2D2001;
} 
 

#pagewidth{ 
 width:999px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 
 
} 
 
#header{
 position:relative; 
 height:120px; 
  background-color:#7C7373; 
 width:100%;
} 
 
#maincol{background-color: #E1CDAC;  
 float: left; 
 display:inline; 
 position: relative; 
 width:; 
 width:100%;      
 background-image:url(../images/background.jpg)
 }
 
#footer{
 height:80px; 
 clear:both; 
 background-color:#931800;
 text-align:center;
 border-top:10px solid #b84e0a;
 padding-top: 10px
 } 
 
 img {
	border:none
 }

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

#person {
	font-family:arial;
	font-size:11px;
	padding-left:100px;
	letter-spacing:0px;
	padding-right:10px;
	color:#7e081c;
	text-align:center
}
#personname {
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding-left:30px;
	letter-spacing:0px;
	padding-right:10px;
	color:#fff;
	
}


#persondesc {
	font-family:arial;
	font-size:10px;
	color:#fff;

}

.news {
	font-family:arial;
	font-size:10px;
	color:#feef9e;
	text-align: left;
}
.newslink{
	font-family:arial;
	font-size:11px;
	color:#feef9e;
	text-align:right
	
}

#news1 {padding-left:14px;padding-top:80px;padding-right:5px}
#news2 {padding-left:14px;padding-right:5px}
#news3 {padding-left:14px;padding-right:5px}

.youcanhelp {
	display: block;
	width: 184px;
	height: 206px;
	background: url("../images/youcanhelp.png") 0 0 no-repeat;
	text-decoration: none;
}
.youcanhelp:hover{
	background-position: -184px 0;
}
#tusk {
	font-family:arial;
	font-size:10px;
	padding-left:10px;
	padding-top:100px;
	letter-spacing:0px;
	padding-right:10px;
	color:#7e081c;
	text-align:center
}

.text {
	font-family:arial;
	font-size:11px;
	padding-left:10px;
	padding-top:10px;
	letter-spacing:0px;
	padding-right:10px;
	color:#7e081c;
	
}

.infotext {
	font-family:arial;
	font-size:11px;
	padding-left:10px;
	padding-top:10px;
	letter-spacing:0px;
	padding-right:10px;
	color:#7e081c;
	text-align: left;
}

.copyright{
	font-family:arial;
	font-size:12px;
	color:#ffffff;
	text-align: center;
}

.bottomtext {
	font-family:arial;
	font-size:10px;
	color:#ffffff;
	text-align: center;
	padding-left:0;
}

A:link {text-decoration: none; font-family:arial;}
A:visited {text-decoration: none; font-family:arial;}
A:active {text-decoration: underline; font-family:arial;}
A:hover {text-decoration: underline; font-family:arial;}

.footerlink{color:#fff}


/* menu */
#menu_container {margin:0px; position:relative; width:999px; height:32px; z-index:100;background-image:url(../images/menu/menubg.png)}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block;width:90px; font-size:11px; color:#fff; height:32px; line-height:24px; text-decoration:none;  font-family:arial;font-size:13px;text-align:center;color:#2C0106;font-weight:bold}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:10px 0px 0px 0px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:0px;}

/* Set up the list items */
#pmenu li {float:left}
#pmenu li.sub {float:left;background-image:none;background-color:#ecaf1a;border-left:1px solid #2c0106;border-right:1px solid #2c0106;}
#pmenu li.sub:hover {float:left;background-image:none;background-color:#ecaf1a;border-left:1px solid #2c0106;border-right:1px solid #2c0106;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a { color:#c00;background-image:url(../images/menu/arrow.png)}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:15px 30px 30px 30px; width:94px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#dfd7ca; color:#c00;}

/* For accessibility of the top level menu when tabbing */



/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:0px 30px 30px 30px; }

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;

}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;

}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;

}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;

}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:30px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */


hr {
color: #7e081c;background-color: #7e081c;
}
.line {
border-bottom:1px solid #7e081c;padding-bottom:5px
}

.td {border:1px dotted #931800;background-color:#931800;color:#fff;text-align:center}

a.p {color:#ecaf1a;font-weight:bold;border-bottom:1px dotted #931800;text-decoration:none}
a.p:hover {color:#ecaf1a;font-weight:bold;border-bottom:2px dotted #931800;text-decoration:none}

.b {text-decoration:underline}

.newsletterarea {border:1px solid #DAC1A3}

.off 
{ 
	background-color:#FFFFFF; 
	
} 

.on 
{ 
	background-color:#ccffff; 
	cursor: pointer; 
	cursor: hand; 
} 

input 
{ 
	border: 1px solid gray; 
	color:black;
	font-family: Verdana, Geneva,  Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-image : url(../images/backform.gif);
	height:20px;
}



.submit
{
	font-family: Verdana, Geneva,  Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
}
