body
{
	background: rgb(251, 247, 249);
	margin: 0;
	color: rgb(30, 30, 30);
}

.heading
{
	font-family: Palatino, Times, serif;
	font-weight: 100;
	border: 1px outset rgb(220, 220, 200);
	background-color: rgb(220, 220, 200);
	background-image: url(images/head_image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
}

.im_heading
{
	font-family: Palatino, Times, serif;
	font-weight: 100;
	color: rgb(251, 247, 249);
}

.nav
{
	background: rgb(150, 180, 220);
}

.nav a
{
	display: block;
	font-family: Palatino, Times, serif;
	font-size: 12pt;
	font-style: italic;
	padding: 10px;
	text-decoration: none;
	background: rgb(150, 180, 220);
	color: rgb(30, 30, 30);
}

.nav a:hover
{
	color: white;
}

.image_strip
{
	background: rgb(150, 180, 220);
	text-align: center;
	padding: 8px 0 8px 0;
}

.image_strip img
{
	border: 1px inset #ccc;
}

.av
{
	background: #cfc;
}

.bkd
{
	background: #fcc;
}

.calendar
{
	border: 1px solid #660;
	background: #ffe;
}

.calendar td
{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: right;
}

.im
{
	background: rgb(83, 65, 22);
}

.content
{
	padding: 1em;
}

.content_im
{
	padding: 1em;
	background: rgb(30, 30, 30);
	color: white;
}

.footer
{
	background: rgb(60, 90, 150);
	color: rgb(251, 247, 249);
	font-size: small;
	text-align: center;
	padding: 1em;
	border: 1px outset rgb(123, 65, 22); 
}

.news
{
	background: rgb(220, 220, 200);
	color: rgb(83, 65, 22);
	font-size: small;
	border-right: 1px solid rgb(83, 65, 22);
}

.sub_nav a
{
	font-size: smaller;
	padding: 5px 5px 5px 20px;
	font-style: normal;
}

.rates th
{
	border-right: 1px solid teal;
	border-bottom: 1px solid teal;
	background: gray;
	color: white;
}

.rates td
{
	border-right: 1px solid teal;
	border-bottom: 1px solid teal;
}

.rates a
{
	display: block;
}

.sub-head
{
	text-align: center;
	background: rgb(60, 90, 150);
	color: white;
	padding: 5px;
}

input, select, textarea
{
	border: 1px solid #369;
}



