body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	bgcolor="#ffffff";
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	scrollbar-base-color: #666;
	scrollbar-arrow-color: #999;
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color: #666;
	scrollbar-face-color: #666;
	scrollbar-highlight-color: #666;
	scrollbar-shadow-color: #ccc;
	scrollbar-track-color: #666;

}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: top;
}
.NavBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	text-align: CENTER;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: top;
}
.FTP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	text-align: left;
	vertical-align: top;

}
.Contact2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	font-weight: normal;	
}
.Contact3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9C4D33;
	font-weight: bold;
	text-align: left;	

}
.Contact_HeadLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
	font-weight: bold;
	text-align: left;
	
}
.Press_Left {
	margin-left: 160px;
	margin-top: 75px;
}
.Press_Right {
	margin-left: 15px;
	margin-top: 75px;
	
}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999;
	text-align: justify;
	letter-spacing: 15px;
}
.Header2 {
	color: #ACA96B;
}

.MainBody {
	vertical-align:top;
	height: 450px; 

}
.MainBodyScroll {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 20px;
	color: #666;
	overflow:auto

}
 .SideBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 30px;
	color: #666;
	text-align: left;
	vertical-align:middle;

}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 10px;
	color: #666;
}
h2 {
	font-size: 12px;
	color: #666;
}
h3 {
	font-size: 15px;
	color: #666;
	padding-left: 75px;
}
h4 {
	font-size: 16px;
	color: #333;
}
h5 {
	font-size: 18px;
	color: #666;
}
h6 {
	font-size: 24px;
	color: #666;
}
.NewsHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	overflow:auto
}
.NewsBody {
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	text-align:left;
	}
	
.OverviewLeft {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
	line-height: 20px;
	vertical-align: middle;
	font-weight: 500;
	font-size: 90%;
}
.OverviewRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	vertical-align:top;
	
}
.OverviewRightFlash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	vertical-align: center;
	
}
