﻿
body
{
	font-size: 100.1%;
	margin: 0em;
	padding: 0em;
	font-family: Arial, "Copperplate Gothic Bold", Tahoma, Verdana;
	background-color: Silver;
	color: Black;
	scrollbar-base-color: #5b5b5b;
}

/*

td {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	text-decoration: none;

}
tr {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
}
*/
a {
	color: White;
	text-decoration: none;
}
a:link {
	color: White;
	text-decoration: none;
}
a:hover {
	color: Red;
	text-decoration: none;
}
a img
{
	border-width: 0;	/* remove the border around linked images. <img border="0" ..../> is invalid in XHTML 1.1 */
}

/*************************** BEGIN LAYOUT *******************************/
/* START Header */
#Header
{
	display: block;
	padding: 0em 0em 0em 0em;
	position: relative;
	width: 100%;
	height: 100px;
	text-align: left;
	background-color: Black;
	border-bottom: solid 1px White;
}
#Menu
{
	position: relative;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 1em;
	text-align: left;
	z-index: 2;
	font-family: "Curlz MT", Harrington, "Bradley Hand ITC", Papyrus, Arial;
	font-size: 15px;
	font-weight: bold;
	border-bottom: solid 1px white;
}
#Menu a
{
	color: Black;
	text-decoration: none;
}
#Menu a:hover
{
	color: white;
	text-decoration: none;
}
#PageContent
{
	position: relative;
	display: block;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	text-align: left;
	border-top: solid 3px Black;
	border-bottom: solid 3px Black;
	font-size: .75em;
}
#SubMenu
{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0em 0em 0em 0em;
	padding: .5em 0em 0em .5em;
	width: 13em;
	font-weight: bold;
	color: Black;
}
#SubMenu a
{
	color: White;
	text-decoration: none;
}
#SubMenu a:hover
{
	color: Red;
	text-decoration: none;
}
#PageContentMain
{	
	position: relative;
	margin: 0em 0em 0em 15em;
	padding: .5em .5em 0em 1em;
	text-align: left;
	border-left: solid 2px Black;
}
.subMenuZero
{
	padding: 0em 0em 0em 0em;
}
.subMenuOne
{
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	border: solid 1px #bd500d;
}
.menuItemZero
{
	padding: 0em 1em 0em 0em;
}
.menuItemOne
{
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	border: solid 1px #bd500d;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}
.AdminGrid a
{
	color: Blue;
	text-decoration: underline;
}
.AdminGrid a:hover
{
	color: Red;
	text-decoration: underline;
}

.logo
{
	position: relative;
	left: 0em;
	top: 16px;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}
.pageTitle
{
	display: block;
	position: relative;
	margin: 0em 0em 0em 0em;
	padding: .1em .1em .1em .1em;
	font-size: 1.2em;
	border-bottom: solid .1em Black;
}
.content
{	
	margin: 0em 0em 0em 0em;
	padding: 8px 50px 0em 0em;
}
.content ul
{
	margin: 0em 0em 0em 0em;
	padding: 0px 0px 5px 25px;
}
.content li
{
	margin: 0em 0em 0em 0em;
	padding: 0px 0px 15px 0px;
}
.pageText
{
	font-size: .7em;
	font-family: Arial, Verdana, Tahoma ;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0em 0em 0em 0em;
	padding: 0em 8px 0em 16px;
}

.title1
{
	padding: 15px 0em 0em 0em;
	font-size: 1em;
	color: #ae6334;
	font-weight: bold;
}
.title2
{
	padding: 1em 0em 0em 0em;
	font-size: .8em;
	color: White;
	font-weight: bold;
	border-bottom: solid .02em #adadad; 
}

.content1
{
	padding: .75em 0em 0em 0em;
	font-size: .9em;
	line-height: 1.25em;
	color: White;
	font-weight: bold;
	border-top: solid .01em #adadad; 
}
.content2
{
	padding: .75em 0em 0em 0em;
	font-size: .9em;
	line-height: 1.25em;
	color: White;
	font-weight: bold;
}
.content3
{
	padding: 0em 0em 0em 0em;
	font-size: .9em;
	color: White;
	font-weight: bold;
}
.labelColumn
{
	text-align:right;
}
.controlColumn
{
	text-align:left;
}
