body
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #ffffff;
	background-image: url('../images/left_repeat_column.png');
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat-y;
}

div.content li {
margin: 15px;

}

a:link, a:visited
{
	color: #404040;
	text-decoration: underline;
}

a:link:hover, a:visited:hover
{
	color: #1e97c2;
}

table, td, tr
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

td.cross
{
	width: 185px;
	height: 195px;
	background-image: url('../images/upper_left_cross.png');
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
}

table.layout
{
	width: 100%
	height: 100%;
}

td.nav_cell
{
	

}

table.top
{
	width: 100%;
	background-image: url('../images/horizontal_nav_bar.png');
	background-attachment: scroll;
	background-position: bottom left;
	background-repeat: repeat-x;
}

ul.nav
{
	list-style: none;
	display: inline;
	margin-left: 0;
	padding-left: 0;
}

ul.nav li
{
	display: inline;
}

ul.nav li a
{
	font-weight: bold;
	font-variant: small-caps;
	font-family: New Times Roman;
	color: white;
	text-decoration: none;
}

ul.nav li a:hover
{
	color: #c0c0c0;
}

ul.nav li
{
	color: white;
	padding-left: 4px;
}

ul.nav li.first
{
	border-left: none;
}

ul#second_nav_bar
{
	padding-top: 20px;
}

div.top_navigation
{
	padding-bottom: 5px;
}

div.content
{
	margin-left: 180px;
	width: 700px;
	font-family: arial;
	color: black;
}

div.content h2
{
	color: #707070;
	font-family: Times New Roman;
}

td.nav_cell, td.banner_cell
{
	padding-left: 70px;
}

table.footer
{
	width: 700px;
	font-size: 8pt;
	font-family: arial;
	color: black;
	padding: 2px;
	border-top: solid 2px #707070;
}

table.footer a
{
	text-decoration: none;
	font-weight: bold;
	color: black;
}


/* Admin */
div#adminlink
{
	text-align: right;
	font-size: 8pt;
}

div#adminlink a
{
	text-decoration: none;
}

/* Admin -- Logged In Top Bar */
div#editbar
{
	font-family: arial;
	background-color: #cc4444;
	color: white;
	text-align: right;
	border: solid 2px black;
}

/* Cottage Form */

form#cottage_form table, #cottage_form table td
{
	border: solid 1px white;
	padding: 2px;
	text-align: left;
}

form#cottage_form td.submit_cell
{
	text-align: center;
}

form#cottage_form select
{
	padding: 3px;
	margin-left: 12px;
}

td.sent_value
{
	font-weight: bold;
}

p.form_errors
{
	font-weight: bold;
	background-color: pink;
	border: solid 2px black;
}
