	body {
		overflow				: -moz-scrollbars-vertical;
		font-family				: Arial, Helvetica, sans-serif;
		background-repeat		: no-repeat;
		letter-spacing			: 0px;
		background-color		: #f0f1f1;
		font-size				: 12px;
		line-height				: 16px;
		font-style				: normal;
		color					: #dbdbdb;
		padding					: 0;
		margin					: 0;
		text-align				: left; 
		}

	#main {
		text-align				:left;
		color					:#333333;
		width					:700px;
		height					:auto;
		clear					:left;
		line-height				:17px;
		border					:none;
		margin-bottom			:0px;
		text-align				:left;
		margin					:0 0 0 0;
		}
	#nav { 
		height					:149px;
		width					:290px;
		background-image		:url(../images/nav_bg.gif);
		float					:left;
		margin-top				:31px;
		}
		
	#content {
		width					: 470px;
		border-right			: 1px solid #FFFFFF;
		border-bottom			: 1px solid #FFFFFF;
		padding					: 20px;
		float					: left;
		margin-bottom			: 20px;
		}

	#subnav {
		margin-top				: 0px;
		width					: 289px;
		height					: 170px;
		float					: left;
		background-image		:url(../images/bg-subnav.gif);
		}
	
	#footer {
		text-align				:left;
		width					:800px;
		height					:30px;
		clear					:left;
		line-height				:15px;
		border					:none;
		margin-bottom			:5px;
		margin					:0px auto 0;
		padding					:20px;
		width					:760px;
		}


a:link {
	color						:#003b8d;
	text-decoration				:none;
}
a:visited {
	color						: #003b8d;
	text-decoration				:none;
}
a:hover {
	color						:#a7394a;
}
a:active {
	color						: #a7394a;
}

h1 {
	color:#a7394a;
	font-size: 14px;

}

.footer {
width: 620px;
	border-top: 1px solid #7b7c7e;
	font-size					:10px;
	color						:#7b7c7e;
	float:left;
	margin: 20px 0 20px 80px;
	}
	
.boxtext {
	padding						: 5px;
	line-height					:15px;
	font-size					:11px;
	color						:#fff;
	}
.img {
	margin-right				: 5px;
	}
	