html, body, #Placing {
margin: 0;
padding: 0;
height: 100%;
}

body
{
	background-color: #3c8bac;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url("images/LayoutBG.jpg");
	background-position: top center;
	height: 100%;
	background-repeat: repeat-y;
}

a:link, a:visited
{
	color: #0d83cd;
}

a:active, a:hover
{
	color: #b5e8fd;
}

img
{
	border: none;
}


#Container {
position: relative;
width: 922px;
background: #000;
min-height: 100%;
height: auto !important;
height: 100%;
text-align: left;
}

#LayoutLeftBG, #LayoutRightBG
{
	width: 968px;
	height: 100%;
	background-repeat: repeat-y;
}

#LayoutLeftBG
{
	background-image: url("images/LeftSide.jpg");
	background-position: left;
}

#LayoutRightBG
{
	background-image: url("images/RightSide.jpg");
	background-position: right;
}

#Header
{
	background-image: url("images/PoolHeader.jpg");
	height: 188px;
}

#Menu
{
	margin-top: 21px;
	text-align: left;
	width: 590px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #14496a;
}

a, #Menu a, #Footer a
{
	text-decoration: none;
}

#Menu a:link, #Menu a:visited
{
	color: #14496a;
}

#Menu a:active, #Menu a:hover
{
	color: #0d83cd;
}

#Body {
padding-bottom: 71px;
}

.title
{
	margin: 0px 5px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #fbd181;
}

.topic
{
	color: #b5e8fd;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

.AreaOne, .AreaTwo, .AreaThree
{
	float: left;
	margin: 3px;
	padding: .2em;
}

.AreaBreak
{
	clear: both;
}

.AreaDivider
{
	clear: both;
	font-size: 1px;
	background-color: #14496a;
}

.AreaOne 
{
	width: 600px;
}

.AreaTwo 
{
	width: 289px;
}

.AreaThree
{
	width: 289px;
	background-color: #14496a;
}

.InAreaOne
{
	width: 295px;
	float: left;
}

.InAreaTwo
{
	height: 100%;
	width: 100%;
	padding: .2em;
	float: left;
	background-color: #333333;
}

li 
{
	list-style-image: url("images/Bullet.jpg");
}
#Footer
{
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	left: 0;
	width: 922px;
	background-image: url("images/PoolFooter.jpg");
	height: 71px;
	color: #1b6786;
}

#Footer a:link, #Footer a:visited
{
	color: #0d83cd;
}

#Footer a:active, #Footer a:hover
{
	color: #14496a;
}

#FooterLeft, #FooterRight
{
	margin-top: 45px;
	padding: .4em;
	font-weight: bold;
	font-size: 10pt;
}

#FooterLeft
{
	float: left;
}

#FooterRight
{
	float: right;
}