*
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

body
{
	font-family: "Trebuchet MS" , Verdana, Helvetica, sans-serif;
	font-size: 77%;
	line-height: 1.6em;
	text-align: center;
	background-color: #f2f2f2;
}

#PageContainer
{
	text-align: left;
	width: 960px;
	height: 748px;
	border: solid 1px #003399;
	background-color: #ffffff;
	margin: 5px auto 0px auto;
}

#TopPane
{
}

#TopPane #HeaderLeft
{
	width: 479px;
	height: 20px;
	background-color: #CC3300;
	float: left;
}

#TopPane #HeaderRight
{
	width: 479px;
	height: 20px;
	background-color: #99CCFF;
	float: right;
}

#ContentPane
{
	width: 960px;
	text-align: center;
	color: #333333;
}

#ContentPane p
{
	padding-top: 35px;
	font-family: Berlin Sans FB, Verdana, Helvetica, sans-serif;
	font-size: 200%;
	line-height: 1.5em;
}

#ContentPane #Left
{
	width: 479px;
	float: left;
	vertical-align: middle;
}

#ContentPane #Right
{
	width: 479px;
	float: right;
	vertical-align: middle;
}

#BottomPane
{
	width: 100%;
}

#BottomPane #Left
{
	width: 479px;
	height: 400px;
	background: url(stripes.gif) no-repeat center top;;
	float: left;
	margin-left: 0px !important;
	margin-left: -5px;
}

#BottomPane #Right
{
	width: 479px !important;
	width: 476px;
	height: 400px;
	background-color: #C2E0FF;
	float: right;
}

#BottomPane #Left #NewLeft
{
	width: 239px;
	float: left;
}

#BottomPane #Left #NewRight
{
	width: 239px;
	float: right;
}

#BottomPane #Left ul
{
	text-indent: 0;
	padding-top: 10px;
	padding-left: 50px;	
}

#BottomPane #Right ul
{
	text-indent: 0;
	padding-top: 55px;
	padding-left: 180px;	
}

#BottomPane ul li
{
	list-style-type: none;
	text-indent: 0;	
	line-height: 1.55em;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
}

h4
{
	width: 100%;
	height: 22px;
	padding: 20px 0 5px 10px;
	text-transform: lowercase;
	vertical-align: middle;
	text-align: center;
	font-size: 1.20em;
	font-style: italic;
	color: #734311;
}

html>body #BottomPane #Left
{
	*height: 381px;
}

html>body #BottomPane #Right
{
	*height: 381px;
}

html>body #BottomPane ul
{
	*padding-top: 3px;
}