
body {
	margin : 0px auto;
	background-color : #905D0A;
	text-align : center;
}

body, p, td, th, li {
	font-family : Myriad, Myriad Pro, Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	line-height : 18px;
}

#Layout {
	background-image : url("images/layout/layoutBkg.jpg");
	background-repeat : repeat-y;
	width : 1023px;
	height : 700px;
	margin : 0px auto;
	text-align : left;
	padding : 0px 30px;
}

#TopBar {
	height : 89px;
}

#SideBar {
	background-image : url("images/layout/sideBarBkg2.jpg");
	background-repeat : no-repeat;
	width : 237px;
	height : 620px;
	padding-top : 140px;
	padding-left : 71px;
}

#SideBar > p {
	margin : auto 10px;
}

#Content {
	padding : 0px 20px;
}

#HomeSubNav {
	margin : 10px auto 0px 11px;
	background-image : url("images/layout/homeLinksBkg.jpg");
	background-repeat : repeat-y;
	width : 564px;
}

#ContactInfo {
	padding : 50px 0px 0px 22px;
}

#InnerContent {
	padding : 0px 120px 0px 51px;
}

#TopNav {
	background-image : url("images/layout/topLeft3.jpg");
	background-repeat : no-repeat;
	height : 27px;
	padding-top : 44px;
}

#NLSignup {
	margin : 10px 0px 25px 70px;
}

.nlSignupField {
	background-color : #FFFFFF;
	border : 1px #675B35 solid;
	width : 145px;
	height : 27px;
	padding : 0px;
	font-size : 20px;
}

.nlSignupButton {
	background-color : #905D0A;
	color : #FFFFFF;
	height : 27px;
	border : 1px #675B35 solid;
	font-size : 20px;
}

