/* Basic Default Styles */body {	font: 12px Verdana;	color: #000;	background: #DFE3BA; 	margin: 25px 25px 25px 25px;}a:link, a:visited {	text-decoration: none;	color: #333333;}#container {	position: relative;	background: #ADB583;	margin: 5px 50px 5px 50px;	padding: 5px;	border: 5px solid #ffffff;	height: 600px;}#quickSummary {	color: #42443A;}#navlist {	position: absolute;	left: 30px;	top: 0px;	width: 86px;	color: #000000;	margin: 20px 0px 0px 0px;}#navlist p {	font-size: .8em;}#navlist ul {	margin: 0;	padding: 0;	list-style-type: none;	font-size: .8em;	}#navlist li {	margin: 15px 0px 15px 0px;}#navlist a {	display: block;	/*TEXT PLACEMENT*/	padding: 3em 2em 3em 1em;	background-image:  url(page_assets/up.jpg);	background-repeat: no-repeat;	background-position: 0% 50%;}#navlist a:link, #navlist a:visited {	color: #000000;	text-decoration: none;}#navlist a:hover, #navlist a:active {	background-image:  url(page_assets/down.jpg);	background-repeat: no-repeat;	background-position: 0% 50%;	color: #ffffff;}#uberlink a:link, #uberlink a:visited,#uberlink a:hover, #uberlink a:active {	background-image:  url(page_assets/down.jpg);	background-repeat: no-repeat;	background-position: 0% 50%;	color: #ffffff;}#content {    margin: 35px 90px 20px 150px;    padding: 1em;	line-height: 1.5;	background-color: #FFFFFF;	border: 1px solid #000000;	}#content p {	font: 13px "Trebuchet MS", Verdana;	color: #000000;	}h1, h2, h3 {	margin: 0 0 6px;	color: #333333;}#footer {/*    margin: 30px 90px 30px 0;    color: #42443A;    */    margin: 0 0 0 150px;    position: relative;	padding-top: 5px;	}#pics {    /*margin: 35px 90px 20px 150px;*/    position: absolute;	left: 190px;	top: 75px;	}