/* This sets the main content holder to the left of the page if no left menu is desired */
#content_column1 {
	float: none;
}

#header-shadow {
	margin-bottom: 30px;
}

/* Code for bulleted lists */
ul.tos {
list-style-type: disc;
list-style-position: outside;
padding-left: 30px;
} 

