/* CSS Document */

body
		{
	margin: 0;
	padding: 0;
	font-family: georgia, times, "times new roman", serif;
	color: #000;
	background-color: #fff;
	background-image: url(images/grey.gif);
	background-repeat: repeat-y;
	background-position: 0px;
		}
		
#banner
		{
	background-color: #990000;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 20px 0px 5px;
	height: 136px;
		}
		
#nav
		{
	padding-top: 10px;
	margin: 0;
	float: left;
	width: 145px;
	font-size: 20px;
	line-height: 36px;
	text-align: right;
		}
				
#content
		{
	padding-top: 25px;
	margin: 0 20% 0 225px;
	font-size: 12pt;
	line-height: 22pt;
		}
		
#content h1 {
	margin-top: 0;
	font-size: 24px;
	font-style: italic;
	padding-bottom: 5px;
		}

#content h2 {
	margin-top: 0;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 5px;
		}
		
#content h3 {
	margin-top: 0;
	font-size: 16px;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 5px;
		}
#footer {
	font-size: 10px;
	width: 300px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 30px;
	color: #999999;
}
.dropcap {
	font-size: 45pt;
	line-height: 44pt;
	float: left;
}
a:link {
	color: #990000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #666666;
}
a {text-decoration:none}
