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

#wrapper {
	height: 768px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

.maintext {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin-top: 130px;
	margin-left: 35px;
	width: 225px;
	text-align: left;
	white-space: normal;
	letter-spacing: normal;
	vertical-align: super;
	word-spacing: normal;
	height: 150px;
	font-weight: normal;
}

.themeList {
	height: 50px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 90px;
	margin-left: 20px;
}


body {
	background-color: #D2BDA0;
}
.pdfLink {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	width: 154px;
	margin-top: 5px;
	margin-left: 40px;
	font-weight: bold;
	height: 15px;
}


#row1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	width: 500px;
	margin-left: 340px;
	height: 30px;
	margin-top: 0px;
	padding-left: 100px;
}
#row1 ul li {
	width: 500px;
	display: inline;
	margin-left: 0px;
	padding-left: 30px;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #4C3219;
}
a:active {
	text-decoration: none;
	color: #000;
}
