/* CSS PAGE - ElEMENTS IN ALPHABETICAL ORDER MORE OR LESS, WITH SAME CLASSES AND IDS GROUPED *//*HIGHLIGHT LINKS*/a:hover {	color: #CC3300;}body {	height: 100%;	margin: 0;	background: #060 url(../images/background.jpg) repeat-x top;	font-family: Arial, Helvetica, sans-serif;	padding: 15px;}#container {	margin: 0 auto;	padding: 0;	width: 800px;	color: #333;	background: #fff url(../images/containerbackground.gif) repeat-y;}#footer {	clear: both;	width: 800px;	margin: 0 auto;	padding-bottom: 4px;	padding-top: 4px;	border-top: #fff solid 1px;	border-bottom: #060 solid 1px;	background: #ffcc00 url(../images/yellowbarbackground.gif) repeat-x bottom;	text-align: center;	font-size: smaller;	color: #393;}.green {	color: #093;}h1, h2, h3, h4, h5 {	color: #093;	margin-left: -1em;}#header {	margin: 0 auto;	width: 800px;	height: 191px;	color: #fff;	background: #fff url(../images/containerbackground.gif) repeat-y left;}#header a {	text-transform: uppercase;	text-decoration: none;	text-align: left;	font-weight: bold;	color: #F7C500;	font-size: 28pt;}#header a, #header a:visited, #header a:active {	color: #F7C500;}html {	height: 100%;	margin: 0;	padding: 0;}img {	border: 0;}.italic {	font-style: italic;}#left {	float: left;	border-top: solid 1px #ccc;	border-right: solid 1px #aaa;	border-bottom: solid 1px #666;	padding: 10px 40px 0 0;	margin-bottom: 10px;	width: 160px;	line-height:1em;	}#left ul {	width: 100%;	list-style: none outside;	font-size: smaller;	}#left ul li {	margin-bottom: 1em;}/*STYLE FOR LINKS ON LEFT THAT USER IS CURRENTLY VIEWING*/.leftactive {	font-style: italic;	font-weight: bold;}.lefttitle {	margin-left: 20px;	font-weight: bold;}#nav {	width: 800px;	margin: 0 auto 0 auto;	padding-top: 5px;	border-top: solid 4px #fc0;	background: #393 url(../images/navbackground.gif) repeat-x top;	text-align: center;}#nav ul li a {	margin: 0 2px ;	padding: 5px 5px;	color: #fff;	text-decoration: none;	font-weight: bold;	font-size: 13.5pt;}#nav ul li a:hover {	text-decoration: none;	color: #006;}/*STYLE FOR TABS OF CURRENT SECTION USER IS IN*/#nav ul li .active {	background: #ffcc00 url(../images/yellowbarbackground.gif) repeat-x bottom;	color: #006633;	margin: 0 2px ;	padding: 5px 5px;	font-size: 13.5pt;	border-left: solid 1px #ff9;	border-right: solid 1px #960;}/*MAKES LIST INLINE*/#nav ul li, #nav ul {	margin: 0;	padding: 0;	display: inline;}#right {	float: right;	padding: 0 50px 80px 80px;	width: auto;}table, table td {	border: solid 1px #aaa;}