
body {
	text-align : center;
	background-color : #667788;
}

body, p, td, th, li {
	font-family : Helvetica, Arial, Verdana, Sans-serif;
	font-size : 11px;
}

b {
	color : #0054A6;
	font-weight : bold;
}

h1 {
	color : #0054A6;
	font-size : 17px;
	font-weight : bold;
	text-align : left;
}

h2 {
	color : #0E1536;
	font-size : 14px;
	font-weight : bold;
	text-align : left;
}

#Layout {
	width : 800px;
	height : 666px;
	margin : 0px auto;
	text-align : left;
	background-color : #FFFFFF;
}

#TopBar {
	height : 116px;
}

#MapImageSpace {
	height : 225px;
}

#ContentTable {
	width : 100%;
}

#NavBar {
	width : 169px;
	background-color : #B1CDF5;
	text-align : center;
}

#Content {
	padding : 25px 9px 26px 29px;
}

#NLSignupBar {
	background-color : #0E1536;
	height : 44px;
}

#NLSignupBar table {
	width : 100%;
}

#AddressBar {
	height : 18px;
	background-color : #0054A6;
	color : #FFFFFF;
	font-weight : bold;
	text-align : center;
	vertical-align : top;
}

#RepPanel {
	position : relative;
	width : 159px;
	height : auto;
	background-color : #FFFFFF;
	margin : 0px auto;
	border : 1px #5D5A63 solid;
	text-align : center;
}

.nlSignupInput {
	width : 123px;
	height : 19px;
	border : 1px #7F8395 solid;
	background-color : #FFFFFF;
	color : #000000;
	font-size : 11px;
}








