body {
	background-color : #FDF690;
	margin : 0px;
	text-align : center;
}

body, p, td, th, li {
	font-family : Myriad Pro, Myriad, Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	line-height : 20px;
}

#OuterLayout {
	margin : 15px auto 10px auto;
	width : 995px;
	height : 696px;
	background-color : #FFFFFF;
	text-align : left;
}

#BorderShadowTopLeft,
#BorderShadowTopRight,
#BorderShadowBottomLeft,
#BorderShadowBottomRight {
	width : 9px;
	height : 9px;
}

#BorderShadowTop {
	background-image : url("layout/borderShadow.top.gif");
	background-repeat : repeat-x;
}

#BorderShadowBottom {
	background-image : url("layout/borderShadow.bottom.gif");
	background-repeat : repeat-x;
}

#BorderShadowLeft {
	background-image : url("layout/borderShadow.left.gif");
	background-repeat : repeat-y;
}

#BorderShadowRight {
	background-image : url("layout/borderShadow.right.gif");
	background-repeat : repeat-y;
}

#InnerLayout {
	margin : 12px 14px 12px 15px;
	width : 948px;
	height : 655px;
}

#TopBar {
	height : 293px;
}

#NavBar {
	padding-top : 13px;
	height : 52px;
}

#IndexLinks {
	padding-top : 12px;
	height : 157px;
}

#IndexLinks .spacer {
	width : 14px;
}

#Content {
	padding : 12px 0px;
	vertical-align : top;
}

#InnerContent {
	margin : 0px 42px 0px 26px;
}

#NLSignupLabel {
	font-size : 18px;
	font-weight : bold;
	text-align : center;
	padding-bottom : 5px;
}

.nlSignupTextInput {
	background-color : #FFFFFF;
	border : 1px #C8C9CB solid;
	width : 157px;
	height : 18px;
	padding : 4px 0px;
	font-size : 13px;
}

#AddressBar {
	font-size : 14px;
	font-weight : bold;
	text-align : center;
}

#AddressBar a:link,
#AddressBar a:active,
#AddressBar a:visited {
	color : #000000;
	text-decoration : none;
}

#AddressBar a:hover {
	color : #D71D23;
}