﻿body 
{
	margin: 0;
	padding: 0;
	font-family: Arial, "Times New Roman", Times, serif;
	background: #5F789B url(../../Images/background.jpg) repeat-y top center;
	font-size: small;
}
div.menuSplitter 
{
	border-top: 1px solid #FFF;
	}
div#outer 
{
	width: 790px;
	margin: 0 auto;
	position: relative;	
}

div#lowerContent 
{	
	float: left;
	background: url(../../Images/mainBackground.jpg) bottom left no-repeat;
	padding-bottom: 20px;
	}
div.arrow 
{
	/*width: 291px;
	height: 319px;
	position: absolute;
	top: 550px;
	margin: 0;
	padding: 0;
	left: 0px;*/
}

.headerText
{
	color: #000066;
	font-weight: bold;
}

.headerLink
{
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

.headerLink:hover
{
	color: #5F789B;
	text-decoration: none;
	font-weight: bold;
}

.smallLink
{
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	font-size: 75%;
}

.smallLink:hover
{
	color: #5F789B;
	text-decoration: none;
	font-weight: bold;
	font-size: 75%;
}

.footerLink
{
	color: #5F789B;
	text-decoration: none;
	font-weight: bold;
}

.footerLink:hover
{
	color: #5F789B;
	text-decoration: none;
	font-weight: bold;
}

div#topMenu
{
	border-bottom: 1px solid #5F789B;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 15px;
	width: 100%;
	height: 22px;
}

div.left
{
	float: left;
	width: 49%;
}

div.right
{
	float: right;
	text-align: right;
}

div#heading
{
	font-size: large;
	color: #000066;
	font-family: Trebuchet MS;
	border-bottom: 18px solid #000066;
	width: 100%;
	margin-bottom: 5px;
	padding: 2px 0 2px 0;
	height: 22px;
}

div#heading img
{
	float: left;
}

div#menu 
{
/*	background: url(../../Images/mainBackground.jpg) top left repeat-x;*/
	float: left;
	width: 225px;
	min-height: 600px;
	padding-top: 20px;
}

div#menucontents
{
	text-align: right;
	padding-right: 10px;
}

div#imageline
{
	width: 100px;
	padding: 20px 0 0 10px;
	margin: 0 auto;
	float: left;
}

div#content
{
	width: 450px;
	float: left;
	vertical-align: top;
	padding-top: 20px;
}

.imageline
{
	width: 100px;
	padding: 20px 0 0 10px;
	margin: 0 auto;
	float: left;
}

.content
{
	width: 450px;
	float: left;
	vertical-align: top;
	padding-top: 20px;
}

div#footer
{
	border-top: 1px solid #000066;
	background: url(../../Images/footer.jpg) top left repeat-x;
	padding-top: 20px;
	height: 95px;
	width: 770px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
div.biography {
	float: left;
	width: 540px;
	margin-left: 10px;
	margin-bottom: 20px;
}
div.biography div.photo {
	float: left;
	width: 100px;
}
div.biography div.summary {
	float: right;
	width: 430px;
	padding-left: 8px;
}
div.biography div.summary h2 {
	color: #006;
	font-weight: bold;
	font-size: small;
	padding: 0;
	margin: 0;
}

