body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
}
#top
{
    color: #FAF3D6;
    background-image: url(images/top_bg.png);
    background-repeat: no-repeat;
    height: 67px;
    width: 755px;
    margin-right: auto;
    margin-left: auto;
    font-size: 40px;
    padding-top: 5px;
    padding-left: 5px;
    text-align: right;
}
#middle{
background-color: #ffffff;
	width: 760px;
	margin-right: auto;
	margin-left: auto;

	overflow: visible;
	position: relative;
}
#left_panel{
	float: left;
	width: 233px;
	background-color: #ffffff;
	padding-left: 4px;
}
#right_panel{
	float: left;
	width: 518px;
	background-color: #ffffff;
	color: #2355a0;
	padding-right: 5px;
	letter-spacing: 1px;
	line-height: 19px;
}
H1{
	font-size: 19px;
	color: #b84277;
	margin-top: 0px;
}
/*vistalink*/
.nav {

	font-weight: bold;
}
.nav a
{
    text-decoration: none;
    color: #14448d;
    background-color: transparent;
    display: block;
    background-image: url(images/bull1.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 14px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.nav a:hover {
	cursor:pointer;

	text-decoration: underline;
	background-color: transparent;
		background-image: url(images/bull2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.map
{
    font-weight: bold;
    font-size: 15px;
}
.map a
{
    text-decoration: none;
    color: #9F3967;
    background-color: transparent;
    display: block;
}
.map a:hover {
	cursor:pointer;
	text-decoration: underline;
}
.blue_link
{
    font-weight: bold;
 
}
.blue_link a
{
    text-decoration: none;
    color: #2355B0;
    background-color: transparent;
    display: block;
}
.blue_link a:hover {
	cursor:pointer;
	text-decoration: underline;
}