﻿body
{
	background-color: #000000;
	background-image: url('/images/bkgBody.png');
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: x-small;
}

body, div, p, img, table
{
	margin: 0;
	padding: 0;
	text-align: left;
}

/* Core Layout Styles */

#PageWrap
{
	margin-left: auto;
	margin-right: auto;
	width: 812px;
}

#PageHeader
{
	background: url('/images/hdrInterior.png') 0 0 no-repeat;
	height: 108px;
	width: 812px;
}

#PageRepeat
{
	background: url('/images/DiagonalRepeat.png') 0 0 repeat-y;
	width: 812px;
}

#MenuRepeat
{
	float: left;
	width: 176px;
}

#MenuTextArea
{
	background: url('/images/bkgMenu.png') 0 0 repeat-y;
	padding: 5px 15px 15px 20px;
	font-size: 10px;
}
#MenuTextArea ul
{
	margin: 0 0 0 0;
	list-style: none;
	padding: 0 0 0 0;
}
#MenuTextArea li
{
	margin-top: 10px;
	font-weight: bold;
}

#MenuTextArea ul ul
{
	margin: 0 0 0 15px;
}

#MenuTextArea li li
{
	font-weight: normal;
}

#MenuTextArea a
{
	color: #000;
	text-decoration: none;
}


#MenuFade
{
	background: url('/images/DiagonalFade.png') 4px 100% no-repeat;
	height: 95px;
	width: 176px;
}

#ContentArea
{
	float: left;
	width: 630px;
}

#PageFooter
{
	background: url('/images/bkgFooter.png') 0 0 no-repeat;
	height: 32px;
	width: 812px;
}

/* Menu List Styles */



/* Core Classes */

.Logo
{
	padding: 10px 0 0 40px;
}


/* Footer styles */

#PageFooter a, #PageFooter a:hover
{
	color: #fff;
	text-decoration: none;
}

#FooterTextArea
{
	color: #FFF;
	float: left;
	font-size: x-small;
	padding: 10px 0 0 186px;
	width: 306px;
}

#FooterFlyingHippo
{
	color: #FFF;
	float: right;
	font-size: x-small;
	padding: 0 10px 0 0;
}