/* Keywords */

#container a, #container a:visited, #container a:active {
	color: #784D1A;
	text-decoration: none;
}

#container a:hover {
	color: #681601;
	text-decoration: underline;
}


/* IDs */

#container {
	background-color:#F6E8CE;
	padding-left: 10px;
	padding-top: 5px;
}

#copy {
	font-family: arial;
	font-size: 13px;
	line-height: 18px;
}

td {
	font-family: arial;
	font-size: 13px;
	line-height: 18px;
}


/* Classes */

.blockquote {
	padding-left: 30px;
}

.subhead {
	color: #681601;
	font-weight: bold;
}

.normalBold {
	font-weight: bold;
}

#site_map {
	list-style: none;
}

#site_map li ul li{
	list-style-image: url('../media/images/Bullet.jpg');
	line-height: 18px;
	font-weight: normal;
}

#site_map li{
	line-height: 25px;
	font-weight: bold;
}

a img { border: 0px; }