body {
	font-family: Times, "Times New Roman", TimesNR, "New Century Schoolbook", serif;
	background-image: url(graphics/sidebar_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #FF0000;
	}

p a { color: #ff0000; font-weight: bold; text-decoration: none; background: transparent; }
p a:hover { color: #ffffff; font-weight: bold; text-decoration: underline; background: rgb(50%,50%,50%); }
p a:visited { color: #993333; font-weight: bold; text-decoration: none; background: rgb(85%,85%,85%); }

table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	background: transparent;
	}

h2 {
	color: black; padding: .5em 0.1em 0;
	}

h2.lined	{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B30000;
	font-size: large;
	font-stretch: extra-expanded;
	font-weight: bold;
	border-bottom: 2px solid  #996B00;
	margin: 0.5em 0 0.2em 0;
	}

#main	{
	position: absolute;
	left: 130px;
	top: 10px;
	width: 570px;
	padding: 0;
	background: url(graphics/br.gif) 100% 100% no-repeat;
	background-color: #FFFFFF;
	}
	
	
#main div	{
	padding: 2em 2.5% 1em 2.5%;
  	}
  	
#main_body {
	position: relative; /*Fixes IE 6 "Disappearing Content" issue */
  	font-size: small;
	color: #333;
	margin: 0; 
  	}

