body {
	background-color: white;
	margin-top: 0px;
	margin-bottom: 0px;
}

#pagecont {
	width: 95%;
	margin: 0px auto 15px auto;
	border-left: 5px solid #F8EBC9;
	border-right: 5px solid #193153;
}

#print_logo {
	display: block;
	text-align: center;
	padding-top: 20px;
}

#page_title {
	display: block;
	width: 80%;
	margin: 15px auto 0px auto;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	color: #245EA7;
}
#written {
	display: block;
	width: 80%;
	margin: 15px auto 15px auto;
	text-align: justify;
}

#footer, #ppre_goback {
	display: none;
}

div.page_func, div.main_cats, div.sub_cats {
	display: none;
}

#written h2 {
	display: block;
	font-family: Arial;
	border-bottom: 2px solid #EDC530;
	color: #245EA7;
	text-align: center;
}
#written p, #written ul, table.reg {
	margin-left: 30px;
	margin-right: 30px;
	padding: 10px 20px 10px 20px;
	background-color: white;
	font-family: Verdana;
}

#written ul {
	padding: 10px 70px 10px 70px;
}

#written a {
	color: #245EA7;
}

body.home #pagecont #written {
	/*font-size: 14pt;*/
	text-align: left;
	/*font-family: Monotype Corsiva*/;
}

span.bt {
	font-weight: bold;
}

.contactform {
	width: 70%;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.formlabel {
	display: block;
	font-weight: bold;
	font-size: 80%;
}
.formfield {
	display: block;
	width: 100%;
	font-size: 80%;
	margin-bottom: 10px;
}
.formfield input, .formfield textarea {
	width: 80%;
}
.formsec {
	display: none;
}

#printer_footer {
	text-align: center;
	font-weight: bold;
	font-size: 125%;
	border-top: 2px solid #EDC530;
	width: 80%;
	margin: 15px auto 15px auto;
}

img.rsi {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen {
	#ppre_goback {
		text-align: center;
		font-weight: bold;
		font-size: 125%;
		border-bottom: 2px solid #EDC530;
		width: 80%;
		margin: 15px auto 15px auto;
		display: block;
	}
	#ppre_goback a {
		text-decoration: none;
		color: #245EA7;
	}
}

/* CSS for Registration Form */

table.reg td.lcol {
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}
table.reg td.rcol input, table.reg td.rcol textarea {
	border: 0px solid #15355C;
	border-bottom: 1px solid #15355C;
	width: 274px;
	background-color: #AEC4DD;
}
table.reg td.rcol textarea {
	background: #AEC4DD url('/about/register/form_line.gif');
	border-bottom: 0px solid #15355C;
}
table.reg td.rcol input.dob {
	width: 20px;
}
table.reg td.rcol input.yob {
	width: 40px;
}
table.reg td.rcol input.school {
	width: 199px;
}
table.reg td.fnote {
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
	font-size: 90%;
}
table.reg input.cbut {
	border: 2px solid #15355C;
	background-color: #235DA6;
	color: white;
	font-weight: bold;
	text-align: center;
	width: 274px;
}
table.reg td.sigspace {
	height: 50px;
	width: 274px;
	border-bottom: 1px solid #15355C;
}
table.reg td.extsp {
	padding-top: 20px;
}
table.reg td.ffoot {
	
}

/* End of CSS for Registration form */