body {
	background-image: url(images/bkg.jpg);
	margin: 0;
	padding:0;
}

#main {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	align-items: center;
}

.sn{width:300px;height:64px;margin:10px 0;outline:0;border:0;}


P,TD{
	font-family: verdana, helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #003366;
	margin-top: 0; margin-bottom: 0;
	line-height: 15px;
}

.indented_text{
	font-family: verdana, helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #003366;
	margin-left: 20px;
	margin-top: 0; margin-bottom: 0;
	line-height: 15px;
}

.content_header {	
	font-family: verdana, helvetica, Arial, sans-serif;
	color: #003366;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0; margin-bottom: 0;
}

.section_header {	
	font-family: verdana, helvetica, Arial, sans-serif;
	color: #990000;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0; margin-bottom: 0;
}

.bio_header {	
	font-family: verdana, helvetica, Arial, sans-serif;
	color: #003366;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0; margin-bottom: 0;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #188AC3;
	text-decoration: none;
	border-bottom: dotted 1px #188AC3;
}	


.imagelink {
	text-decoration: none;
}
.imagelink:visited {
	text-decoration: none;
}	
.imagelink:hover {
	text-decoration: none;
}	


.form_label {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	margin-top:0; margin-bottom:0;
}

.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	margin-top:0; margin-bottom:0;
	border: 1px solid #5e6e7c;
	padding-top: 1; padding-bottom: 1;
	
}

.submitfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	margin-top:0; margin-bottom:0;
	border: 1px solid #5e6e7c;
	background-color: #EBEAE7;
	padding-top: 0; padding-bottom: 0;
}


.imageborder {
	border-style:solid;
	border-color: #003366;
	border-width:1px;
}

ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
background-image: url("images/home_arrow.gif");
background-repeat: no-repeat;
background-position: 0 .5em;
padding-left: 10px;
margin-bottom: 3px;
}

.td_sidebar {
margin-left: 5px;
}

.sidebig { width: 201px; background: #fff; }

.sidebig td { padding: 3px 3px 3px 3px; border-left: 1px solid #3399cc; border-right: 1px solid #3399cc; }

}















