body {
	background-color: #AAAAAA;
	background-image: url(../GRFX/bkgd_tile.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .73em;
	line-height: 1.2em;
	color: #333333;
}
a {color:#FF9900;text-decoration:underline;}
a:hover {text-decoration:none;}
#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width: 740px;
}
#header {
	background-image: url(../GRFX/hdr_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: 221px;
	width: 740px;
}
#topnav {
	display: block;
	padding: 5px 20px 5px 5px;
	float: right;
	width: 600px;
	font-size: 10px;
	color: #000000;
	text-align: right;
}
#topnav a {color:#000000;text-decoration:underline;}
#topnav a:hover {text-decoration:none;}
.white {color:#FFFFFF;}
#content {width:720px;position:relative;margin-right:auto;margin-left:auto;padding-top:10px;}
#content h2 {color:#FBCF01;line-height: 1.2em;}
#leftcol {float:left;width:420px;padding-right:20px;padding-left:30px;position:relative;}
#rightcol {float:right;}
.quotewrapper {
	display: block;
	position:relative;
	background-color: #999999;
	background-image: url(../GRFX/quote_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	width: 220px;
	_width: 180px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.quotewrapper p {
	display: block;
	color: #FFFFFF;
	margin:0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.quotewrapper a {color:#FFFFFF;}
.wrapper {
	background-color: #CCCCCC;
	display: block;
	padding: 10px;
	border: 1px dashed #999999;
	font-size: .9em;
}
.quotebottom {
	background-image: url(../GRFX/quote_btm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 30px;
	width: 220px;
}
#footer {
	text-align: center;
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #555555;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 20px;
	font-size: 10px;
}
img.framed {
	margin: 10px 10px 10px 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	display: block;
}

#btn_index {
	display: block;
	position: absolute;
	height: 80px;
	width: 400px;
	left: 30px;
	top: 40px;
	overflow: hidden;
}
#btn_index a {
	display:block;
	height: 80px;
	width: 400px;
	text-indent:-90000px;
	outline:0;
}
