
body{
	margin:0;
	padding:0;
	background: url(../images/bkrnd.gif);
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
img{ margin:0; padding:0; border:none; }

a{
	color:#664622;
	font-weight:bold;
	text-decoration:none;
	}

h2{
	color:#717c99;
	font-size:13px;
	text-align:left;
	line-height: 1.2em;
	margin-bottom:3px;
	border-bottom:1px solid #717c99;
	}
	
.caption {
	font-size:10px;
	line-height:1.4em;
}

.developments{
	float:none;
	margin-top:10px;
	padding:10px 40px 6px 40px;
	height:110px;
	border-top:1px dotted #717C99;
}

.developments img{
	float:left; 
	margin-right:20px
}

a:hover{ background-color:#e0d5c9;}



#site{
	margin:0 auto;
	width:971px;
	background:url(../images/bkrnd_site.gif) repeat-y;	
	text-align:left;
	}

#site_one_col{
	margin:0 auto;
	width:971px;
	background-color:#FFFFFF;
	text-align:left;
	}
	
#header{
	width:971px;
	padding-bottom:15px;
	background-color:#fff;
	}

#sidebar{
	width:273px;
	margin: 0 0 0 23px;
	padding:10px 0 20px 0;
	float:left;
	display: inline;  /* FOR IE GRRRR, doubles margins on floats w/o this */

	}	
#sidebar p{ background-color:#fff; width:242px; padding:8px; margin:0; font-size:9px; line-height:14px; text-align:justify; }

#sidebar h1  {
	color: #664622;
	font-size: 10px;
	font-weight: bold;
	line-height:12px;
	margin: 0 0 2px 0;
	padding: 0;
}

#sidebarTopContent {
	background-color:#fff; 
	width:242px; 
	padding:4px 8px 8px 8px; 
	margin:3px 0px 0px 0px; 
	font-size:9px; 
	line-height:14px; 
	text-align:justify;
}

#content{
	width:585px;
	float:right;
	padding:0 45px 0 45px;
	
	font-size:1em;
	line-height:1.6em;
	text-align:justify;
	
	display: inline;  /* FOR IE GRRRR, doubles margins on floats w/o this */
	}

#content_one_col{
	width:941px;
	float:none;
	padding:0 15px 0 15px;
	font-size:1em;
	line-height:1.6em;
	text-align:justify;
	}

#content_one_col p{
	margin:0 45px 0 30px;
}

#footer{
		clear:both;
		width:876px;
		height:75px;
		padding:0 0 10px 40px;
		font-family: Arial, Helvetica, sans-serif;

		background:url(../images/bkrnd_footer.gif) 0 18px no-repeat;
		background-color:#fff;
		
		overflow:hidden;
		}

#footer p	 	{ font-size:9px;  margin:28px 0; padding:0; color:#fff; }
#footer a	 	{ color:#fff; }
#footer a:hover { background-color:transparent; text-decoration:underline;}
		
		
.required {
color:#990000;
}
		
