html {
	font-size: 125%;
}
body {
	font: 50% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#container {
	width: 779px;
	margin-top: 11px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1em;
}
#header {
	border: 2px solid #B0B0B0;
	height: 175px;
}
#holder {
	width: 779px;
	background: url(/images/bkg.gif) repeat-y;
	border-left: 2px solid #B0B0B3;
}
#nav {
	float: left;
	width: 145px;
	padding-top: 15px;
}
#content {
	float: left;
	width: 607px;
	padding: 12px;
}
#footer {
	background: #DFDEDC;
	text-align: center;
	clear: both;
	border-top: 2px solid #B0B0B3;
	border-right: 2px solid #B0B0B3;
	border-bottom: 2px solid #B0B0B3;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
	font-weight: bold;
}
#nav img {
	margin-top: 17px;
}
.flash {
	float: right;
	margin-top: 24px;
	margin-left: 12px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 15px;
	color: #999999;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 15px;
	color: #999999;
}

.managementphotos
{
float: left;
width: 150px;
border: 1px solid #999;
margin: 0 50px 30px 30px;
padding: 5px;
text-align: center;

}

 .clearboth { clear: both; }
.alignright {
	text-align: right;
	padding-bottom: 3px;
}
.alignright a{
	color: #333333;
	text-decoration: underline;
}

