<!--
body {
	background-color: #F9F9E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0px;
}

#foldheader {
	cursor:pointer;cursor:hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold ;
	list-style-image:url(fold.gif)
}
#foldinglist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-image:url(list.gif)
}
#menu {
	font-variant: small-caps;
	font-size: 200%;
	font-decoration: bold;
	text-align: center;
	color: red;
}
#bio {
	border-width: 12;
	border-style: solid;
	border-color: red;
	cellpadding: 15:
}
#box {
	border-width: medium;
	border: solid red;
	padding-left: 1em;
	padding-right: 1em;
	margin: 86px 2em 1em 2em;
	font-size: 175%;
	font-variant: small-caps;
	text-align: center;
	color: black;
}

#Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 1em;
	color: black;
	background-color: tan;
}
#logo {
	background-image:  url(resources/LogoMCS_800x400.gif);
	background-repeat: no-repeat;
	align: center;
}
img.logo {/* scalable em */
	width: 12em;
	height: 6em;
}

#contentdiv {
	line-height: 1.5;
	color: #555753;
}
#contentdiv p {
	font-size: .85em;
}
#contentdiv a:link {
	text-decoration: none;
	color: blue;
}
#contentdiv a:visited {
	text-decoration: none;
	color: blue;
}
#contentdiv a:hover {
	text-decoration: none;
	color: red;
}
#contentdiv a:active {
	text-decoration: none;
	color: blue;
}


#rateback {
	font-family: sans-serif; 
	background-color: #F6E7B9;
	color: #996600; 
}
#rateback2 {
	font-family: sans-serif; 
	background-color: #CC9966;
	color: #FFFFFF; 
}
#rateback3 {
	font-family: sans-serif; 
	background-color: #996633;
	color: #FFFFFF; 
}
h1 {
	color: #FF0000;
}
p {
	margin: 0px 0px 16px;
}
#footer {
	font-size: .75em;
	margin-top: 36px;
}

-->




