body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	background-color:#998379;
	}
	
h1 {
	margin:0;
	padding:0;
	color:#e08c8c;
	font-weight:bold;
	font-size:16pt;
	text-transform:uppercase;
}

h2 {
	color:#000000;
	font-size:12pt;	
	font-weight:bold;
	margin-top:20px;
	margin-bottom:6px;
}

h3 {
	color:#ffffff;
	font-size:11pt;	
	font-weight:bold;
	margin:0;
}
p {
	margin-top:5px;
	margin-bottom:25px;
	line-height:17px;
	color:#ffffff;
}

/* Layout Styles---------------------------------------------------------------------------------------------*/
#PageWrapper {
	width:991px;	
	margin:auto;
	min-height: 100% !important;
}
	
	#PageWrapper #InnerWrapper #HomeWrapper {
		width:991px;
		height:667px;
		background:url('/Templates/Images/Home/home-bg.png') no-repeat;
	}
	
#PageWrapper #InnerWrapper #HomeWrapper #HomeRightContent {
		float:right;
		margin-top:55px;
		margin-right:57px;
		width:428px;
	}




	
	
	
/*		.HeaderTitle {
		margin-top:0;
		margin-bottom:5px;
	}
	
	.HeaderTitle ul {
		margin:0;
		padding:0;
		background-color:#000000;
	}
	
	.HeaderTitle ul li {
		padding:3px 20px 3px 0;
		color:#ffffff;
		text-align:right;
		list-style-type:none;
	}
	
	.HeaderTitle ul li a {
		color:#ffffff;
		text-decoration:none;
		text-transform:uppercase;
		font-size:9pt;
		font-weight:bold;
		width:426px;
		background-image:url('/Templates/Images/Icons/arrow-bullet-home.png');
	}
	.HeaderTitle ul li a:hover {
		background-image:url('/Templates/Images/Icons/arrow-bullet-home.png');
		background-position:left;
		background-repeat:no-repeat;
	}*/