body
{
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #82AEE7;
	margin: 0px;
}

body, p, textarea, input, select, option
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #293A63;
}

hr, h1, h2, h3
{
	color: #415EA2;
}

h1 {font-size: 17px; margin-top: 0px;}
h2 {font-size: 14px;}
h3 {font-size: 12px;}

a:link, a:visited {color: #415EA2;}
a:hover, a:active {color: #567CD6;}

a.edit_item:link, a.edit_item:visited {color: #FF0000;}

a.edit_item:hover, a.edit_item:active {color: #FF6060;}

.screen
{
	height: 750px;
	width: 100%;
	background-image: url(images/cloudbackground.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.page
{
	width: 750px;
	background-image: url(images/outerbackground.jpg);
	background-repeat: no-repeat;
	background-color: #E6EFFA;
	margin-bottom: 20px;
}

td.topNavAll
{
	width: 150px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	color: #415EA2;
	position: relative;
	left: -3px;
}

td.topNavCell
{
	width: 150px;
	height: 25px;
	vertical-align: middle;
	border-bottom: solid 1px #415EA2;
	padding-left: 5px;
}

td.topNavCellFirst
{
	border-top: solid 1px #415EA2;
}
	
td.topNavCellOn
{
	background-image: url(images/navonbackground.gif);
}

a.topNav
{
	text-decoration: none;
}

td.content
{
	width: 590px;
	vertical-align: top;
	text-align: left;
	background-image: url(images/contentbackground.jpg);
	background-repeat: no-repeat;
	background-color: #F3F7FD;
	position: relative;
	left: -3px;

}

div.content
{
	padding: 4px 5px 5px 5px;
}

td.bottomNavAll
{
	text-align: center;
	color: #415EA2;
	width: 100%;
	padding: 5px;
}

td.bottomNavCell
{
	text-align: center;
}

.itemPhoto
{
	border: solid 1px #796B57;
}

.noPhoto
{
	width: 150px;
	height: 150px;
	border-width: 0px;
}

.copyright
{
	font-size: 10px;
}

.caption
{
	font-size: 10px;
	margin-top: 0px;
	text-align: center;
}

ul {margin-top: 0px;}

li {margin-top: 5px;}

.formFormat
{
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

.labelFormat
{
	text-align: right;
	vertical-align: middle;
	width: 20%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
