@media screen {

	body {
		background-color:#ffffff;
		margin:0px;
		padding:0px;
		font-family:Arial, Helvetica, sans-serif;
	}

	#footer {
		color:#000000;
		font-size:x-small;
	}

	#footer a {
		font-size:x-small;
		color:#00309c;
		text-decoration:none;
	}

	img {
	border:0px;
	}

	.hide {
	display:none;
	}

	#pagecontent a {
		color : darkblue;
		text-decoration : none;
	}


	#pagecontent a:visited {
		color : blue;
		text-decoration : none;
	}


	#pagecontent a:active {
		color : blue;
		text-decoration : none;
	}


	#pagecontent a:hover {
		color : red;
		text-decoration : none;
	}

	.navbar a {
		color:#ffffff;
		text-decoration:none;
		font-family:Times New Roman, Arial, Helvetica, sans-serif;
	}

	.namerow {
	background-color:#000099;
	border:solid 1px #C0C0C0;
	padding:0;
	vertical-align:middle;
	text-align:center;
	width:100%;
	font-size:xx-large;
	color:#fff;
	height:68px;
	}

	td {
	vertical-align:top;
	text-align:left;
	}

	#leftside {
	text-align:center;
	width:250px;
	background-color:#c0c0c0;
	}

	#rightside {
	background-color:#fff;
	}

	.tlabel {
	vertical-align:top;
	width:150px;
	text-align:right;
	color:#00008b;
	}

	.additional {
	width:75%;
	margin:0 auto;
	}

	div.row {
		clear: both;
		padding-top: 10px;
		display:inline;
		}

	div.row span.formlabel {
		float: left;
		width: 150px;
		text-align: right;
		}

	div.row span.textarealabel {
		float: left;
		vertical-align:top;
		text-align:left;
		}

	div.row span.formw {
		float: left;
		width: 340px;
		text-align: left;
		} 

	.inputform {
		width: 500px; 
		background-color: #eee; 
		border: 1px solid #000; 
		padding: 5px; 
		margin: 0px auto;
	}

	.left {
		text-align: left;
	}

	.right {
		text-align: right;
	}

	.center {
		text-align: center;
	}

}

@media print {

	#footer {
	display:none;
	}

	.navbar {
	display:none;
	width: 200px;
	}

	.noprint {
		display:none;
	}

	.printwide {
		width:100%;
	}

}

