body
{
	font-family: verdana, arial, sans-serif;
	margin: 0px;
	padding: 12px;
}

h1, h2, h3, h4, h5, h6, .title
{
	font-size: 1.0em;
	font-weight: bold;
	padding-bottom: 10px;
	color: #800000;
	letter-spacing: 0.075em;
}

h1 { font-size: 1.3em; color: #800000; }

/* page */

#page { width: 960px; margin-left: auto; margin-right: auto; }

/* links */

a:link, a:visited	{ font-weight: bold; color: #006699; text-decoration: none; }
a:hover, a:active { color: #006699; text-decoration: underline; }

/* header */

#header { border-top: 1px solid silver; border-bottom: 1px solid silver; }

#header_title
{
	color: #800000;
	letter-spacing: 3px;
	padding: 18px 10px 8px 10px;
	font-size: 26px;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}

.header_link
{
	float: left;
	border-right: 1px solid silver;
	height: 18px;
	margin-bottom: 8px;
	padding: 8px 22px 28px 14px;
	font-size: 10px;
}

.header_link a:link, .header_link a:visited
{
	color: #696969;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
	letter-spacing: 1px;
}

.header_link a:hover, .header_link a:active
{
	color: #800000;
	text-decoration: none;
}

.header_link p
{
	padding-top: 0px;
	margin-top: 4px;
}

/* navigation pane */

#nav
{
	margin-top: 12px;
	float: left;
	width: 160px;
	border-right: 1px solid silver;
	padding-bottom: 10px;
}

#nav ul { list-style: square; padding-left: 22px; }

#nav li { font-size: 0.6em; padding: 8px 4px 8px 2px; }

#nav a:link, #nav a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #006699;
	font-size: 1.5em;
	line-height: 1.5em;
}

#nav a:hover, #nav a:active
{
	text-decoration: underline;
}

/* content and footer */

#content
{
	float: left;
	width: 780px;
	font-size: 0.85em;
	margin-left: 12px;
	padding: 12px 2px;
	line-height: 1.5em;
}

#footer
{
	text-align: center;
	clear: both;
	font-size: 0.8em;
	border-top: 1px solid silver;
	margin-top: 12px;
	padding-top: 12px;
    color: #696969;
}

/* mail link */

.mail_link { height: 1.1em; width: 17.5em; margin-left: -1px; padding-top: 4px; }

/* forms */

.form td
{
	vertical-align: top;
	padding: 4px;
}

.form_button
{
	font-size: 1.0em;
	padding: 4px;
	width: 6em;
}

.form_button_cell
{
	text-align: right;
}

/* error panel */

.error_panel
{
	padding: 10px;
	margin: 4px;
	border: 1px solid red;
	color: red;
	background-color: #ffefd5;
}

.error_panel h1
{
	margin-left: 14px;
	font-size: 1.0em;
	color: red;
}
