

#content {
	background-image: url('../images-site/two-column.gif');
	overflow:hidden;
	background-repeat:repeat-y;
	background-color:#f8f3e7;
	padding: 0 0 20px 0;
}

#splash-image-1{
	text-align:center;
}

#splash-image-2{
	text-align:center;
	height:105px;
}

/*  ************************************************** 
	Main Column
*************************************************** */
#main-column {
	width:23.563em;
	float:left;
	margin: 0;
	background-color:#f8f3e7;
}

#main-column h2{
	color: #87B446;
	margin:10px 0 10px 20px;
	font-size:1.2em;
	font-weight:bold;
}

#main-column h3 {
	font-size:.9em;
	margin: 5px 10px 0 20px;
	padding:0 0 0 15px;
	color:#87B446;
	background-image:url('../images-site/h3-block.gif');
	background-repeat:no-repeat;
	background-position:left center;
    font-weight:bold;
}
#main-column p {
	margin-left:20px;
    font-size:.7em; 
}
#main-column h3 a{
	color:#87B446;
	text-decoration:underline;
}
#main-column a{
	font-weight: bold;
    color:#800000;
}
#main-column a:visited  {
	font-weight: bold;
    color:#CA6E6D;
}
#main-column a:hover  {
	font-weight: bold;
    color:#800000;
}
#main-column ul {
	margin: 15px;
	font-size:.7em;
	width:31.66em;
}
#main-column li {
	margin:0 0 0 30px;
}

ul.two-column li{
	width:50em; /* Danny: changed from 50 to 50em */
	float:left;
    display: block;
	height:40px;
	}




/*  ************************************************** 
	Side Column
*************************************************** */
#side-column {
	float:right;
	width:9.66em;
}
#side-column h3{
	color: #87B446;
	margin:10px 0 0 0;
	font-size:.9em;
    font-weight:bold;
}
#side-column ul{
	font-size:.7em;
    list-style-type:none;
}
#side-column li {
	margin:0 0 0 10px;
}
#side-column a {
	color:#000;
}

#side-column p {
	font-size:.7em;
}