
a {
text-decoration: none;
color: #fff;
}

table a{
	color: #000;
}

body
{
	background-image: url(images/wheatbg.jpg);
	background-repeat: repeat;
	background-position: top;
	background-attachment: scoll;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: center; /* for IE */
	padding: 0;
	margin: 0;
}


#wrap {
background-color: #fff;
width: 900px;
margin: 0 auto 0px;
-moz-box-sizing:border-box;box-sizing:border-box;
position: relative;
z-index: 2;
text-align: left;
}

#headwrap {
	background: #000 url(images/bg1.jpg) scroll repeat-x;
	height: 213px;
	width: auto;

}

#head {
	position: relative;
	height: 160px;
	width: 100%;
	min-width:900px;
	margin: auto;
	background-color: transparent;
	background-image: url(images/headbg.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#head img{
	position: absolute;
}


#content {
	width:880px;
	-moz-box-sizing:border-box;box-sizing:border-box;
  	margin: auto;
	text-align: left;
	background-color: transparent;
	padding: 60px 10px 40px 10px;
}


.halfdivl {
	width: 501px;
	height: 333px;
	float: left;
	text-align: left;
	font: normal normal 18px/28px times,"Times New Roman", serif;
	color: #000;
	padding: 35px 20px 0 0;
	background-image: url(images/whitebg.png);
	z-index: 1;
}

.halfdivl span{
		font: normal normal 42px times,"Times New Roman", serif;
		color: #a41e22;
}

.halfdivr {
	width: 369px;
	padding: 0 0 0 10px;
	float: right;
	z-index: 1;
}

.bubbletext {
	font: normal normal 16px/21px times,"Times New Roman",serif;
	color: #fff;
	text-align: left;
	z-index: 999;
}


.navlg {
width:900px;
height:27px;
background-color:transparent;
background-image:url(images/navbg.png);
background-repeat:no-repeat;
background-position:top;
font-size:16px;
overflow:hidden;
margin:0 auto;
padding:16px 0;
}

.navlg li {
display:inline;
}

.navlg li a {
color:#FFF;
text-decoration:none;
border-right:1px solid #666;
padding:16px 35px 20px;
}

.navlg a:hover {
font:normal 16px Arial;
color:#ccc;
text-decoration:none;
border-right:1px solid #666;
padding:16px 35px 20px;
}

#rollover2 a {
color:#FFF;
text-decoration:none;
border-right:0;
padding:9px 35px 12px;
}

#rollover2 a:hover {
color:#ccc;
text-decoration:none;
border-right:0;
padding:9px 35px 12px;
}

.navlg ul {
	margin: 0;
	padding: 0;
} 

h1 {
	padding: 0;
	margin: 0;
	text-align: center;
	color: #a41e22;
	border-bottom: 1px solid #ccc;
	border-right: none;
	border-left: none;
	border-top: none;
	font-size: 24px;
}

#u {
	text-decoration: underline;
}