﻿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: #568;
	margin: 0;
}

.HeaderImg
{
	position: relative;
	left: 125px;
	margin-top: 35px;
	margin-bottom: 45px;
}


.Spacer
{
	height: 12px;
}

#menu
{
	margin: 0 auto;
	width: 925px;
	height: 50px;
	background-image: url(             'Images/MenuBG_1.gif' );
	background-repeat: no-repeat;
	text-align: center;
}

#ContentHeader
{
	background-color: #000066;
	font-size: 11pt;
	margin: 0 auto;
	width: 100%;
	height: 155px;
}

#ContentBody
{
	padding: 10px 15px 10px 15px;
	color: #223;
	background-color: #e6e6da;
	background-image: url( '/Images/ContentBackground2.jpg' );
	font-size: 11pt;
	margin: 0 auto;
	width: 850px;
	border: solid 4px #88a;
}

#ContentFooter
{
	color: #223;
	background-color: #e6e6da;
	background-image: url( '/Images/ContentBackground2.jpg' );
	margin: 0 auto;
	width: 500px;
	height: 50px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
	border: solid 4px #88a;
}

p, a, h1, h2, h3, h4, h5, h6, td
{
	font-family: Tahoma;
	color: #114;
}

strong, b, .ItemTitle
{
	font-weight: bold;
	color: #448;
}

h1
{
	font-size: 15pt;
	color: #448;
}

h2
{
	font-size: 13pt;
	color: #336;
}

a:link
{
	color: #334;
}

a:visited
{
	color: #445;
}
a:hover
{
	color: #667;
}
a:active
{
	color: #667;
}

#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;
}

/* ComponentArt Menu Styles */
.MenuGroup
{
	margin: 0 auto;
	background-color: #BCBABC;
	margin-top: 8px;
}
.MenuGroup, .MenuItem, .MenuItemHover, .MenuItemDown
{
	padding: 5px 15px 5px 15px;
	font-size: 11pt;
	font-family: Verdana;
	font-weight: normal;
	font-variant: small-caps;
	cursor: pointer;
	background-color: #BCBABC;
}

.MenuItem
{
	color: #223;
}

.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;
}

/* Custom Classes */

.Head
{
	font-weight: bold;
	font-size: 22pt;
	font-family: Arial;
	font-variant: small-caps;
	letter-spacing: 0.15em;
}
