﻿html
{
	text-align: center;
	font-family: Arial;
	font-size: 12px;
}

body
{
	background-image: url(../media/image/background.jpg);
	background-repeat: repeat;
	margin: 0;
}

form
{
	width: 780px;
	margin: 0 auto 0 auto;
}

h1
{
	font-size: 20px;
	font-style: italic;
	color: #834F71;
}

h2
{
	font-size: 18px;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

img
{
	border:0;
}

#topnavigation
{
	background-image: url(../media/image/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 167px;
	background-color: #6286C2;
	border: solid 1px black;
	border-bottom: solid 4px #834F71;
}

#topnavigation table
{
	width: 780px;
	height: 28px;
	margin: 0 auto 0 auto;
}

#topnavigation table td
{
	background-image: url(../media/image/nav-background.jpg);
	background-repeat: repeat-x;
}

#topnavigation a
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	height: 28px;
	display: block;
	padding-top:8px;
}

#topnavigation a:hover
{
	background-image: url(../media/image/nav-selected.jpg);
	background-repeat: repeat-x;
}

#content
{
	text-align: left;
	padding: 20px;
}

#footer
{
	color: #fff;
	margin: 10px auto 0 auto;
	font-weight: bold;
}

#whettstone
{
	color:#fff;
}

.greytable
{
	width: 350px;
	margin: 0 auto 0 auto;
	background-color: #CEC8CC;
}

.greytable td
{
	text-align: center;
	font-weight: bold;
}

.photogallery img
{
	border:0;
	padding:2px;
}

.photogallery
{
	width:100%;
}

.photogallery td
{
	vertical-align:top;
	text-align:center;
}

.photogallery .navigation
{
	background-color: #659377; 
	padding:10px;
	border:groove 2px #ccc;
}

/* SYSTEM */
.sysheader
{
	clear: both;
	width: 1000px;
	margin: 10px;
}

.sysheader h1
{
	font-size: 20px;
	border-bottom: solid 2px #ccc;
}

.sysnavigation
{
	width: 190px;
	vertical-align: top;
}

.sysnavigation ul
{
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0;
}

.sysnavigation li a
{
	border: outset 1px black;
	margin: 2px;
	display: block;
	padding: 2px;
	text-decoration: none;
	color: #000;
}

.sysnavigation li a:hover
{
	background-color: #ccc;
}

.syscontent
{
	background-color: #ccc;
	padding: 10px 10px 10px 10px;
	border: outset 2px black;
	text-align: left;
	vertical-align: top;
	width: 800px;
}

.syscontent h2
{
	font-size: 18px;
	margin-top: 0;
}

.subsection
{
	background-color: #E1E1E1;
	padding: 10px;
	border: solid 1px black;
}
/* END SYSTEM */