@charset "utf-8";
/* CSS Document */

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color: #000000;
font-weight:bold;
}

.left {background-image:url(images/left.jpg);
background-position: right top;
background-repeat: no-repeat;}

.right {background-image:url(images/right.jpg);
background-position:left top;
background-repeat: no-repeat;}

.main {background-image: url(images/body-back.jpg);
background-color:#ffffff;
background-position: top;
background-repeat: repeat;
}
.main-body{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color: #000000;
margin-left:25px;
margin-right:114px;
line-height:1.25;}

.main-body-full{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color: #000000;
margin-left:25px;
margin-right:35px;
line-height:1.25;}

.body-lead a{
text-decoration:none;
}

.body-lead {
	color: #003399;
	font-weight: bold;
}

.body-lead a{
text-decoration:none;
}

.footer
{font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #666666;}

.footer a{
text-decoration:none;
line-height:1.5;}

.footer a:hover{
text-decoration:underline;
}

.hearts {
list-style-image:url(images/heart.gif);
list-style-type: disc;
list-style-position:outside;
}

.featured {color: #800080;
font-weight:bold;}