/* CSS Document *//* HTML elements--------------------------------------------------------------------*/BODY {	margin-top: 30px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: .75em;	background-color:#333333;	}/* TABLE elements--------------------------------------------------------------------*/	TD	{	vertical-align: top;	}TABLE {	padding: 5px;	border-collapse: collapse;	background-color: #FFFFFF;	}	.wrapper {	width: 775px;	margin-left: auto;	margin-right: auto;	padding: 0px;	border-collapse: collapse;	}	.content	{	padding: 8px 15px 15px 15px;	}	.left	{	width: 173px;	background-image: url(images/fade.jpg);	background-position: top left;	background-repeat: repeat-x;	height: 475px;	}.right	{	width: 175px;	background-image:url(images/fade.jpg);	background-position: top left;	background-repeat: repeat-x;	}.fade	{	width: .5px;	background-image:url(images/fadedark.jpg);	background-position: top left;	background-repeat:repeat-x;	}	.year	{	height: 57px;	background: url(images/2008.gif) top left no-repeat;	}	.bar	{	background-color: #0f4912;	background-image: url(images/header.jpg);	background-position: top left;	background-repeat: repeat-x;	color: #FFFFFF;	vertical-align: bottom;	padding: 0px;	}	.title	{	font-size: 2em;	}	/* LINKS--------------------------------------------------------------------*/a, a:hover {  color: #b52f17;}a {  outline: none;}a:hover {  text-decoration: underline;  color:#0066FF;}.nav a {	color: #000000;	text-decoration: none;}.nav a:hover {	color:#003300;	text-decoration: underline;}.nav	{	font-size: .9em;	font-weight: bold; 	line-height: 2em;	padding: 10px;	color: #FFFFFF;	}	.footer a {	color: #FFFFFF;	text-decoration: none;}.footer a:hover {	color:#b52f17;	text-decoration: underline;}/* footer--------------------------------------------------------------------*/.footer	{	background-color: #000000;	color: #FFFFFF;	font-size: .9em;	text-align: right;	height: 35px;	vertical-align: bottom;	padding: 10px;	}
