﻿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: #3868AD;
	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: #225;
}

strong, b, .ItemTitle
{
	font-weight: bold;
	color: #447;
}

h1
{
	font-size: 15pt;
	color: #447;
}

a:link
{
	color: #335;
}

a:visited
{
	color: #446;
}
a:hover
{
	color: #668;
}
a:active
{
	color: #668;
}

#main
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}

#PageTitle
{
	width: auto;
	height: auto;
	color: #EEF;
	font-family: Arial;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 36pt;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
	vertical-align: text-top;
}

#ContentHeader
{
	position: relative;
	top: 5px;
	font-size: 11pt;
	margin: 0 auto;
	width: 946px;
	height: 215px;
}

#ContentBody
{
	padding: 5px 15px 5px 15px;
	color: #000;
	background-color: #eee;
	background-image: url('/Images/ContentBackground.jpg');
	font-size: 11pt;
	margin: 0 auto;
	width: 880px;
	border: solid 4px #558;
}

#ContentFooter
{
	color: #222;
	margin: 0 auto;
	width: 350px;
	height: 57px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	background-color: #eee;
	background-image: url('/Images/ContentBackground.jpg');
	border: solid 4px #558;
	vertical-align: middle;
}

/* ComponentArt Menu Styles */
.MenuGroup
{
	margin: 0 auto;
	background-color: #245499;
}
.MenuGroup, .MenuItem, .MenuItemHover, .MenuItemDown
{
	padding: 5px 15px 5px 15px;
	font-size: 16px;
	font-family: Verdana;
	font-weight: normal;
	font-weight: bold;
	font-variant: small-caps;
	cursor: pointer;
	background-color: #245499;
}

.MenuItem
{
	color: #ccd;
}

.MenuItem, .MenuItemHover, .MenuItemDown
{
	padding: 5px 15px 5px 15px;
}

.MenuItemDown
{
	background-color: #245499;
	color: #eee;
	font-weight: bold;
}

.MenuItemHover
{
	background-color: #245499;
	color: #eee;
	text-decoration: underline;
	font-weight: bold;
}

/* RoundedCornr.com */

.roundedcornr_box_818163
{
	background: url(/Images/roundedcornr_646668_tl.png) no-repeat top left;
}
.roundedcornr_top_818163
{
	background: url(/Images/roundedcornr_646668_tr.png) no-repeat top right;
}
.roundedcornr_bottom_818163
{
	background: url(/Images/roundedcornr_646668_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_818163 div
{
	background: url(/Images/roundedcornr_646668_br.png) no-repeat bottom right;
}
.roundedcornr_content_818163
{
	background: url(/Images/roundedcornr_646668_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;
}
