
	html{
		height:100%;
	}
	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:0.8em;
		margin:0px;
		padding:0px;
		width:100%;
		background-color:#555555;
		height:100%;
		text-align:center;
	}
	a, a:active, a:visited{
		color:#FFFFFF;
		text-decoration:none;
	}
	a:hover{
		color:#FFFFFF;
		text-decoration:underline;
	}	
	.clear{
		clear:both;
	}
	.image{
		width:800px;
		padding:0px;
		margin:0 auto;
	}	
	.header{
		padding:0px;
		margin:0 auto;
		width:800px;
		text-align:center;
		background-color:#FFFFFF;
	}
	.title{
		font-size: 18px;
		font-weight: bold;
		line-height:1.4em;
	}
	#footer-left{
		float:left;
		width:240px;
		margin:0px;
		padding:0px;
		background-color: #FFFFFF;
		height:40px;
		vertical-align:bottom;

	}
	#footer-right{
		float:left;
		width:440px;
		margin:0px;
		padding-left:20px;
		padding-top:10px;
		text-align:left;
		background-color:#669900;
		height:30px;
		vertical-align:bottom;

	}
	#footer{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		color:#FFFFFF;
		margin:0 auto;
		width:800px;
		display:block;
		vertical-align:bottom;

	}
	#modlogo{
		float:right;
		width:90px;
		margin:0px;
		padding-right:10px;
		text-align:right;
		height:40px;
		display:block;
		background-color:#669900;
		vertical-align:bottom;
	}
	#mainContainer{
		width:800px;
		margin:0 auto;
		background-color: #669900;
		height:auto;
		display:block;
		border-left-width:0px;
		border-right-width:0px;
		border-top-width:0px;
		border-bottom-width:0px;
		border-color:#CCCCCC;
		border-style:none;
	}
	#leftMenu{
		width:230px;
		padding:20px 0px 30px 10px;
		float:left;
		margin:0px;
		text-align:left;
		display:block;
		background-color: #FFFFFF;
	}
	#mainContent{
		background-color:#669900;
		width: 510px;
		float:left;
		padding:7px 20px 20px 20px;
		color:#FFFFFF;
		margin:0px;
		height:auto;
		display:block;
		line-height:1.3em;
		text-align:left;
		border-left-width:0px;
		border-right-width:0px;
	}
	/*
	General rules
	*/

	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		position:relative;
	}
	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;
		position:relative;

	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{		
		width:225px;	
		visibility:hidden;
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		color: #669900;
		text-decoration:none;	
		display:block;
		clear:both;
		width:200px;	
		padding-left:2px;	
	}
	#dhtmlgoodies_slidedown_menu a:hover{
		color: #CCCCCC;
		text-decoration:none;	
		display:block;
		clear:both;
		width:200px;	
		padding-left:2px;	
	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin-top:1px;
		font-weight:bold;
		color:#333;
		font-size:12px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:1px;
		color:#669900;
		font-size:12px;
		font-weight:bold;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		color:#666;
		font-size:12px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:#999;
		font-size:10px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:5px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}

#formLabel{
	float:left;
	width:150px;
	line-height:30px;
	text-align:right;
}
#formInput{
	float:left;
	width:200px;
	line-height:30px;
}
#volunteerForm textarea,#volunteerForm input{
	width:200px;
	font-family:trebuchet ms;
	font-size:13px;
}