﻿body
{
	font-family: 'Trebuchet MS';
	font-size: 12pt;
	background-color: #98fb98;
}

a:link { 
	color: blue;
	text-decoration: none;
	}
a:visited { 
	color: blue;
	text-decoration: none;
	}
a:hover { 
	color: red;
	text-decoration: none;
	}
a:active { 
	color: blue;
	text-decoration: none;
	}

/* Division Styles */

#PageDiv
{
	width: 950px;
	height: 650px;
	position: relative;
}

#LogoDiv
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 200px;
}

#AddressDiv
{
	position: absolute;
	left: 0px;
	top: 200px;
	width: 190px;
	height: 140px;
	text-align: center;
}

#MenuDiv
{
	position: absolute;
	left: 210px;
	top: 0px;
	width: 740px;
	height: 100px;
	text-align: right;
}

#MainMenuDiv
{
	width: 740px;
	height: 50%;
	font-size: 16pt;
}

#BreadCrumbDiv
{
	width: 740px;
	height: 50%;
	font-size: 10pt;
	text-align: left;
}

#LeftDiv
{
	position: absolute;
	left: 0px;
	top: 340px;
	width: 190px;
	height: 300px;
	background-color: #ffffe0;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	font-size: 10pt;
}

#ContentDiv
{
	position: absolute;
	left: 210px;
	top: 100px;
	width: 740px;
	height: 540px;
	background-color: white;
	border-bottom: gray 1px solid;
	border-left: gray 1px solid;
	border-top: gray 1px solid;
	border-right: gray 1px solid;
}

#FooterDiv
{
	position: absolute;
	left: 0px;
	top: 650px;
	width: 950px;
	height: 60px;
	font-size: 10pt;
}

.FooterItem
{
	position: absolute;
}


/* Home Page Descriptions*/
.DescribePageDiv
{
	position:absolute;
	text-align:left;
}
.DescribePageTitle
{
	position: relative;
	font-size:18pt;
	text-align:left;
	top:0px;
	left:0px;
}
.DescribePageHorizontalRule
{
	position: absolute;
	top:25px;
	left:0px;
}
.DescribePageText
{
	position: absolute;
	top: 35px;
	left: 5px;
	font-size: 14pt;
	color: gray;
}
.DescribePageImage
{
	position: absolute;
	top:5px;
	left:250px;
}

/*Content Pages*/
.PageImage
{
	position: absolute;
	top:10px;
	left:630px;
}

.PageHeader
{
	position: absolute;
	width:500px;
	text-align:left;
	font-size:18pt;
}
.PageText
{
	position: absolute;
	width:590px;
	text-align:left
}
.PageTextWide
{
	position: absolute;
	width:710px;
	text-align:left
}
.PageImage
{
	position: absolute;
}

/* Contact Us*/
.ContactUsDiv
{
	position:absolute;
}
.Message
{
	color: red;
	background-color: yellow;
}
.TextboxError
{
	background-color: #ffc0bb;
}
.TitleText
{
	font-size: 18pt;
}
.PageSmall
{
	font-size: 10pt;
}


/* Menu Formatting */
.DynamicMenuStyle
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	text-align: left;
	z-index: 100;
}

.DynamicMenuItemStyle
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #f5f5f5;
}

.StaticMenuStyle
{
	padding-right: 10px;
}


