
body {
	margin : 0px;
	background-image : url("images/bodyBkg.gif");
	background-repeat : repeat-x;
	background-color : #000000;
	text-align : center;
}

body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	color : #FFFFFF;
	font-size : 15px;
	line-height : 19px;
}

#Layout {
	width : 1078px;
	height : 773px;
	text-align : left;
	margin : 0px auto;
}

#TopBar {
	height : 143px;
}

#NavSpace {
	height : 226px;
}

#NavBar {
	width : 126px;
}

#BottomBar {
	height : 212px;
}

#BottomLeft {
	background-image : url("images/homeBottomLeft.jpg");
	background-repeat : no-repeat;
	width : 415px;
}

#BottomRight {
	background-image : url("images/homeBottomRight.jpg");
	background-repeat : no-repeat;
	width : 405px;
}

#BottomLeft p {
	color : #FFFFFF;
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-weight : bold;
	margin : 3px 5px 0px 100px;
}

#BottomLeft ul {
	margin : 5px 0px 0px 100px;
}

#BottomRight p {
	margin : 0px 100px 0px 5px;
	text-align : center;
}

#BottomText {
	width : 800px;
	margin : 0px auto;
}

#BottomText p {
	color : #FFFF00;
	font-size : 10px;
	text-align : center;
	line-height : 12px;
}