	body {
		font: 12px Arial, Helvetica, sans-serif;
		background: #3D3D3D url(../images/page_background.gif) repeat-x top left;
	}
	a:link, a:visited {
		text-decoration:none;
		color: #FF9900;
	}
	a:hover {
		color:#7695CD;
		text-decoration: underline;
	}
	img {
		border: 0;
	}
	p.first{
		margin-top: 0;
		padding-top: 0;
	}
	.blue_text {
		color: #7695CD;
	}
	.orange_text {
		color:#FF9900;
	}
	.gray_text {
		color: #A7A7A7;
	}
	.bold {
		font-weight: bold;
	}
	#container {
		background: #FFFFFF;
		margin: 15px auto 5px auto;
		width: 740px;
		border-top: 7px solid #8C8C8C;
	}
	#separator1 {
		clear: left;
		background: #666666 url(../images/nav_separator_1_background.gif);
		height: 29px;
		/* Fix for IE 6 disappearing background image documented at
		http://www.dracos.co.uk/code/ie6-css-bug/ */
		line-height: 1.2;
	}
	#separator2 {
		clear: left;
		background: #666666 url(../images/nav_separator_2_background.gif);
		height: 13px;
		/* Fix for IE 6 disappearing background image documented at
		http://www.dracos.co.uk/code/ie6-css-bug/ */
		line-height: 1.2;
	}
	#header{
		float: left;
	}
	#footer {
		clear: both;
		width: 740px;
		border-top: 6px solid #C8C8C8;
		background-color: #8C8C8C;
		padding: 10px 0;
		color: #FFFFFF;
		text-align: center;
	}
	#footer a {
		color: #FFFFFF;
	}
	

