﻿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: #378;
	background-image: url(             'Images/Background.png' );
	background-repeat: repeat-x;
	background-attachment: scroll;
}

p, a, h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma;
	color: #dde;
}

strong, b, .ItemTitle
{
	font-weight: bold;
	color: #dde;
}

h1
{
	font-size: 15pt;
	color: #dde;
}

a:link
{
	color: #dde;
}

a:visited
{
	color: #ccd;
}
a:hover
{
	color: #eef;
}
a:active
{
	color: #eef;
}

#main
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}

#PageTitle
{
	width: auto;
	height: auto;
	color: #dde;
	font-family: Calibri;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 36pt;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
}

#ContentHeader
{
	position: relative;
	top: 5px;
	font-size: 11pt;
	margin: 0 auto;
	width: 946px;
	height: 215px;
}

#ContentBody
{
	padding: 10px 15px 10px 15px;
	color: #cdd;
	background-color: #59a;
	font-size: 11pt;
	margin: 0 auto;
	width: 880px;
	border: solid 4px #9bc;
}

#ContentFooter
{
	color: #ccd;
	margin: 0 auto;
	width: 500px;
	height: 35px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	padding: 20px 0px 20px 0px;
	border: solid 4px #9bc;
	background-color: #59a;
	visibility: hidden;
}

/* ComponentArt Menu Styles */
.MenuGroup
{
	margin: 0 auto;
	background-color: #115566;
}
.MenuGroup, .MenuItem, .MenuItemHover, .MenuItemDown
{
	padding: 5px 15px 5px 15px;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	cursor: pointer;
	background-color: #115566;
}

.MenuItem
{
	color: #eef;
	text-decoration: underline;
}

.MenuItem, .MenuItemHover, .MenuItemDown
{
	padding: 5px 15px 5px 15px;
}

.MenuItemDown
{
	background-color: #115566;
	color: #eee;
	font-weight: bold;
}

.MenuItemHover
{
	background-color: #115566;
	color: #eee;
	font-weight: bold;
	text-decoration: overline underline;
}

/* RoundedCornr.com */

.roundedcornr_box_818163
{
	background: url(/Images/roundedcornr_818163_tl.png) no-repeat top left;
}
.roundedcornr_top_818163
{
	background: url(/Images/roundedcornr_818163_tr.png) no-repeat top right;
}
.roundedcornr_bottom_818163
{
	background: url(/Images/roundedcornr_818163_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_818163 div
{
	background: url(/Images/roundedcornr_818163_br.png) no-repeat bottom right;
}
.roundedcornr_content_818163
{
	background: url(/Images/roundedcornr_818163_r.png) top right repeat-y;
}

.roundedcornr_top_818163 div, .roundedcornr_top_818163, .roundedcornr_bottom_818163 div, .roundedcornr_bottom_818163
{
	width: 946px;
	height: 35px;
	font-size: 1px;
}
.roundedcornr_content_818163, .roundedcornr_bottom_818163
{
	margin-top: -20px;
}
.roundedcornr_content_818163
{
	padding: 0 15px;
}
