html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
body {
  background-image: paperTile.gif;
  background-repeat: repeat;
}

html>body, html>body #contents {
	height: auto;
}
a:link {text-decoration: none;
	color: #660000;
}
a:visited {text-decoration: none;
	color: #660000;
}
a:active {text-decoration: nonel;
	color: #660000;
}

.menuItem {
	width: 200px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-style: solid;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-width: 1px;
}
.menuItem a {
	padding-left: 10px;
}
#exampleSnapshot {
	padding: 10px;
	padding-bottom: 20px;
}
#menu {
	position: absolute;
	top: 100px;
	left: 650px;
	color: #660000;
	vlink: #660000;
	alink: #660000;
  	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	width: 150px;
	height: 200px;
	padding: 10px;
	
}
#footer {
  	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	width:100%;
	text-align:center;
	margin: 150px 10px 10px 10px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#container {
	min-height:100%;
	width:100%;
}
#content {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 500px;
}
.subheading {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	color: #333333;
	font-variant: small-caps;	
}
#container #content #mainText {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #444444;
}
td {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #444444;
	padding.top: 10px;

}
#container #menu {
	position:absolute;
	top: 200px;
	left: 10px;
	width:200px;
	text-align:center;
}
#container #menu #menuItem a {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #660000;
	text-decoration: none;
	border-style:none;
}
#container #menu a img {
	border-style:none;
}

a img {
	border-style:none;
}
.exampleHeading {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	color: #333333;	

}
.exampleBody {
	position: relative;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #444444;

}
#container #content #header {
	position: relative;
	height: 50px;
	width: 100%;
}
#container #content #intro {
	line-height: 1.5em;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	color: #333333;
}
#container #content h1 {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: lighter;
	color: #666666;
	font-variant: small-caps;
}
