@charset "utf-8";
/* CSS Document */
body {
	background: url(../images/bg.jpg);
	height:auto;
}
.banner {
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	width:814px;
	height:221px;
}
.topshadow {
	background-image:url(../images/topshadow.gif);
	background-repeat:no-repeat;
	width:814px;
	height:231px;
}
.topshadow h1 {
	font-size:24px;
	text-align:center;
	color:#CC0000;
	font-family:Tahoma;
}
.topshadow h2 {
	font-family:Tahoma;
	font-size:19px;
	text-align:center;
	color:#fb6409;
	line-height:25px;
}
.midshadow {
	background-image:url(../images/bottshadow.gif);
	background-repeat:repeat;
	width:814px;
	height:544px;
}
.bottshadow {
	background-image:url(../images/bottombanner.gif);
	background-repeat:no-repeat;
	width:814px;
	height:282px;
}
.style1 {
	color: #b14606;
	text-decoration:underline;
	font-size:16px;
}
.textsource {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	line-height:20px;
}
.textsource ul li {
	list-style:none;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px;
	margin:0px;
}
.formsubmit {
	background:url(../images/formsubmitbg.gif);
	background-repeat:no-repeat;
	width:347px;
	height:173px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}
.note {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}
