/* CSS Document */
<style type="text/css">
#dummyobject {background-color: #ffffff;}

body {
	background-color: #6A6A6A;
	background-position: center;
	margin: 0px;	
	padding: 0px;
}
#container {
	background-color: #F4F0E6;
	background-position: center;
	height: 700px;
	width: 900px;
	position: relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	float: none;
	top: 5px;
	bottom: 0px;
	border: 0px solid #C6C259;
}	
#navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #3C536C;
	background-color: #e1edb9;
	float: left;
	height: 700px;
	width: 200px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 50px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-top-color: #3C536C;
	border-right-color: #3C536C;
	border-bottom-color: #3C536C;
	border-left-color: #3C536C;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}
#headerbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #3C536C;
	background-color: #E1EDB9;
	left: 326px;
	top: 50px;
	float: left;
	width: 475px;
	position: absolute;
	margin: auto;
	text-align: left;
	letter-spacing: .5em;
	line-height: 40px;
	height: 180px;
	padding: 20px;
	border: thin none #CBC96B;
	background-image: url(IMAGES/Logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#headerbox-short {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #3C536C;
	background-color: #E1EDB9;
	left: 326px;
	top: 50px;
	float: left;
	width: 475px;
	position: absolute;
	margin: auto;
	text-align: left;
	letter-spacing: .5em;
	line-height: 40px;
	height: 60px;
	padding: 20px;
	border: thin none #CBC96B;
	background-image: url(IMAGES/MDSLogoWide.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#textbox {
	height: 460px;
	width: 475px;
	background-color: #e1edb9;
	float: left;
	left: 324px;
	right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #3C536C;
	top: 175px;
	position: absolute;
	bottom: auto;
	text-align: left;
	overflow: hidden;
	vertical-align: top;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E1EDB9;
	border-right-color: #E1EDB9;
	border-bottom-color: #E1EDB9;
	border-left-color: #E1EDB9;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#textbox-short {
	height: 300px;
	width: 475px;
	background-color: #e1edb9;
	float: left;
	left: 325px;
	right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #3C536C;
	top: 300px;
	position: absolute;
	bottom: auto;
	text-align: left;
	border: thin none #CBC96B;
	padding: 20px;
	overflow: auto;
}
#footerbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #3C536C;
	left: 1px;
	top: 605px;
	position: absolute;
	float: left;
	height: 71px;
	width: 195px;
	padding: 0px;
	text-align: center;
}

#portrait {
	float: right;
	height: auto;
	width: auto;
	border: thick solid #E1EDB9;
}


a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
	
}
a:hover {
color: #3C536C;
	text-decoration: underline;
}
a:active {
color: #3C536C;
	text-decoration: none;
}
</style>
