body,html {
	 margin: 0px;
	 padding:  0px;
	 background-image:url(Images/bg.jpg);
	 background-repeat:repeat-x;
	 background-position:top;
	 background-color:#003810;   
}

img, div,td,table { behavior: url(iepngfix.htc) 
}  

.MainText{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#000000;
	 line-height:20px;
}
.BottomNav{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#fade7b;
}
.BottomNav a{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#fade7b;
	 text-decoration:none;
}
.BottomNav a:hover{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#bd9244;
	 text-decoration: underline;
}

.PropertyInfo {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	color:#fdf9b4;
}

.PropertyInfo a {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fdf9b4;
}

.PropertyInfo a:hover {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:underline;
	color:#d59d4a;
}
.awardtitle{
	padding-top: 5px;
	text-transform: uppercase;
	font-size:14px;
	font-weight:600;
	text-align: center;
	height: 22px;
	width: 454px;
	color: #fff8ac;
	background-color: #9c3c00;
	margin-left: 50px;
}


