body
{
	background-image: url(images/background.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #6A459C;
	margin: 0px;
}

body, p, textarea, input, select, option, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

hr, h1, h2, h3
{
	color: #6A459C;
}

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

a:link, a:visited {color: #BD2D2D;}
a:hover, a:active {color: #F6881E;}

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

.page
{
	width: 750px;
}

td.topNavCell
{
	text-align: center;
	width: 90px;
	height: 35px;
	vertical-align: middle;
	border-style: solid;
	border-width: 2px;
}

td.bottomNavCell
{
	text-align: center;
	width: 93px;
	height: 25px;
	vertical-align: middle;
}

td.bottomDropCell
{
	background-color: #FFFFFF;
	text-align: center;
	width: 93px;
	border-top: solid 1px black;
}

a.topNav
{
	text-decoration: none;
}

a.topNav:link, a.topNav:visited {color: #FFFFFF;}
a.topNav:hover, a.topNav:active {color: #000000;}

a.bottomNav
{
	text-decoration: none;
}

a.bottomNav:hover, a.bottomNav:active {font-weight: normal;}

.content
{
	width: 100%;
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
}

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