<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********************************************/
/*****             links.css            *****/
/*****   Last Modified AGS 01/22/2012   *****/
/********************************************/

body {
	color: #000;
	font-family: tahoma, arial;
	font-size: 10px;
	margin: 10px;
	padding: 0px;
	text-align: center;
	background-color: #DCDCDC;
	background-image: url("images/brick005.jpg")
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 775px;
}
#header {
	display: block;
	background-color: white;
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 775px
	height: 168px
}

#nav {
	clear: both;
	display: block;
	height: 36px;
	width: 775px;
	background-color: #bc341b;
}

#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #962713;
	color: white;
	text-decoration: none;
	text-transform:uppercase;
	padding: 10px 0px 0px 0px;
	margin-left: 10px;
	width:106px;
	height: 26px;
	display: block;
}

#nav ul li a:hover {
	color: yellow;
}

#nav ul li.last a {
	width: 106px;
	height: 26px;
	display: block;
}

#nav ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align:center;
}

#nav ul li{
	display: block;
	padding: 0px 0px 0px 0px;
	float: left;
	width:108px;
	margin-bottom: 2px;
}

#left{
	clear: both;
	width: 775px;
	float: left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.textblock{
	background-color: white;
	width:771px;
}

.textblock p{
	color: black;
	padding: 0px 10px 0px 20px;
	line-height: 1.2em;
	font-size: 1.3em;
	text-align: justify;
}

.textblock a{
	color: #blue;
	padding: 0px 10px 0px 20px;
	line-height: 1.4em;
	font-size: 1.3em;
}

.textblock a:hover{color: red;}

</pre></body></html>