﻿html
{
	/*	Adds a scroll bar to all pages, even if they don't go past a page */ /*  to fix the center shift when a scroll bar is added & removed */
	min-height: 100.01%;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	background: #eee;
	background-repeat: repeat-x;
	background-attachment: scroll;
}

*
{
	font-family: Palatino Linotype, Times New Roman, Sans-Serif;
}

p, a, h1, h2, h3, h4, h5, h6, td
{
	color: #200;
	margin-bottom: 0px;
}

strong, b, .ItemTitle
{
	font-weight: bold;
	color: #99000a;
}

h1, h2
{
	font-size: 15pt;
	text-transform: uppercase;
	color: #99000a;
	margin-top: 0px;
}

h2
{
	font-size: 13pt;
}

a:link
{
	color: #663034;
}

a:visited
{
	color: #7d5257;
}
a:hover
{
	color: #f55;
}
a:active
{
	color: #faa;
}

#main
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#PageTitle
{
	width: 100%;
	height: 200px;
	background-color: White;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 36pt;
}

#ContentHeader
{
	text-align: center;
	background-color: #fff;
	height: 190px;
}

#ContentBody
{
	margin: 0 auto;
	color: #331;
	background-color: #fff;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	min-height: 400px;
}

#ContentText
{
	margin: 0 auto;
	width: 75%;
}

#ContentFooter
{
	color: #331;
	background-color: #99000a;
	font-size: 11pt;
	width: 100%;
	border-bottom: solid 2px #333;
	border-top: solid 2px #333;
	height: 50px;
}

/* ComponentArt Menu Styles */
.MenuBox
{
	background-color: #99000a;
	width: 100%;
	border-top: solid 2px #333;
	border-bottom: solid 2px #333;
}
.MenuGroup, .MenuItem, .MenuItemHover, .MenuItemDown
{
	background-color: #99000a;
	font-size: 11pt;
	font-weight: normal;
	font-weight: bold;
	font-variant: small-caps;
	cursor: pointer;
	margin: 0 auto;
	text-align: center;
}

.MenuItem
{
	color: #fff;
}

.MenuItem, .MenuItemHover, .MenuItemDown
{
	padding: 5px 15px 5px 15px;
}

.MenuItemDown
{
	color: #fff;
	font-weight: bold;
}

.MenuItemHover
{
	color: #eee;
	text-decoration: underline;
	font-weight: bold;
}

.Head
{
	font-weight: bold;
	font-size: 22pt;
	font-variant: small-caps;
	letter-spacing: 0.15em;
}
