﻿body {
	background: #e3e3e3;
	margin: 10px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
}

#nav {
	background: url(siteart/navbar.gif) repeat-x;
	height: 29px;
	width: 900px;
	text-align: center;
}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration: none;
	color: #ffffff;
	font-size: 9pt;
	padding:0 12px;
}

a.nav:hover {
	text-decoration: underline;
	color: #ffffff;
	font-size: 9pt;
}

a.email:link, a.email:visited, a.email:active {
	text-decoration: none;
	color: #000;
	font-size: 9pt;
}

a.email:hover {
	text-decoration: underline;
	color: #ffffff;
	font-size: 9pt;
}

#left {
	vertical-align:top;
	width:236px;
	background:#aaaaaa;
	padding:10px;
}

#right {
	background:#fff;
	vertical-align:top;
	width:664px;
}

.mission {
	text-align:center;
	font-size:15px;
	width:350px;
	color:#ff6600;
}

.hiddentext {display:none}

.hdr {
	display:block;
	background:#cccccc;
	padding:10px;
	height:50px;
	font-size:22px;
	font-weight:normal;
	text-align:center;
}