body {
	background-color : #CCCCCC;
	text-align : center;
}

body, p, td, th, li {
	font-family : Arial;
	font-size : 12px;
}

#Layout {
	width : 800px;
	height : 600px;
	text-align : left;
	margin : 0px auto;
}

#ContentSpace {
	background-image : url("images/homeContentBkg.jpg");
}

#TopBar {
	height : 156px;
}

#NavBar {
	width : 107px;
}

#Content {
}

#RightDecoration {
	width : 49px;
	background-image : url("images/homeRightBkg.jpg");
	background-repeat : repeat-y;
}

#BottomBar {
	height : 73px;
}

.menuBox {
	position : absolute;
	left : 0px;
	top : 0px;
	background-color : #455F82;
	border : 1px #6F97B0 solid;
	text-align : left;
}

.menuItem {
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	padding : 3px;
}

.menuItemSelected {
	font-size : 11px;
	font-weight : bold;
	color : #DDEEFF;
	padding : 3px;
}
