body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font: 2ex Arial, Helvetica, sans-serif;
}
label{
	color: #CC3333;
	font-weight: bold;
}
#menu a {
	width: 100%;
	color: #CC3333;
	text-decoration: none;
	font-weight: bold;
}
#menu a:active {
	text-decoration: none;
	border: 1px dotted;
}
#menu a:visited {
	font-weight: normal;
}
#menu a:hover {
	color: #FFFFFF;
	background: #CC3333;
}
hr{
	width: 50%;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding-left: 10px;
}
h1 {
	font: bold 5ex "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
h2 {
	font: 3ex Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #CC3333;
	margin: 0px;
	padding: 0px 0px 5px;
}

#menu{
	position: absolute;
	height: 100%;
	width: 21%;
	left: 0px;
	top: 0px;
	border-right: thin solid #FFFFFF;
	text-indent: 5px;
	padding-top: 5%;
	z-index: 4;
}
#top{
	position: absolute;
	height: 100%;
	width: 79%;
	right: 0px;
	top: 0px;
	text-align: center;
	color: #CC9933;
	z-index: 4;
}
#bottom{
	position: absolute;
	width: 79%;
	right: 0px;
	bottom: 0px;
	text-align: center;
	color: #FFFFFF;
	z-index: 5;
}
#content{
	border: thin solid #FFFFFF;
	position: absolute;
	height: 70%;
	width: 75%;
	top: 16%;
	right: 2%;
	overflow: auto;
	z-index: 4;
}
#text{
	padding-left: 10px;
	padding-right: 20px;
	text-align: justify;
}
#book_cover{
	position: absolute;
	left: 3%;
	bottom: 5px;
	width: 15%;
	z-index: 4;
}
#menu_pic {
	position: absolute;
	height: 100%;
	width: 21%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#main_pic {
	position: absolute;
	height: 100%;
	width: 79%;
	right: 0px;
	top: 0px;
	z-index: 1;
}
#content_pic{
	position: absolute;
	height: 70%;
	width: 75%;
	top: 16%;
	right: 2%;
	z-index: 2;
}
.copyright {
	font-size: 1.5ex;
	font-weight: normal;
}
@media print {
	#menu, #menu_pic, #main_pic, #content_pic, #book_cover {display: none;}
	#content, #top, #bottom {
		position: relative;
		top: auto;
		overflow: visible;
		height: auto;
		width: auto;
		border: none;
	}
	#content {
		padding-left: 10%;
	}
}
.pic1 {
	width: 32%;
}
.pic2 {
	width: 49%;
}
#credits{
	font: 1.5ex Arial, Helvetica, sans-serif;
}
.formHeading{
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.error{
  color: #FF0000;
}
.smallText{
	font: .7em Arial, Helvetica, sans-serif;
}
.signature{
	font: italic 1.3em cursive;

  
}
