﻿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: #ECEAD3;
	background-image: url(               'Images/Background.png' );
	background-repeat: repeat-x;
	background-attachment: scroll;
}

p, a, h1, h2, h3, h4, h5, h6, td
{
	font-family: Tahoma;
	color: #222;
}

strong, b, .ItemTitle
{
	font-weight: bold;
	color: #442;
}

h1
{
	font-size: 15pt;
	color: #442;
}

h2
{
	font-size: 12pt;
	color: #662;
	font-weight: bold;
}

h3
{
	font-size: 11pt;
	color: #662;
	font-weight: bold;
}

a:link
{
	color: #633;
}

a:visited
{
	color: #666;
}
a:hover
{
	color: #F55;
}
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
{
	position: relative;
	top: 5px;
	font-size: 11pt;
	margin: 0 auto;
	width: 946px;
	height: 215px;
}

#ContentBody
{
	padding: 10px 15px 10px 15px;
	color: #442;
	background-color: #D8D6BF;
	font-size: 11pt;
	margin: 0 auto;
	width: 880px;
	border: solid 4px #B0AE97;
}

#ContentFooter
{
	color: #ddd;
	margin: 0 auto;
	width: 500px;
	height: 50px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	padding: 20px 0px 20px 0px;
	background-color: #D8D6BF;
	border: solid 4px #B0AE97;
}

/* ComponentArt Menu Styles */
.MenuGroup
{
	margin: 0 auto;
	background-color: #600;
}
.MenuGroup, .MenuItem, .MenuItemHover, .MenuItemDown
{
	padding: 5px 15px 5px 15px;
	font-size: 10pt;
	font-family: Arial;
	font-weight: normal;
	font-variant: small-caps;
	cursor: pointer;
	background-color: #600;
}

.MenuItem
{
	color: #eec;
}

.MenuItem, .MenuItemHover, .MenuItemDown
{
	padding: 5px 15px 5px 15px;
}

.MenuItemDown
{
	background-color: #600;
	color: #eee;
	font-weight: normal;
}

.MenuItemHover
{
	background-color: #600;
	color: #eee;
	text-decoration: underline;
	font-weight: normal;
}

/* RoundedCornr.com */

.roundedcornr_box_818163
{
	background: url(/Images/roundedcornr_187385_tl.png) no-repeat top left;
}
.roundedcornr_top_818163
{
	background: url(/Images/roundedcornr_187385_tr.png) no-repeat top right;
}
.roundedcornr_bottom_818163
{
	background: url(/Images/roundedcornr_187385_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_818163 div
{
	background: url(/Images/roundedcornr_187385_br.png) no-repeat bottom right;
}
.roundedcornr_content_818163
{
	background: url(/Images/roundedcornr_187385_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;
}


/* Custom Classes */

.Head
{
	font-weight: bold;
	font-size: 22pt;
	font-family: Arial;
	font-variant: small-caps;
	letter-spacing: 0.15em;
}
