	body
	{
	background: #FFFFFF;
	font-family: trebuchet MS;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

	#site-container
	{	position: relative;
	    top: 30px;
		left: 0px;
		width: 770px;
		padding: 0px 0px 0px 0px;
		margin: 0 auto 0;
		background: #FFFFFF
		
	}
	
	#header
	{	
	    height: 163px;
		width: 703px;
		text-align: left;
	}
	
	p.title {

		font-family: trebuchet MS, Arial ;
		font-size: 16px;
		color: #000000;
		line-height: 25px;
		margin: 0px;

		}
	
	p.bodyfont {
	font-family: trebuchet MS;
	font-size: 12px;
	color: black;
	margin: 0px;
	}

	h1 {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	weight: "strong"
	}
	
	a:link { 
 		color: #993333;
		text-decoration: none;
		text-decoration: underline;
		}

	a:visited { 
 		color: #660000;
		text-decoration: none;
		text-decoration: underline;
		}

	a:hover { 
		color: #E81212;
		text-decoration: underline;
		}

	a:active { 
		color: #000000;
		}
	

		
		
		
