		body {			font: 12px  Verdana, sans-serif;			margin: 0;			padding: 0;			background-color:#C2C09F;		}		#container {			width: 760px;			margin-left: auto;			margin-right: auto;			text-align:left;			background-color:#fafaf0;		}		#banner {			padding: 0;		}				#nav {	height:25px;	background-image: url(images/nav_background2.gif);	background-repeat: no-repeat;		}		#content {			margin-right: 333px;		}		#sidebar-a {			float: right;			width: 333px;		}		#footer {			clear: both;		}	/*  Set up general page elements */  p {	padding: 0 40px 0 40px;	margin-bottom: 10px;	font: 12px/18px Verdana, sans-serif;	color: #000;}#footer p {	margin-top: 0px;	margin-right: 0px;	margin-bottom: 10px;	font: 11px/18px  Verdana, sans-serif;	color: #999;}          a:link, a:visited {text-decoration : none;color: #3366CC;background: transparent;} a:hover {text-decoration : underline;color: #6699FF;background: transparent;} a:active {text-decoration : underline;color: #6699FF;background: transparent;}         /*   Headlines  */h1 {	padding: 20px 20px 0 20px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 10px;	margin-left: 0px;	color: #990000;	background-color: transparent;	font-size: 18px;	font-weight: bold;}h2 {	padding: 20px 20px 0 20px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 10px;	margin-left: 0px;	color: #339966;	background-color: transparent;	font-size: 18px;	font-weight: bold;}h3 {	/*padding: 20px 20px 0 20px;*/         	margin-top: 30px;	margin-right: 20px;	margin-bottom: 10px;	margin-left: 20px;	color: #006699;	background-color: transparent;	font-size: 14px;	font-weight: bold;	border-bottom:1px solid #ccc;}h4 {	padding: 20px 20px 0 20px;	margin-top: 30px;	margin-right: 0px;	margin-bottom: 5px;	margin-left: 0px;	color: #006699;	background-color: transparent;	font-size: 14px;	font-weight: bold;}h5 {	/*padding: 20px 20px 0 20px;*/	color: #006699;	background-color: transparent;	font-size: 12px;	font-weight: bold;	margin-top: 0px;	margin-right: 20px;	margin-bottom: 40px;	margin-left: 50px;	font-weight: bold;	border-bottom:1px solid #ccc;}h6 {	padding: 20px 20px 0 20px;	color: #003366;	background-color: transparent;	font-size: 12px;	font-weight: bold;	margin-top: 20px;	margin-right: 0px;	margin-bottom: 5px;	margin-left: 0px;	font-weight: bold;}blockquote {padding:10px; background-color:#F5F5EF;border:1px solid #e3e3d2;}  /*  Content Area Lists */		#content ul 	{color:#000;	margin: 0;	padding: 0 40px 0 40px;	}	#content li	{	line-height: 18px;	margin-bottom: 5px;	padding-bottom: 0;	padding-left: 0;	margin-left: 30px;	list-style-position: outside;	list-style-type: disc;	}	#content ul ul li {	margin-top: 10px;	}	/* end content area lists *//* table layout */	#tablegeneral {		border: 1px solid #D9D9D9;		margin-left: 40px;	}	#tablegeneral tbody tr td {		font-family:  Verdana, sans-serif;		font-size: 12px;		padding: 3px 8px;		border-left: 1px solid #D9D9D9;		border-bottom: 1px solid #D9D9D9;		}	#tablegeneral tbody tr th {		background-color:#2779A3;		font-family:  Verdana, sans-serif;		color:#FFFFFF;		font-size: 12px;		padding: 3px 8px;		border-bottom: 1px solid #666666;		border-left: 1px solid #D9D9D9;	}		#tablegeneral td.columnheader {		font-weight: bold;	}		