body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #EEDFCD;
}

#mainWrapper {
	width: 760px;
    margin:0 auto;
	text-align: left; 
	background-image: url(images/MainFrameBckgrnd.gif);
	background-repeat: repeat-y;
}
.homeWrapper {
	background-image: url(images/HappyCouple.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	line-height: 18px;
}
p a {
	color: #000000;
	text-decoration: underline;
}

p a:hover {
	color: #C91111;
	text-decoration: none;
} 

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	text-align: left;
}
ul a {
	color: #000000;
	text-decoration: underline;
}

ul a:hover {
	color: #C91111;
	text-decoration: none;
}

li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #010C54;
}
.footer a {
	color: #010C54;
	text-decoration: underline;
} 

.footer a:hover {
	color: #C91111;
	text-decoration: none;
} 

.leftcol1 {
	width: 330px;
	padding-left: 40px;
}

.leftcol2 {
	width: 330px;
	padding-left: 40px;
	float: left;
	padding-right: 15px;
	margin-right: 5px;
}

.rightcol2 {
	width: 330px;
	float: left;
}

.innerboxmid {
	background-image: url(images/InnerBoxSides.gif);
	background-repeat: repeat-y;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #010C54;
}
.highlightbox {
	background-color: #DFC4A7;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.packageWrapper {
	background-image: url(images/HeaderBckgrnd-Packages.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

