

body {
	text-align : center;
	background-color : #666666;
}

body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	color : #000000;
}

h1 {
	font-size : 19px;
	font-weight : bold;
	text-align : left;
	color : #30592D;
}
	

#Layout {
	width : 800px;
	height : 600px;
	margin : 0px auto;
	text-align : left;
	background-color : #FFFFFF;
}

#TopBar {
	height : 203px;
}

#NavBar {
	height : 26px;
}

#ContentTable {
	width : 100%;
	height : 346px;
}

#SideBar {
	width : 163px;
	background-image : url("images/logoBottom.jpg");
	background-repeat : no-repeat;
	background-position : top left;
	padding-top : 120px;
	text-align : center;
}

#ScrollerContainer {
	background-image : url("images/scrollerBkg.jpg");
	width : 147px;
	height : 187px;
	position : relative;
	margin : 0px auto;
	text-align : left;
}

#ScrollerSpace {
	position : absolute;
	top : 17px;
	left : 1px;
	width : 145px;
	height : 160px;
}

#Content {
	padding : 30px 100px;
}

#AddressBar {
	background-image : url("images/addressBkg.jpg");
	height : 25px;
	vertical-align : top;
}

#AddressBar div {
	margin-top : 12px;
	font-family : Times New Roman, Times, Serif;
	font-size : 11px;
	line-height : 11px;
	font-weight : bold;
	text-align : center;
	color : #000000;
}







