body
{
	background: rgb(251, 247, 249);
	margin: 0;
	color: rgb(30, 30, 30);
	font-family: arial, helvetica, sans-serif;
}

.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;
	color: #ffc;
}

.diary_heading
{
	font-family: Palatino, Times, serif;
	border: 1px outset rgb(220, 220, 200);
	background-color: rgb(220, 220, 200);
	color: #ffc;
	padding: 5px;
}

.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;
}

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

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

.av
{
	background: #cfc;
	text-align: center;
}

.bkd
{
	background: #fcc;
	text-align: center;
}

.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;
}

a.button
{
	font-family: arial, helvetica, sans-serif;
	background: rgb(150, 180, 220);
	color: white;
	font-weight: bold;
	font-size: 12pt;
	border: 3px outset rgb(150, 180, 220);
	text-decoration: none;
	padding: 5px;
	text-shadow: 1px 1px 1px black;
}

input.button
{
	font-family: arial, helvetica, sans-serif;
	background: rgb(150, 180, 220);
	color: white;
	font-weight: bold;
	font-size: 12pt;
	border: 3px outset rgb(150, 180, 220);
	text-decoration: none;
	padding: 2px;
	text-shadow: 1px 1px 1px black;
}


.account
{
	border-color: #66f;
	border-width: 1px 0 0 1px;
	border-style: solid;
}

.account th
{
	padding: 5px;
}

.account td
{
	border-color: #66f;
	border-width: 0 1px 1px 0;
	border-style: solid;
	font-size: small;
	padding: 5px;
}




