/* CSS Document */
/* layout, menus, and image magnifaction adapted from Stu Nicholls - www.cssplay.co.uk */
body {
	font-family: "Gill Sans MT", Verdana, Geneva, Arial, helvetica, sans-serif;
	background: #5a471c;
	margin: 0;
	padding: 0;
	font-size: 12px;
	word-wrap:break-word;
	  }
  a, a:link, a:visited {
    color: #B32317;
    text-decoration: underline;
		}	
#container {
    width: 988px; 
	background: #5a471c;
	margin: 4px auto; 
	}
#header {
	height: 140px; 
	background: #ffffff url(img/00_header.png) center top no-repeat;
	width:980px;
	}
#content {
	overflow:hidden; 
	width: 980px; 
	background: #ffffff; 
	float:left;
}
#sidebar {
	width: 170px; 
	padding:10px;
	background:#ffffff;
	text-align: left;
	float: left;
	}
* html #sidebar {width:170px; w\idth:160px;}

#right_column {
	width: 760px; 
	background: #ffffff; 
	float: right; 
	padding: 10px;
	}
* html #right_column {width:760px; w\idth:750px;
}
#footer {clear:both; 
	width:980px;
	height: 120px; 
	background: #ffffff url(img/00_footer.png) right bottom no-repeat;
	border-top-color: #B32317;
	border-top-width: 2px;
	border-top-style: solid;
	text-align: center;
}
* html #footer {width:960px; w\idth:940px;
}
.bodycontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
}
.bodybullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
}
.h1{
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	color: #5a471c;
	}
.sidecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
		}
.sideheader1 {
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	font-weight: bold;
}
.footer {
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.trouble {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#menuholder { /* Menu css */ 
	display:table;/*wraps floatting elements */ 
	/* display:inline-block;layout IE  */ 
   background: #ffffff; 
   width:980px;/* keep it sized ! */ 
   text-align: center; 
	}
#menucenter {position:relative; float:left; left:7px; /* the menu's position from left */
}
.menu {
	width: 966px; /* the menu's overall width */
	height:auto;
	font-family: "Gill Sans MT", Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #5A471C;
	}
	ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; height: auto; color:#B32317; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:0px}
ul.menu ul {position:absolute; left:0; background:#e2dfa8; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #5A471C; border-top:none; width:137px; margin:0}
ul.menu ul li a {display:block; padding:1px 5px 2px; background-color:#e2dfa8}
ul.menu ul li a:hover {background-color:#C9ba65}
ul.menu ul ul {left:137px; top:-1px}
ul.menu .menulink {border:1px solid #5A471C; padding:2px 5px 2px; font-weight:bold; background:#fff; width:126px}
ul.menu .menulink:hover, ul.menu .menuhover {background: #c9ba65;}
ul.menu .sub {height: auto; background:#e2dfa8 url(img/arrow.gif) 128px 6px no-repeat}
ul.menu .topline {height: auto; border-top:1px solid #5A471C;
}
#presentation {
	height:600;
	background: #ffffff;
	width:800px;
	text-align: center;
	}