body {
	background-color:#FFF;
	font-family:tahoma,arial,verdana;
	font-size:10pt;
	color:#663333;
	margin:0px;
	padding:0px;
}
#header {
	background-color:#663333;
	background-image: url('gfx/hdr_bg.gif');
	background-repeat: repeat;
	border:0.1px solid none;
	height:184px;
	width:100%;
}
#header .logo {
	float:right;
	position:relative;
}
.headerspacer {
	height:150px;
	width:1px;
}
#split {
	background-color: #996666;
	background-image: url('gfx/split_bg.gif');
}
.splitspacer {
	height:25px;
	width:10px;
}
.splittext {
	font-weight:bold;
	color:#FFF;
	padding:5px;
}
#content {
	width:100%;
}
#footer {
	position: absolute;  /* Needed for Safari */
	padding: 0px;
	background-color: #FFFFFF;
	width: 100%;
}
#navigation {
	position:relative;
	width:184px;
	float:left;
	height:300px;
}
#copy {
	float:left;
	width:auto;
	padding:20px;
}
#navigation ul {
	margin:10px;
	margin-top:20px;
	padding:0;
	font-size:9pt;
}
#navigation li {
	padding-bottom:10px;
}
#copy ul {
	margin:10px;
	padding:10px;
}
h5 {
	font-color:#663333;
	font-size:9pt;
}
a:link { 
	color: #663333;
	text-decoration:none;
	font-weight:bold;
	}
a:visited { 
	color: #996666;
	text-decoration:none;
	font-weight:bold;
	}
a:hover { 
	color: #cccc99;
	background-color: #663333;
	text-decoration: none;
	font-weight:bold;
	}
a:active { 
	color: #996666;
	text-decoration:none;
	font-weight:bold;
	}
td.baseline {
	border-bottom:dotted 1px #996666;
}
ul.pdf	{
list-style-image: url('gfx/pdficon.gif');
}