﻿body
{
	font-family: Arial, Helvetica, sans-serif; /*background-image: url(images/MasterPage/body2.jpg); 	 	background-repeat: repeat;*/
	background-color: #899EB6;
	margin-top: 0px;
}


#pageWrapper
{
	width: 900px;
	height: 100%;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #899EB6; /*border: thin solid #000000;*/
	position: relative;
}

#header
{
	height: 137px;
	background-image: url(images/MasterPage/header_Filler.jpg);
	background-repeat: repeat-x;
	position: relative;
	border-style: none;
}

#headerLogo
{
	background-image: url(images/MasterPage/header_Logo.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 218px;
	height: 137px;
	float: left;
}

#headerRight
{
	float: right;
	background-image: url(images/MasterPage/header_right.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 319px;
	height: 137px;
}

/*
#headerText
{
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	height: 1em;
	text-align: center;
	vertical-align: bottom;
}
*/

#menuArea
{
	clear: both;
	position: relative;
	float: left;
	height: auto;
	width: 218px;
}

#menuHeader
{
	clear: both;
	width: 218px;
	height: 160px; /*173px*/
	margin-left: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	z-index: 500;
	font-weight: bold;
	background-image: url(images/MasterPage/Navigation_Header.jpg);
	background-repeat: no-repeat;
	float: left;
}

#menuContent
{
	position: relative;
	clear: both;
	width: 210px;
	height: auto;
	background-image: url(images/MasterPage/Navigation_Filler.jpg);
	background-repeat: repeat-y;
	padding-left: 25px;
}

#menuFooter
{
	position: relative;
	clear: both;
	width: 218px;
	height: 37px; /* 66px  */
	background-image: url(images/MasterPage/Navigation_Footer.jpg);
	background-repeat: no-repeat;
}

#content
{
	position: relative;
	float:left;
	min-height: 400px;
	width: 440px;
	padding: 5px;
	z-index: 100;
	display:inline-block;
}

#fullPageContent
{
	position: relative;
	float:left;
	min-height: 400px;
	width: 630px;
	padding: 10px;
	z-index: 100;
	display:inline-block;
}
#leftColumn
{
	clear: both;
	float: left;
	width: 218px;
	height: auto;
	margin-left: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}


#footer
{
	clear: both;
	position: relative;
	height: 46px;
	text-align: center;
	color: #000000;
	background-image: url(images/MasterPage/Footer_Bar_Filler.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: small;
	margin-left: 0px;
	margin-right: 0px;
}

#footerText
{
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	height: 1em;
}


.footerBarFiller
{
	float: left;
	height: 34px;
	width: 813px;
	padding-top: 12px;
	color: White;
	white-space: nowrap;
	display: inline-block;
	text-align: center;
}

.footerBarLeft
{
	float: left;
	width: 45px;
	height: 46px;
	background-image: url(images/MasterPage/Footer_Bar_Left.jpg);
	background-repeat: no-repeat;
}

.footerBarRight
{
	float: left;
	width: 42px;
	height: 46px;
	background-image: url(images/MasterPage/Footer_Bar_Right.jpg);
	background-repeat: no-repeat;
}

.menuItem td
{
	color: #FFFFFF;
	height: 32px;
	width: 120px;
	text-align: left;
}

.menuSelectedItem td
{
	width: 120px;
	height: 32px;
	background: url(images/MasterPage/SelectedMenu.gif) no-repeat;
}

.menuHoveredItem td
{
	position: static;
	width: 120px;
	height: 32px;
	background: url(images/menu/Menu_Glow.gif) no-repeat;
	margin-left: 0px;
}
