html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #707070;
	background-image: url(images/bg_stripes.png);
	background-repeat: repeat;
}
#trans {
	position:absolute;
	top:82px;
	width:100%;
	height:380px;
	background-image: url(images/img_tr.gif);
	z-index: 1;
}
#container {
	background-image: url(images/bg_container.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0, auto;
	vertical-align: middle;
}
#con_title {
	width: 380px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(images/img_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AEAEAE;
}
#con_body {
	width: 364px;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 8px;
	height: 400px;
}
#con_footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/bg_footer.png);
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
}
#con_topnav {
	width: 380px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 4px;
	padding: 2;
}
#con_disclaimer {
	width: 364px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AEAEAE;
}
.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	cursor: default;
}
.navlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	cursor: default;
}
.navlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #009933;
	text-decoration: none;
	cursor: default;
}
.samplelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #808080;
	padding: 3px;
	border: 1px solid #808080;
	text-decoration: none;
}
.samplelink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #808080;
	padding: 3px;
	border: 1px solid #808080;
	text-decoration: none;
}
.samplelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #009933;
	padding: 3px;
	border: 1px solid #009933;
	background-color: #DAF4D2;
	text-decoration: none;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}
.quad_border {
	border: 1px solid #CECECE;
}
.top_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cecece;
}

