/* Main Layout */
body	{
	background-image: url("../images/background.gif");	
}
#container {
	width: 800px;
	\width: 820px;
	w\idth: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 1px solid #000000;
	background-color: #ECF7E9;
	
}
#banner  	{
	margin: 0;
	padding:0;
	background-image: url("../images/menubar.gif");	
	background-position: center;
    background-repeat: no-repeat;
    height: 165px;
    width: 800px;
    
        
}
#banner  h1	{
	margin: 0px;	
	padding: 40px;
    padding-left: 120px;
    text-align: left;
    color: #31553D;
        
}
#content {
	min-height: 410px;
	height: 410px;  /* This is for IE */
	margin-left: 140px;
	margin-right:10px;		
	padding: 0.5em;		
	font-family: verdana, arial,helvetica,sans-serif;
	 
	border-top: 1px solid;	
	color: #617B5B;
	border-color: transparent;
	background-color: #ECF7E9;
}
/* Hack for min-height to work in supported browsers */
div[id] #content	{
	height: auto;
}

#sideBar {
	float: left;
	width: 140px;
	overflow: visible;	
}

#menu ul      {	

	list-style-type: none;
	padding: 10px;
	margin: 0;
	width: 380px;
	height: 50px;	
	margin-top: -60px;
	margin-left: 400px;
	 
}
#menu ul li      {
	float: left;
	width: 75px;
	height: 20px;
	
}	
#menu li a {
	display:block;
	width: 75px;
	height: 20px;
	color: #FFFFFF;
	
}
#menu a:hover	{		
	color: #000000;
	
}

#menu span {	
}


#footer {
	clear: both;
	padding: 1em;
    text-align: center;			
	text-decoration: overline;
	font-size: 12px;
}
#footer a, 
#footer a:visited	{
	border-bottom: 1px dashed;
	color: #000000;
}
#footer a:hover 	{
	color: #529843;
}

/* End of Layout */
