

body {
	text-align : center;
	background-color : #226633;
}

body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	color : #000000;
	line-height : 24px;
}

p {
	margin : 10px 0px;
}

h1 {
	font-size : 14px;
	font-weight : bold;
	text-align : left;
	margin : 0px 0px 10px 0px;
}

#Layout {
	width : 800px;
	height : 600px;
	margin : 0px auto;
	text-align : left;
	background-color : #FAF3A6;
}

#TopBar {
	background-image : url("images/topBar.jpg");
	height : 241px;
}

#NLSignupSpace {
	padding-right : 14px;
	padding-top : 48px;
}

#TopSpacer {
	height : 10px;
}

#ContentTable {
	width : 100%;
	height : 318px;
	background-image : url("images/contentBkg.jpg");
}

#Content {
	padding : 26px 30px 26px 53px;
}

#ScrollerSpace {
	padding-right : 13px;
}

#ScrollerCell {
	background-image : url("images/scrollerBkg.gif");
	width : 212px;
	height : 287px;
}

#BottomSpacer {
	height : 10px;
}

#AddressBar {
	height : 21px;
	background-color : #000000;
	color : #FFFFFF;
	font-size : 11px;
	line-height : 11px;
	font-weight : bold;
	text-align : center;
	vertical-align : middle;
}

.navSpacer {
	height : 17px;
	font-size : 1px;
}

.navSpacerTop {
	height : 24px;
	font-size : 1px;
}

.navLink {
	height : 19px;
}

.menuHeader {
	width : 100%;
	border-bottom : 1px #000000 solid;
}

.nlSignupInput {
	width : 108px;
	height : 17px;
	font-size : 12px;
	line-height : 12px;
	vertical-align : middle;
}

