		body
		{
			margin: 0;
		}
		
		#container
		{
			border: 1px solid #D1D1D1;
			font-family: geneva, arial, helvetica, sans-serif;
			color: #333;
		}
		
		#header h1
		{
			margin: 0;
			padding: 0;
			position: absolute;
			left: -999em;
		}
		
		#header
		{
			background-color: #10508a;
			background-image: url(../images/homepage.gif);
			background-position: left top;
			background-repeat: no-repeat;
			height: 71px;
		}
		
		#maincontent
		{
			margin: 5px;
		}
		
		#maincontent h1
		{
			font-size: 112%;
			color: rgb(255, 111, 20);
			font-weight: normal;
			font-style: italic;
			margin: 0;
			padding: 0;
		}
		
		#maincontent h2
		{
			 font-size: 98%;
			 color: rgb(97, 107, 160);
			 font-weight: bold;
			 margin: 0;
		}
		
		p
		{
			font-size: 70%;
		}
		
		.red
		{
			color: red;
		}
		
		#contentheading
		{
			background-image: url(../images/logo.gif);
			background-repeat: no-repeat;
			background-position: center left;
			padding-left: 80px;
			border-top: 1px solid #D1D1D1;
			padding-top: 5px;
			padding-bottom: 5px;
		}
		
		#contentheading p
		{
			margin: 0;
		}
		
		.black_title
		{
			font-weight: bold;
			font-size: 105%;
		}
		
		#contentbody
		{
			font-size: 70%;
			border-top: 1px solid #D1D1D1;
			padding-top: 5px;
		}
		
		#contentbody table
		{
			font-size: 100%;
		}
		
		#contentbody p
		{

			margin: 0;
			font-size: 100%;
		}
		
		a
		{
			color: #000000;
		}

		a:visited
		{
			color: #3366CC;
		}
		
		.comment
		{
			color: #000000;
			padding-bottom: 10px;
			border-bottom: 1px solid #D1D1D1;
		}

		.lastcomment
		{
			padding-top: 10px;
		}
		