/* 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 */
ol.priv {
list-style-type: lower-alpha;
list-style-position: outside;
padding-left: 30px;
} 