div.fixedMenu
{
	position: absolute;
	width: 3.75cm;
	height: 7.5cm;
	top: 1.4cm;
	left: .15cm;
	background-color: #6CC;
	color: black;
	border-width: 2px;
	border-color: black;
	border-style: solid;
	padding: 4px;
	font-size : x-small;
}

div.menuLabel
{
	font-size : 150%;
	margin-bottom : 0.75em;
	font-family : Gill Sans, sans-serif;
	font-weight : bold;
	color : #900;
	background-color : #6CC;
}
	
div.menuOne
{
	text-indent : 0.1cm;
	font-family : Gill Sans, sans-serif;
	font-size : 120%;
	font-variant : small-caps;
	font-weight : bold;
	color : #900;
	background-color : #6CC;
}

div.menuTwo
{
	text-indent : 0.2cm;
	font-family : Gill Sans, sans-serif;
	font-variant : small-caps;
	color : #900;
	background-color : #6CC;
}

a.menuLink:link, a.menuLink:visited {
	color : black;
	background-color: #6CC;
	text-decoration : underline;
	font-weight : normal;
}

a.menuLink:active, a.menuLink:hover {
	color :#900;
	background-color: #6CC;
	text-decoration : underline;
	font-weight : normal;
}

div.box
{
	margin-left: 4.5cm;
	margin-right: 3cm;
	margin-top: 1cm;
	margin-bottom: 1cm;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 1cm;
	border-width: 4px;
	border-style: solid;
	border-color: #900;
	background-color: #E6E6E6;
	color : black;
	font-family : Baskerville, serif;
	font-size : medium;
}

h1.title {
	position : relative;
	margin-top : 0;
	left : -24px;
	padding : 3px;
	height : 1.5em;
	width : 12em;
	font-size : 120%;
	font-family : Gill Sans Light, Arial, sans-serif;
	background-color : #900;
	color : white;
}

h2.date {
	position : relative;
	left : -20px;
	top : -.6em;
	text-align : left;
	font-size : smaller;
	font-family : Gill Sans Light, Arial, sans-serif;
	font-weight : normal;
	color : #03F;
	background-color: #E6E6E6;
}

h2.type {
	position : relative;
	left : -20px;
	top : -1.5em;
	text-align : left;
	font-size : smaller;
	font-family : Gill Sans Light, sans-serif;
	font-weight : normal;
	color : #03F;
	background-color: #E6E6E6;
}

a.normal:link, a.normal:visited {
	color : black;
	background-color: #E6E6E6;
	text-decoration : underline;
	font-family : Gill sans, sans-serif;
	font-size : smaller;
	font-variant : small-caps;
}

a.normal:active, a.normal:hover {
	color :#900;
	background-color: #E6E6E6;
	text-decoration : underline;
	font-family : gill sans, sans-serif;
	font-size : smaller;
	font-variant : small-caps;
}

a.quiet:link, a.quiet:visited {
	color : black;
	background-color: #E6E6E6;
	text-decoration : none;
}

a.quiet:active, a.quiet:hover {
	color :#900;
	background-color: #E6E6E6;
	text-decoration : underline;
}

p.standardParagraph {
	text-indent: 0.5cm;
}
	
p.credit {
	font-size : smaller;
	text-indent : 0.25cm;
}

.captionedImage {
	text-align : center;
}

.caption {
	margin-top : 0pt;
}

.booktitle {
	font-style : italic;
}

.pages {
	font-size : smaller;
}


