
P
{
	font: 12px "trebuchet arial helvitica";
	text-align: left;
}
UL LI
{
	font: 16px arial;
}

BODY
{
	margin-left: 0px;
	margin-top: 0px;
	background-color: #ABA68F;
}
.arrowlistmenu
{
	width: 178px;
/*width of menu*/
	border: 1px solid #FFFFFF;
	margin-top: 19px;
	margin-left: 23px;
	margin-right: 12px;
	margin-bottom: 5px;
}
.arrowlistmenu .headerbar
{
	font: bold 14px Arial;
	color: #FFFFFF;
	margin-bottom: 10px;
/*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 5px 0 4px 0px;
/*header text is indented 10px*/
	background: #D60F0F;
	text-align: center;
}
.arrowlistmenu UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
/*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu UL LI
{
	padding-bottom: 2px;
/*bottom spacing between menu items*/
	text-align: left;
}
.arrowlistmenu UL LI A
{
	color: #770303;
	background: url(media/arrowbullet.png) no-repeat center left;
/*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px;
/*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #DADADA;
	font-size: 90%;
}
.arrowlistmenu UL LI A:visited
{
	color: #A70303;
}
.arrowlistmenu UL LI A:hover
{
/*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}
.transbox
{
	background-color: #FFFFFF;
	border: 7px solid white;

}
.transbox P
{
	color: #010101;
	font: italic;
}
.tanbox
{
	border: 22px solid #EDE8D5;
	color: #050505;
	background-color: #EDE8D5;
	width: 88px;
	opacity: .77;
	filter: alpha(opacity=77);
	position: absolute;
}	
.tanbox P
{
	font-family: "Trebuchet MS", arial, helvitica;
	font: italic;
	font-size: 10pt;
	text-align: left;
}
.endbox
{
	text-align: center;
}
.endbox A
{
	font-size: 8.7pt;
}
.endbox P
{
	font-size: 8.7pt;
	text-align: center;
	font-family: trebuchet, arial, helvitica;
}
