@charset "UTF-8";
/* CSS Document */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Trebuchet MS", Trebuchet, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #666;
	margin: 0px;
	padding: 0px;
	background-color:#242424;
	text-align:left;
}
p, ul, .regfont {
	font-size: 1.3em;
	line-height:1.5em;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-position:inside;
}
a {
	color: #ff0000;
	text-decoration: none;
}

h1 {
	color: #ff0000;
	font-size: 2.4em;
}

h2 {
	font-size: 2em;
}

#banner {
	background: #ffffff url(images/banner_bg.png) no-repeat left top;
	width: 1024px;
	height: 117px;
}
#logo {
	padding-left: 128px;
	float: left;
	width: 289px;
	height: 117px;
}
#main {
	background: #ffffff url(images/bg.jpg) no-repeat left bottom;
	width: 1024px;
	overflow:hidden;
}
#nav {
	padding-top: 16px;
	font-size: 1.2em;
	background-color:#ffffff;
}
.navitem {
	border-right: 1px dashed #666;
	text-align:center;
}
.navitem2 {
	text-align:center;
}
#nav a {
	color: #666;
}
#nav a:hover, .current {
	color: #ff0000;
}
#content {
	margin-top: 33px;
	padding-left: 21px;
	width: 789px;
	text-align:left;
}
.tipbox {
	background-image:url(images/tipbox.jpg);
	background-repeat:no-repeat;
	width: 356px;
	height: 325px;
}
.tipbox p {
	padding: 61px 26px 8px 181px;
}
.copy {
	width: 360px;
	padding-left: 48px;
	vertical-align:top;
	padding-top: 15px;
}
.copy p {
	padding: 0px;
	margin: 0px;
}
.copy img, .er_icon {
	float: right;
	margin-top: -14px;
	padding-bottom: 18px;
}
.er_icon {
	float: right;
}
.boldblk {
	font-weight: bold;
	color: #252525;
}
#footer_area {
	margin-top: 174px;
	padding-left: 128px;
}
#footer_area, #footer_note {
	width: 1024px;
	color: #ffffff;
	font-size: 1em;
	line-height: 1.3em;
	text-align:left;
}
#footer_note {
	padding-left: 128px;
	padding-top: 44px;
}
.lightgrey {
	color: #999;
}
.white {
	color: #ffffff;
}
.smallfont {
	font-size: 1.1em;
	text-align:left;
}

#formrequest_1 a { display:block; text-indent:-2000px; background:url(images/formbutton_1.jpg) no-repeat; width:236px; height:39px; overflow:hidden; }
#formrequest_1 a:hover { background-position:left -39px; }