@charset "UTF-8";

html {
	height: 100%;
	}
body {
	background-color: #eee6f0;
	font-size: 62.5%;
	color: #2d0731;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	}
body.contact{
	background-color: #f7f1f9;
	}
#wrap {
	background-color:#f7f1f9;
	border-left: 1px solid #e3e2e3;
	Border-right: 1px solid #e3e2e3;
	width: 820px;
	height: 100%;
	padding: 0;
	position:absolute;
	top:0;
	left: 50%;
	margin-top: 0;
	margin-left:-410px;
	}
#wrapbio {
	background-color:#f7f1f9;
	border-left: 1px solid #e3e2e3;
	Border-right: 1px solid #e3e2e3;
	width: 820px;
	height:100%;
	height: 700px;
	padding: 0;
	position:absolute;
	top:0;
	left: 50%;
	margin-top: 0;
	margin-left:-410px;
	}
#menuwrap {
	background-image:url(../images/Untitled-1.jpg);
	background-repeat:repeat-x;
	height:20px;
	border-bottom: 1px solid #e3e2e3;
	}
#header {
	background-image:url(../images/header-bg.jpg);
	background-repeat:no-repeat;
	height: 37px;
	width: 820px;
	}
#logowrap {
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	width: 240px;
	height: 78px;
	position:absolute;
	top:0;
	left: 50%;
	margin-top:0;
	margin-left:-120px;
	}
#menucontainer1 {
	float:left;
	clear:none;
	}
#menucontainer2 {
	float:left;
	clear:none;
	}
#footer {
	width:820px;
	height: 20px;
	border: 1px double #e3e2e3;
	background-color: #f8f4fa;
	color: #928693;
	position:absolute;
	bottom:0;
	left: 50%;
	margin-bottom:0;
	margin-left: -410px;
	padding-top: 5px;
	text-align:center;
	font-size: .9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#menucontainer1 li a:link, li a:visited {
	color: #61116a;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	text-decoration:none;
	}
 #menucontainer2 li a:link, a:visited{
	color: #61116a;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	text-decoration:none;
	}
#menucontainer1 li a:hover, a:hover {
	color: #37093c;
	border-bottom: thin solid #37093c;
	text-decoration:none;
	}
#menucontainer1 ul {
	Margin-left: 130px;
	/*margin-left: 85px; -When you add a new home button */
	margin-top: 3px;
	}
#menucontainer2 ul {
	margin-left: 215px;
	margin-top: 3px;
	}
#menucontainer1 li {
	list-style-type:none;
	display:inline;
	padding-right: 10px;
	}
#menucontainer2 li {
	list-style-type:none;
	display:inline;
	padding-left: 10px;
	}
#content {
	width:338px;
	overflow:auto;
	display:block;
}
#content p {
	font-size: 1.1em;
	line-height: 1.8em;
	margin-left: 28px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	}
#content a:link, #content a:visited {
	color: #61116a;
	text-decoration:underline;
	font-weight:bold;
	}
#content a:hover {
	color: #37093c;
	}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #61116a;
	font-weight:bold;
	margin: 100px 28px -5px 28px;
	padding: 0;
	}
h3.home {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #61116a;
	font-weight:bold;
	margin: 100px 28px -5px 28px;
	padding: 0;
	text-align:center;
	}
#textimages {
	position:absolute;
	top: 160px;
	left: 50%;
	margin-left: -45px;
	float:right;
	margin-right:20px;
	padding: 0;
	}
#textimages img {
		border: 2px solid #61116a;
		padding: 0;
		}
#textimages2 {
	position:absolute;
	top: 191px;
	left: 50%;
	margin-left: -45px;
	float:right;
	margin-right:20px;
	padding: 0;
	}
#textimages2 img {
		border: 2px solid #61116a;
		padding: 0;
		}
#bioimages {
	position:absolute;
	top: 120px;
	left: 50%;
	margin-left: 5px;
	float:right;
	margin-right:20px;
	padding: 0;
	}
#bioimages img {
		border: 2px solid #61116a;
		padding: 0;
		}
#form {
	position:absolute;
	top: 50%px;
	left: 50%;
	margin-left:-410px;
	margin-top: 20px;
	height:500px;
	}
td {
	font-size: 1.0em;
	font-family:Arial, Helvetica, sans-serif;
	color: #61116a;
	}
Body.content p {
	margin: 0;
	Padding: 0;
	width: 400px;
	}
#contactbar {
	width: 620px;
	background-color: #8e6598;
	color: #fff;
	padding: 5px 100px;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left: -410px;
	}
#contactbar a:link, #contactbar a:visited {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	}
#contactbar a:hover {
	color: #fff;
	border-bottom: thin double #37093c;
	text-decoration:none;
	font-weight:bold;
	}