.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #993300;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-image: url(../images/home/all_arrows.jpg);
	font-weight: normal;
}
.verticalline {
	background-image: url(images/spacer2.gif);
	background-repeat: repeat-y;
}
.horrizontalline {
	background-image: url(images/spacer2.gif);
	background-repeat: repeat-x;
}

.smallbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.subtitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #993300;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
}
a:hover {
	color: #FF6600;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF3300;
}

.filler {
	background-image: url(../images/home/filler.png);
	background-repeat: repeat-x;
}
.addressfiller {
	background-image: url(../images/home/addressfiller.jpg);
	background-repeat: repeat-x;
}
.boxfiller {
	background-image: url(../images/home/boxefiller.jpg);
	background-repeat: repeat-y;
}
.filler2 {
	background-image: url(../images/home/filler2.gif);
	background-repeat: repeat-x;
}
.greyfiller {
	background-image: url(../images/home/greyfiller.jpg);
	background-repeat: repeat-y;
}
.addressfiller5 {
	background-image: url(../FILLER5.png);
	background-repeat: repeat-x;
}
a, a:visited {	
	color: #660000; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #660000;
	background: inherit;
	padding-bottom: 0;
	text-decoration: underline;	
}
/* ID Styles */

#navigation a {
	color: #660000;
	
		font-family: Arial, Helvetica, sans-serif;

	}
	
#navigation a:hover {
	color:#000000;
	background-color: #000000;
	}
	
#padding {
	padding:14px;
	}
	
.navText {
	color: #660000;

	font-family: Arial, Helvetica, sans-serif;

	}

.noborder {
	
border: none;	
}