﻿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%;
}

body
{
	font-family: Tahoma;
	background: #556688;
	margin: 0;
}

.Spacer
{
	height: 8px;
}

p, a, h1, h2, h3, h4, h5, h6, td
{
	font-family: Tahoma;
	color: #334;
}

strong, b, .ItemTitle
{
	font-weight: bold;
	color: #228;
}

h1
{
	font-size: 14pt;
	font-weight: bold;
	color: #338;
}

h2
{
	font-size: 14pt;
	color: #338;
}

h3
{
	font-size: 12pt;
	font-weight: bold;
	color: #338;
}

a:link
{
	color: #558;
}

a:visited
{
	color: #777;
}
a:hover
{
	color: #44F;
}
a:active
{
	color: #fff;
}

#main
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}

#PageTitle
{
	width: auto;
	height: auto;
	color: #FEE;
	font-family: Algerian;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 36pt;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
}

#ContentHeader
{
	font-size: 11pt;
	margin: 0 auto;
	width: 100%;
	height: 160px;
	background-color: #255499;
}

.HeaderImg
{
	position: relative;
	left: 150px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#ContentBody
{
	padding: 10px 15px 10px 15px;
	color: #ccd;
	background-color: #ccc;
	background-image: url(  '/Images/bg_parchment3.jpg' );
	font-size: 11pt;
	margin: 0 auto;
	width: 880px;
	border: solid 4px #7794BF;
}

#ContentFooter
{
	background-color: #ccc;
	background-image: url(  '/Images/bg_parchment3.jpg' );
	border: solid 4px #7794BF;
	color: #ddd;
	margin: 0 auto;
	width: 500px;
	height: 35px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	padding: 20px 0px 20px 0px;
}

#menu
{
	margin: 0 auto;
	width: 925px;
	height: 50px;
	background-image: url(             'Images/MenuBG_1.gif' );
	background-repeat: no-repeat;
	text-align: center;
}

/* ComponentArt Menu Styles */
.MenuGroup
{
	margin: 0 auto;
	background-color: #BCBABC;
	margin-top: 8px;
}
.MenuGroup, .MenuItem, .MenuItemHover, .MenuItemDown
{
	padding: 5px 15px 5px 15px;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: normal;
	font-variant: small-caps;
	cursor: pointer;
	background-color: #BCBABC;
}

.MenuItem
{
	color: #003;
}

.MenuItem, .MenuItemHover, .MenuItemDown
{
	padding: 5px 15px 5px 15px;
}

.MenuItemDown
{
	background-color: #BCBABC;
	color: #eee;
	font-weight: normal;
}

.MenuItemHover
{
	background-color: #BCBABC;
	color: #eee;
	text-decoration: underline;
	font-weight: normal;
}
