body {
font-size:.8em;
color: #666666;
font-family: "Lucida Grande", "Lucida Sans", Geneva, Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6{
line-height: normal;
margin-top: 0px;
color:#ff8600;
}
h1{
font-size:1.5em;
}
h2{
font-size:1.3em;
}
h3{
font-size: 1.2em;
}
.bgBlack {
	background-color: #000000;
}
.bgDGrey {
	background-color: #666666;
}
.bgRed {
	background-color: #c61018;
	color: #FFFFFF;
	border-bottom: #990000 4px solid;
}
.mainFont {
	color: #666666;
	background-color: #FFFFFF;
}
.footerFont {
	font-size: 80%;
	color: #333333;
	background-color: #FFFFFF;
}
.bgOrange {
	background-color: #ff8600;
	border-bottom: #990000 2px solid;
}
a {
	color: #FF9900;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.bgPix {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.lineRight {
	border: 1px solid #FF9900;

}	
.specialBox {
	border: 1px solid #FF9900;
	font-size: 90%;
	color: #333333;
	background-color: #FFF5EC;
	padding: 4px;
}
.secondFont {
	font-size:.8em;
}
.formTxt {
	font-family: "Lucida Grande", "Lucida Sans", Geneva, Arial, sans-serif;
	
}
.leftNav {
	font-family: "Lucida Grande", "Lucida Sans", Geneva, Arial, sans-serif;
	
	font-weight: bold;
	color: #990000;
	background-color: #F2F2e6;
	border-right: 1px solid #FF6600;
}
.leftNav a {
	font-weight: bold;
	text-decoration:none;
}
.leftNav a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration:none;
}
.titleHead {
	font-size: 1.5em;
	line-height: normal;
	font-weight: bold;
	color: #FF8700;
}
#home-hero{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
}
#foMenu #logo{
	height:150px;
	width:100%;
	background:url(images/logo.gif) no-repeat center center;
}
#foMenu #menu{
	padding:0;
	margin:0 0 0 5px;
	list-style:none;
	height:20px;
	color:#333333;
}
#foMenu #menu li{
	float:left;
	padding:0;
	margin:0 5px 0 0;
}
#foMenu #menu li a {
	float:left;
	display:block;
	line-height:20px;
	background-color:#FBCC98;
	color:#333333;
	font-size:8.5pt;
	text-align:center;
	width: 120px;
	padding: 0;
	white-space:nowrap;
}
#foMenu #menu li a:hover{
	background-color:#F98300;
	color:white;
	text-decoration:none;
}