@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults*/
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #56729D;
	color: #243651;
	font-size: 14px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #36609E;
}
a:hover {
	text-decoration: none;
}
p [title] {
	margin-top: 0px;
}
ul {
	margin-top: 0px;
}

.header
 {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.main {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper {
	background-image: url(../images/barLeftBG.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align: left;
	float: left;
}
.wrapper #navbar {
	float: left;
	width: 130px;
	font-size: 9px;
}
.wrapper #container {
	float: right;
	width: 650px;
	background-image: url(../images/bodyBG.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}
.wrapper #content {
	padding-top: 20px;
	padding-left: 20px;
	width: 450px;
}
.wrapper #contentTeam {
	padding-top: 20px;
	padding-left: 20px;
}
.wrapper #contentBottom {
	clear: both;
	width: 640px;
}
.titleWrapper {
	float: left;
	width: 265px;
}
.wrapper #bar {
	float: right;
	width: 170px;
	padding-right: 5px;
}
.wrapper #barTeam {
	float: right;
	width: 350px;
	padding-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.wrapper #barBio {
	float: left;
	width: 600px;
	padding-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
}

.wrapper #barBio img[name] {
	float: right;
	margin-right: 35px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.wrapper #contact {
	font-size: 10px;
	clear: both;
	text-align: right;
	width: 645px;
}
.figure {
	margin: 5px;
	border: 1px solid #000000;
	text-align: center;
	width: 75px;
	float: left;
	padding-top: 2px;
}
.figure p {
	margin-top: 0px;
	margin-bottom: 2px;
}
.footer {
	width: 780px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: right;
}
.footer  a:link {
	color: #FFFFFF;
}
.footer  a:visited {
	color: #FFFFFF;
}
.footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.footer #linksleft {
	float: left;
	width: 600px;
	text-align: left;
	font-size: 9px;
	color: #FFFFFF;
}
.footer #linksright {
	float: right;
	width: 150px;
	text-align: right;
	color: #FFFFFF;
	font-size: 9px;
}
.listLinks {
	list-style-image: none;
	list-style-type: square;
	padding-left: 0px;
	margin-left: 0px;
}
.text12 {
	font-size: 12px;
}
.text10 {
	font-size: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.hang {
text-indent: -20px;
margin-left: 20px;
font-size: 10px;

}

.photos {
	border: 1px solid #000000;
}