BODY {
	color: Black;
	background-color: #FFEFAD;
	background-image: url(../images/margin.jpg);
	font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", Times New Roman, serif;
	font-size: 100%;
	margin: 0px;
}

#main {
	color: Black;
	background-image: url(../images/bg.jpg);
	position: absolute;
	top: 0px;
	left: 100px;
	right:0px;
}

A:link {
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	color: #477292;;
	text-decoration: none;
	font-weight: bold;
}

A:HOVER {
	color: Red;
	text-decoration: underline;
	font-weight: bold;
}

#menu {
    	position: absolute;
    	left: 0px;
    	top:  0px;
		width: 97px;
		padding-top: 20px;
		z-index: 1;	/* This puts it at the back of everything */
}

p.here {
	margin: 3px;
	color: Maroon;
	font-size:75%;
	border : 2px solid #FFEFBD;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFEFBD;
	text-align: center;
}

p.item {
	margin: 3px;
	background-color: #FFEFBD;
	text-align: center;
}

a.item:link, a.item:visited {
	color: Maroon;
	font-size:75%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFEFAD;
	text-decoration: none;
	border : 2px solid #FFEFBD;
	width:100%;
	display: block;
}

a.item:hover {
	color: Yellow;
	font-size:75%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DA7A64;
	text-decoration: None;
	border : 2px solid Yellow;
	width: 100%;
	display: block;
}
#pennant {
	position: relative;
	top: 0px;
	left:5px;
	z-index: 2;	/* This puts it in front of both the pole and the text */
}
/* To move the heading, adjust the values top and left */
#heading	{
	position: absolute;
	top: 66px;
	left: 380px;
	right: 100%;
	z-index: 3;
}

#text	{
	position: relative;
	top: -14px;
	left: 10px;
	padding: 15px 1em 0px 25px;
	background-image: url(../images/pole.gif);
	background-position: left;
	background-repeat: repeat-y;
	z-index: 3;
}

.shield	{
	margin-left:40%;
}

H1 {
   font-weight : bold; 
   font-size : 200%; 
   font-family: 'Old English Text MT', 'Bookman Old Style', 'Times New Roman', serif;
   color : #477292;
}

H2 {
   font-weight : bold; 
   font-size : 150%; 
   font-family: 'Old English Text MT', 'Blackadder ITC', 'Bookman Old Style', 'Times New Roman', serif;
   color : #477292;
}

.title {
   font-family: 'Old English Text MT', 'Blackadder ITC', 'Bookman Old Style', 'Times New Roman', serif;
   font-weight : bold; 
   color : #477292;
}

hr {
	color: #C66918;
	background-color: #C66918;
	border: 0;
	height: 2px;
	margin: 20px;
}

.cartouche {
	background-color: #FFEEC1;
	margin:1em;
	margin-left:2em;
	padding:1em;
	border: ridge #DA8818;
	z-index: 3;
}

.welcome {
	background-color: #FFEEC1;
	margin:1em;
	padding:1em;
	border: ridge #DA8818;
	z-index: 3;
}

p.larger	{
	font-size: 120%;
}

p.review	{
	margin-bottom:0em;
}

p.reviewer	{
	margin-top:0em;
	text-indent: 2em;
	font-style: italic;
}

p.caption 	{
	font-family: Helvetica, Arial, sans-serif;
	margin-top:1em;
	margin-bottom:0em;
	font-size: 80%;
}

label {
	width: 4em;
	float: left;
	text-align: right;
	margin: 0 1em 10px 0;
	clear: both;
}

.input-box {
	float: left;
	margin-bottom: 10px;
	color: #26a;
	background: #FFF;
	border: #26a solid 1px;
}

.left-button {
	margin-left: 4em;
	clear: both;
	color: #000;
	background: #fb0;
	border: 2px #9cf outset;
}

.submit-button {
	margin-left: 1em;
	clear: both;
	color: #000;
	background: #fb0;
	border: 2px #DA8818 outset;
}

p.clear	{
	font-size: 1px;
	margin: 0px;
	clear: right;
}

p.clearleft	{
	font-size: 1px;
	margin: 0px;
	clear: left;
}

dl	{
	margin-left: 2em;
}

dt  {
	font-weight: bold;	
	}

dd  {
	margin-bottom: 8px;
   }

