body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0px;
	background-color:#ffeebc;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
}

a:link
{ 
	color: #c42032;
	text-decoration: none; 
}
a:visited 
{
	color: #c42032;
	text-decoration: none;
}
a:hover
{
	color: #552b0f;
	text-decoration: none;
}
a:active
{
	color: #c42032;
	text-decoration: none;
}


.arrowlistmenu
{
	width: 200px; /*width of menu*/
}

.arrowlistmenu .headerbar
{
	font: bold 1.6em Arial;
	color: #552b0f;
	background: black url(../images/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.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: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a
{
	font-size: 1.2em;
	color: #552b0f;
	background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 4px 0;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #552b0f;
}

.arrowlistmenu ul li a:visited
{
	color: #552b0f;
}

.arrowlistmenu ul li a:hover
{ /*hover state CSS*/
	color: #ffeebc;
	background-color: #c42032;
}

h1
{
	font-size: 2em;
	color: #c42032;
}

h2
{
	font-size: 1.6em;
	color: #552b0f;
}

h3
{
	font-size: 1.4em;
	color: #552b0f;
}

.text
{
	font-size: 1.2em;
}

.text_10
{
	font-size: 1.0em;
}

.italic
{
	font-style: italic;
	line-height: 1.6em;
}

p
{
	font-size: 1.2em;
}

.definition
{
	font-size: 1.2em;
	font-weight: bold;
}

.slogan
{
	padding: 20px; 
	font-style: italic; 
	font-size: 1.6em;
	color: #c42032;
}

.watermark
{
	background-image: url('../images/lily.jpg');
	background-repeat: no-repeat;
}

.border_right
{
	border-right: 1px solid #552b0f;
}

.container
{
	border-left: 1px solid #552b0f;
	border-right: 1px solid #552b0f;
	border-bottom: 1px solid #552b0f;
	background-color: #FFFFFF;
}

.content
{
	padding:15px;
	
}

.spacer
{
	padding-top: 4px;
	
}

<!--[if IE]> 
.spacer
{
	margin: 5px;
}
<![endif]-->

