body { margin: 0; 
		margin-top: 2px;
		font-family: Arial, Helvetica, Sans-serif; font-size: 10pt; 
		background: black;
	}

	a { color: #39425a; }
	a:hover { color: #a92822; }
	a:visited { color: #ae643d; }

	table { border-left: 1px solid black; background: white; }

	table td { vertical-align: top; padding: 0; }

	h2 { font-size: 10pt; color: #a92822;  }
	
	td#banner { 
		background: black; 
		border-bottom: 5px solid #abc9cb;
		border-top: 0px solid #abc9cb;
		
		
	}

	td#leftside { 
		/* border-left: 5px solid #abc9cb; */
		padding: 5px;
		width: 170px;
		padding-bottom: 25px;
		
	}

	div#sitenav { font-size: 10pt; padding-bottom: 25px; background: #abc9bc; padding-top: 20px; border: 1px solid black; }
	div#sitenav a { display: block; text-decoration: none; padding: 5px; color: white; background: #39425a; border-top: 1px solid black;
		
	}

	div#sitenav a:visited { color: #abc9cb; }

	div#sitenav a:hover { background: #abc9cb; color: black; text-decoration: underline; }

	

	div#sitenav a#1 { background: #abc9cb; color: #a92822;}

	div#info { padding-top: 20px; padding-bottom: 0px; background: #ae643d; border-top: 40px solid black;
		background: url("images/grafitti.jpg") no-repeat; height: 37px; border-bottom: 20px solid #a92822;
		}

	td#content { padding: 10px; padding-right: 20px; padding-bottom: 20px; font-size: 9pt; }
	td#content h1 { border-bottom: 1px solid #39425a; font-size: 11pt; color: #a92822; }

	td#content table { border: 1px solid #39425a;}
	td#content table td { font-size: 10pt; }
	td#content table td div { font-size: 8pt; color: black;  padding: 5px; margin-bottom: 5px; background: white;}
	td#content table td div.even {color: #a92822; }

	td#content table td div.odd {color: #39425a; }
	td#content h1#head { background: white; }
	
	td#rightside { 
		width: 430px; 
		width: 530px;
		padding: 5px; 
		font-size: 10pt; 
		border-left: 1px solid #39425a; 
		border-right: 1px solid #ae643d;
		background: #ae643d; 
		margin-top: 0;
		padding-top: 0;
	}

	td#rightside h3 { font-size: 10pt; color: #39425a; padding: 5px; background: #a92822; text-align: center; margin: 0;}
	td#rightside div { font-size: 8pt; color: black;  border: 1px dotted #abc9cb; padding: 5px; margin-bottom: 5px; background: white;}
	td#rightside div.even { color: #a92822; }
	td#rightside div.odd { color: #39425a; }

	td#f1 { border-top: 5px solid #abc9cb; border-bottom: 5px solid #abc9cb;}
	td#f2, td#f3 { font-size: 8pt; padding: 5px; background: black; color: white; border-top: 5px solid #ae643d; }
	td#f3 { text-align: right; }
	
