body {
background: #EBEBEB url(../img/site_bg.gif);
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;		
font-size: 10px;
}
P {
		text-align: justify;
		margin: 0px 0px 10px;
		padding: 0px;
}

a { text-decoration:none; }
a:link { color:#FF6600; }
a:visited { color:#D0763B; }
a:hover { color:#18486D; }
a#viewall {
		display: block;
		text-align: right;
		font-size: 10px;
		padding-right: 10px;
		padding-left: 10px;
		margin-top: 3px;
		margin-bottom: 3px;
}
table {
		border-collapse: collapse;
		margin: 0;
		padding: 0;
}
td {vertical-align: top;  border-collapse: collapse; margin: 0; padding: 0;}


img { border: none;}

.text_input {
		border: 1px solid #FFFFFF;
		font-size: 10px;
		height: 14px;
		display: block;
		float: left;
		padding-right: 10px;
		color: #FFFFFF;
		padding-left: 10px;
		background: #004478;
		margin-left: 10px;
}

.submitbutton {
		background: url(../img/site_but_go.gif);
		display: block;
		float: left;
		height: 16px;
		width: 16px;
		border-style: none;
}

#content H1 {
		font: 20px "Arial Rounded MT Bold", "Arial Black";
		border-bottom: 1px solid #A5BDD0;
		color: #0A4C7F;
		text-align: right;
		padding: 10px 10px 0px 0px;
		margin: 10px 0px;
}
.clear { clear: both; }
table.staff {
		width: 100%;
		border-collapse: separate;
}
table.staff td {
	text-align: center;
}
table.staff td.name {
	color: #567443;
	font-weight: bold;
	padding: 5px 2px;
	background: #EDF4EA;
	border-bottom: 1px solid #567443;
	border-left: 1px solid #BCD0AE;
	border-top: 0px solid #BCD0AE;
	border-right: 1px solid #BCD0AE;
	height: 35px;
}
table.staff td.subject {
	background: #E4ECF1;
	color: #0A4C7F;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 4px double #0A4C7F;
	border-left: 1px solid #C1D8FD;
	border-top: 0px solid #C1D8FD;
	border-right: 1px solid #C1D8FD;
	height: 55px;
}
table.staff td img {
		border: 1px solid #000000;
		margin-top: 35px;
		margin-bottom: 5px;
		
}
