/* Generic Style */
body
{
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background-image:url(images/bg_page.gif);
	background-position:top center;
	background-repeat:repeat-x;
}

#wrapper {
	width:1000px;
	margin:0px auto;
	padding: 0px 10px 10px 10px;
	top: 0px;
	text-align:center;
	background-color:#fff;
}

#header {
	background: #fff;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 180px;
}

#menubg {
	padding:5px 20px 5px 10px;
/*	border:solid 1px black; */
	font-size:14px;
	font-weight:bold;
	height:20px;
	float:left;
}

#segmenttitle {
	font-size:14px;
	font-weight:bold;
/*	text-transform:uppercase; */
	color:#da1010;
}

#rightcol {
	width: 240px;
	padding: 0px;
	text-align:center;
	float: right;
}

#content {
	width: 750px;
	text-align: center;
	float: left;
}

#footer {
	clear:both;
	padding-top: 10px;
	width: 1000px;
	height: 40px;
}

a {
	color: #DD0000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #000000;
}

li {
	list-style-type:square;
	color:#666666;
}
	
#spacer {
/*	border: solid 1px #000000; */
	height: 10px;
	clear: both;
}

/* Contact Us Style */
.contactform {
	width:230px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.buttonstyle {
	background-color:#91A13D;
	border:solid 1px #AABB44;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: White;
}

.searchform {
	width:100px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.searchbuttonstyle {
	background-color:#DDDDDD;
	border:solid 2px #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:19px;
	color:#666666;
	font-size:11px;
	font-weight:bold;
}

#instruction {
	color:Red;
	font-size:10px;
}