@charset "utf-8";
/* CSS Document */

a {
	font-size: 11px;
	color: #ababab;
	text-decoration:none;
	}
	
a:hover {
	font-size: 11px;
	color: #666666;
	}
	
		
#main {
	clear:left;
	margin:auto;
	text-align:center;
	height:auto;
	width:710px;
	top: -130px;
	left: -30px;
	z-index: 1;
	position: relative;
	margin-bottom: -60px;
		}
		
#pre {
	clear:left;
	margin:auto;
	height:auto;
	width:600px;
	top: -50px;
	left: -40px;
	z-index: 1;
	position: relative;
	padding-left: 130px;
		}
		
/* Styles */
#nav {
	width: 200px;
	height: auto;
	float: left;
	padding-top: 15px;
	z-index: 2;
	position: relative;
}

#links {
	padding-left:33px;
	margin-top: 5px;
	z-index: 2;
}

.link {
	margin-bottom: 6px;
	z-index: 2;
}


.link a:link, a:visited {color:#969696; font-family:"Century Gothic"; size:12px; text-decoration: none;}
.link a:hover, a:active {color:#666666; font-family:"Century Gothic"; size:12px;}

#bodytext {
	text-align: justify;
	font-size: 11px;
	color: #ababab;
	padding-left: 160px;
	line-height: 20px;
	height: 450px;
	overflow: auto;
	padding-right: 20px;
}


#footer {
	width: 100%;
	height:33px;
	border-top: #c4c4c4 solid 1px;
	background-color: #d9d9d9;
	padding-top: 18px;
	margin-top: -52px;
}

#footertext {
	margin: auto;
	width: 650px;
	font-size: 11px;
	color: #ababab;

}

.cd {
	margin-right: 15px;
	margin-left: 15px;
}

#content {
	min-height:100%;
	height: 100%;
}

#bodycopyprint {
	background:url(images/02print.gif) no-repeat left top;
	height: 85px;
	text-align: justify;
	font-size: 11px;
	color: #ababab;
	padding-left: 160px;
	line-height: 20px;
	
}

#bodycopyweb {
	background:url(images/03web.gif) no-repeat left top;
	height: 160px;
	text-align: justify;
	font-size: 11px;
	color: #ababab;
	padding-left: 160px;
	line-height: 20px;
	width: 560px;
	
}

#bodycopyid {
	background:url(images/01id.gif) no-repeat left top;
	height: 140px;
	text-align: justify;
	font-size: 11px;
	color: #ababab;
	padding-left: 203px;
	line-height: 20px;
	
}

input, textarea {
	background-color: #ffffff;
	border: 0px;
	padding: 3px;}
