body {
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	background: url(images/bg_body.gif) top center no-repeat; 
	background-color: #000;

}


a
{
color: #744996;
}

a: hover
{
color: #744996;
 text-decoration: underline;
}


 #outside
{
	width: 780px;
	margin: auto;
	margin-top: 25px;
	background: url(images/mainbgbottom.jpg) bottom left repeat-x; 

}


 #header
{
	background: url(images/headerbg.jpg) top center no-repeat; 

}



 #content
{
	width:750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto;
	margin-bottom: 70px;
	color: #eee;
	padding: 5px;

}



h1 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;

}


.subtitles {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BA8245;
	font-weight: bold;
}







#quicklinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
padding:5px; 
width:260px; 
margin: 10px; 
float: right; 
text-align: left; 

}

#quicklinks a
{
color: #744996;
}


.frhighlights
{

	background: url(images/bgfrhighlight.gif) top left no-repeat; 
color: #fff;
  border:solid 1px #C0C0C0;


}

.services
{

	background: url(images/bgfrhighlight.gif) top left no-repeat; 
color: #fff;
  border:solid 1px #C0C0C0;
	background-color: #000;


}

.servicestitles
{

	color: #FFF;
	background-color: #BA8245;

}



#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #5D1F25;
	text-align: center; 
	padding:5px; 
  border-top:solid 1px #000;
color: #fff;

}


#footer a
{
color: #fff;
}




 



 ul#navlist
{
margin-left: 10px;
margin-top: 10px;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-left: 8px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
padding-right: 10px;

}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #712D31;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #B99799;
text-decoration: none;

}