/* CSS Document */

/* HTML elements
--------------------------------------------------------------------*/
BODY {
	margin-top: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	}


/* TABLE elements
--------------------------------------------------------------------*/	
TD	{
	vertical-align: top;
	}
TABLE {
	padding: 5px;
	border-collapse: collapse;
	}	
.wrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-collapse: collapse;
	}
	
.content	{
	padding: 8px 15px 15px 15px;
	}
	
.left	{
	width: 173px;
	background-image: url(images/fadeleft.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 475px;
	}

.right	{
	width: 175px;
	background-image:url(images/faderight.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	}

.fade	{
	width: .5px;
	background-image:url(images/fade.jpg);
	background-position: top;
	background-repeat:repeat-x;
	}
	
.year	{
	height: 57px;
	background: url(images/2012.gif) top left no-repeat;
	}
	
.bar	{
	background-color: #000000;
	color: #FFFFFF;
	vertical-align: bottom;
	}
	
.title	{
	font-size: 1.45em;
	}
	
/* 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:#000000;
	text-decoration: underline;
}

.nav	{
	font-size: .9em;
	line-height: 2em;
	padding: 10px;
	}
	
.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;
	}
