html, body {
	margin: 0px;
	padding: 0px;
	background-color:#f4f4f4;
	color:#68696a;
	font:11px Arial, Helvetica, sans-serif;
}
h1, h2, h3, p, form, img, ul, ol{
		margin:0;
		padding:0;
		font-weight:normal;
}
img{
		border:none;
}
ul, ol{
	list-style:none;
	margin:0;
	padding:0;
}
a:link, a:active, a:visited{
		text-decoration:none;
		outline:none;
}
a:focus, input:focus{
	outline:none;
	-moz-outline-style:none;
}
a:hover{
	text-decoration:underline;
}
.clearfloat{
	clear:both;
}
#topcurve{
		margin:auto;
		width:957px;
		height:37px;
		background:url(../images/top_curve.gif) no-repeat left bottom;
}
#container{
		margin:auto;
		width:943px;
		background:url(../images/bodybg.gif) repeat-y left top;
		padding:0px 7px;
}
/* Header */
#header{
	padding:6px 0 20px 0;
}
#logo{
		width:246px;
		float:left;
}
#logo a{
		background:url(../images/logo.gif) no-repeat left top;
		text-indent:-3000px;
		display:block;
		height:62px;
}
#topnav{
	width:670px;
	float:right;
	margin:0px 10px 0px 0px;
	display:inline; 
}
#topnav ul{
	float:right;
}
#topnav ul li{
	display:inline;
	float:left;
	background:url(../images/topnav_separator.gif) no-repeat right center;
	margin:0px 5px 0px 0px;
	padding:0px 5px 0px 0px;
}
#topnav ul li.last{
	background:none;
	margin:0px;
	padding:0px;
	}
#topnav ul li a{
		display:block;
		float:left;
		padding:0 5px;
		color:#414141;
		text-transform:uppercase;
}
#topnav ul li a:hover{
	color:#FFF;
	background-color:#ef820c;
	text-decoration:none;
}

/* Top Nav Search Bar */
#searchbar{
		width:670px;
		float:right;
		margin:12px 0 0 0;
		vertical-align:middle;
		line-height:18px;
		text-align:right;
}

.black_font
{
color:#010101;
font-weight:bold;
}

#topnav input{
	border:#b6bcbc 1px solid;
	height:16px;
	margin:0px 0px 0px 6px;
	vertical-align:middle;
}
#topnav input.go{
	border:none;
	height:18px;
	background:#FFF;
	margin-right:3px;
}

#topnav select
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
	height:18px;
	background:#FFF;
	margin: 0px 5px 0px 0px;
	border:1px solid #B6BCBC;
	outline:none;
	vertical-align:middle;
}

.anchor_class
{
	display:inline;
	color:#044169;
	background:url(../images/topnav_separator.gif) no-repeat right center;
	margin:0px 5px 0px 3px;
	padding:0px 5px 0px 3px;
	font-weight:bold;
}

.user_class
{
	display:inline;
	background:url(../images/topnav_separator.gif) no-repeat right center;
	margin:0px 5px 0px 3px;
	padding:0px 5px 0px 3px;
	color:#ef820c;
	font-weight:bold;
}

.user_class a
{
	display:inline;
	margin:0px 3px 0px 0px;
	padding:0px 3px 0px 0px;
	color:#010101;
	font-weight:bold;
	text-decoration:none;
}

.user_class a:hover
{
	display:inline;
	margin:0px 3px 0px 0px;
	padding:0px 3px 0px 0px;
	color:#ef820c;
	font-weight:bold;
	text-decoration:underline;
}

/*  Footer */
#footer {
		margin:auto;
		width:957px;
		background:url(../images/bottom_curve.gif) no-repeat left top;
		padding:16px 0 15px 0;
		text-align:center;
		color:#a6a6a6;
}

.footer_hmpage {
		margin:auto;
		width:957px;
		background:url(../images/hp_bottom_curve.gif) no-repeat left top !important;
		padding:16px 0 15px 0;
		text-align:center;
		color:#a6a6a6;
}

#footer a {
		color:#a6a6a6;
		margin:0px 7px;
}

#footer p.copyright{
		margin:9px 0 0 0;
		display:block;
}
