/************** Default Elements *******************/* {	margin: 0;	padding: 0;	border: 0;}/* hide from IE mac \*/ html {	min-height: 100%;	margin-bottom: 1px;}/* end hiding from IE5 mac */body {	font: 100.01%/120% Arial, Helvetica, sans-serif;	color: #000;}/************** Layout Elements *******************/#cancel {         color: #000000;}#wrapper { 	width: 70em;  	margin: 30px auto 0 auto; 	font-size: 80%;	background: #fff;	background-attachment: fixed;}	 #header { 	height: 50px;	border: 2px blue} #nav {	background-color: #88aacc;}#nav ul {	padding: 3px;	text-align: center;}#nav li {	display: inline;	margin: .5em 1em;}#nav a {	color: #4a3312;	text-decoration: none;	font-weight: bold;}#nav a:hover {	color: #fff;}#nav2 {	background-color: #88aacc;}#nav2 ul {	padding: 3px;	text-align: center;}#nav2 li {	display: inline;	margin: .5em 1em;}#nav2 a {	color: #4a3312;	text-decoration: none;	font-weight: bold;}#nav2 a:hover {	color: #fff;}#leftcol {	float: left; 	width: 24em; 	margin-top: 0;	text-align: center;}#leftcol ul {	list-style-type: none;	background-color: #88aacc;	font-weight: bold;	border-top: 1px solid #88aacc;	border-right: 1px solid #88aacc;	border-left: 1px solid #88aacc;}#leftcol a {	color: #000;	text-decoration: none;	display: block;	border-bottom: 1px solid #7799bb;	padding: 2px;}#leftcol a:hover {	background-color: #7799bb;	color: #fff;}#content { 	margin: 0 1em 0 25em; } #content ul {	list-style-type: none;	padding: 3px;	text-align: left;}#content li {	margin: .5em 1em;}#footer { 	clear: both;	margin-top: 30px;} #footer p {	margin: 0;	float: right;	font-size: 75%;	color: #48500a;}/************** Text Elements *******************/h1, h2, h3, h4, h5, h6 {	margin: 1em 0 0.5em 0;	font-size: 150%;	color: #6688aa;}h2 {	font-size: 140%;}h3 {	font-size: 130%}h4 {	font-size: 120%}h5 {	font-size: 110%;}h6 {	font-size: 100%;}p {	margin: 1em 0;}/************** Generic Classes *******************/.right {	float: right;	margin: 5px 0 2px 10px;}.left {	float: left;	margin: 5px 0 2px 10px;}.clear { 	clear:both;   height:0;   font-size: 0;   line-height: 0;}/************** Link Styles *******************/a img {	border: none;}a {	color: #fd0002;}a:hover {	color: #ff9f9f;	text-decoration: none;}