/*
	CSS Document for st paul's
	Author: Ryan O'Connor
	20/10/06
*/

/* Overrides */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #990000;
}

a {
	color: #BB0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF2211;
}

ul {
	list-style-image: none;
	font-size: 1em;
}

li {
	margin-top: 6px;
}

table {
	font-size: 1em;
}

h1 {
	font-size: 14pt;
	color: #000000;
}

h2 {
	font-size: 12pt;
	color: #550000;
}

h3 {
	font-size: 11pt;
	color: #880000;
}

h4 {
	font-size: 10pt;
	color: #990000;
}


/* Custom div tags */

#container {
	margin-top: 200px;
}

#searchbar {
	left: 28px;
	top: 155px;
	width: 200px;
	height: 13px;
	text-align: right;
	position: absolute;
	z-index: 10;
	font-size: 90%;
}

#leftnav {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 90%;
	background-image: url(nav_middle.gif);
	background-repeat: repeat-y;
}
#navtop {
	display: block;
	width: 200px;
	height: 22px;
}
#leftnav ul {
	background-image: url(nav_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 22px 0;
	margin: 0px;
	list-style-type: none;
}
#leftnav ul li {
	margin: 0 7px 0 30px;
	padding: 0px;
	list-style-type: none;
}

#folder {
	display: none;
}
#content {
	margin-left: 200px;
	padding-left: 1em;
	max-width: 45em;
	background-color: #FFFFFF;
}

#header {
	background-image: url(header.jpg);
	position: absolute;
	margin: 0;
	left: 0px;
	top: 0px;
	width: 755px;
	height: 191px;
}

#footer {
	background-color: #82162D;
	clear: both;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: .5em;
	text-align: right;
	font-size: 0.8em;
	color: #FFFFFF;
	border: thin;
	border-style: solid;
	border-color: #000000;
}

div#footer a {
	color: #FEC400;
}
div#footer a:hover, a:active {
	color: #FFDD33;
}

p#folder a {
	margin-left: 42px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 42px;
	padding: 0;
}

