@charset "utf-8";
body {
	background-color: #61BFFC;
	background-image: url(Images/bodybg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	font-size: 14px;
}
.leftside {
	background-image: url(Images/sidbg.jpg);
	background-repeat: repeat-x;
	padding: 15px;
	width: 150px;
	background-color: #0066CA;
	border: 1px solid #FFFF00;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.maintext {
	background-color: #FFFFFF;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	color: #004181;
}

.wrapper {
	background-image: url(Images/wrapperbg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #FFFF00;
	background-color: #0097FE;
}
.copyright {
	font-size: smaller;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.copyright a:link {
	color: #FFFF00;
	text-decoration: none;
}
.copyright a:visited {
	color: #FFFF00;
	text-decoration: none;
}
.copyright a:hover {
	color: #0097FE;
	background-color: #FFFF00;
}

h1 {
	font-size: 20px;
	color: #0186ED;
}
h2 {
	font-size: 18px;
	color: #0186ED;
}
h3 {
	font-size: 16px;
	color: #0186ED;
}
h4 {
	font-size: 14px;
	color: #0186ED;
}


a:link {
	color: #0186ED;
	text-decoration: none;
}
a:visited {
	color: #0186ED;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0186ED;
}

.leftside h3 {
	font-size: 16px;
	color: #FFFF00;
	margin-top: 0px;
}
.leftside a:link {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.leftside a:visited {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.leftside a:hover {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	background-color: #FFFF00;
}
.focusbox {
	background-color: #F7F7F7;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.prices {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
hr {
	width: 70%;
	text-align: center;
	color: #CCCCCC;
}
.testimonialgray {
	background-color: #F7F7F7;
	padding: 15px;
}
.testimonialwhite {
	padding: 15px;
}
.testimonialback {
	border: 1px solid #CCCCCC;
}
.bookonline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bookonlineback {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

