@charset "UTF-8";
body, td, th, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#body_center { 
position: absolute;
top: 0; 
width: 100%; 
height: 1px; 
overflow: wrap; 
}

#sidebar {
position: relative;
width:175px;
margin: 0px;
text-align:left;
padding:5px;
border:1px dashed #333;
background-color:#e7e5c1;	
background-attachment:scroll;
background-image:url(images/cactus_bg.gif);
background-repeat:no-repeat;
background-position: bottom center;	
z-index: 3;		
}
#sidebar ul li {
margin-left: -10px;
}
#sidebar ul {
margin-left: -15px;
}
#body {
width:800px;
}
#body_container {
position: absolute; 
left: 50%; 
margin-left: -380px; 
margin-top: 10px;
background-image: url(images/body_bg.gif);
background-repeat: repeat-y;
border-right:1px solid #000000;	
border-left:1px solid #000000;
border-bottom:1px solid #000000;
border-top:1px solid #000000;
} 
#body_container2 {
	position: absolute;
	left: 50%;
	margin-left: -380px;
	margin-top: 10px;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	width: 750px;
} 


#content {
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
width:500px;
margin:0px auto;
text-align: justify;
padding-top: 20px;
padding-right:20px;
padding-left:20px;
padding-bottom:20px;
}

#content2 {
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
width:700px;
margin:0px auto;
text-align: justify;
padding-top: 20px;
padding-right:10px;
padding-left:20px;
padding-bottom:20px;
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
	
