@charset "utf-8";
body {
	background: #666666;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 115%;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}



a:link {
	color: #224284;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5C5751;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#container  {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFCED;
}
#header  {

}
#navbartop {
	text-align: right;
	font-size: 80%;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-weight: bolder;
	height: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #7D7C7B;
	border-bottom-color: #7D7C7B;
	color: #464445;
	border-right-style: none;
	border-left-style: none;
}
#navbartop ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#navbartop li {
	list-style-type: none;
	display: inline;
	margin-right: 15px;
	padding: 0px;
	margin-top: 0px;
}
#navbartop a {
	text-decoration: none;
	color: #224284;
}
#navbartop a:hover {
	text-decoration: none;
	color: #C29B32;
}
#mainContent  {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}
#mainLeftAligned {
	padding-top: 0;
	text-align: left;
	padding-left: 15px;
	font-size: 80%;
}



#thumbnails img {
	margin-left: 15px;
	margin-right: 20px;
}
#thumbnails {
	padding-top: 12px;
	padding-left: 7px;
	text-align: center;
}
#galleryPhoto {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}
#galleryThumbnails {
	padding-top: 12px;
	padding-left: 15px;
}
#galleryThumbnails img {
	margin-right: 22px;
}
#galleryThumbnails a img {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#navbar {
	text-align: center;
	font-size: 80%;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-weight: bolder;
	height: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7D7C7B;
	border-bottom-color: #7D7C7B;
	color: #464445;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#navbar li {
	list-style-type: none;
	display: inline;
	margin-right: 40px;
	padding: 0px;
	margin-top: 0px;
}
#navbar a {
	text-decoration: none;
	color: #224284;
}

/* CSS Document */

#navbar a:hover {
	text-decoration: none;
	color: #C29B32;
}
#footer  {
	background-color: #FEFBEC;
	font-size: 80%;
	color: #616161;
	text-align: center;
	margin-bottom: 8px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.sm-text {
	font-size: 80%;
}
.float-right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.float-left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.bio_text {
	font-size: 12px;
	line-height: normal;
}

.MainLeftCol {
}

#mainBio {
	padding-top: 0;
	text-align: left;
	padding-left: 15px;
	margin-left: 350px;
	margin-right: 100px;
}
#bioPhoto {
	width: 144px;
	float: left;
	margin-left: 180px;
}
#contact {
	margin-top: 50px;
	margin-bottom: 50px;
}
