body {
	margin : 0px;
	background-color : #DCDAD7;
	text-align : center;
	position : absolute;
	left : 0px;
	right : 0px;
	top : 0px;
	bottom : 0px;
	height : 100%;
}

body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	line-height : 20px;
}

a:link,
a:visited {
	color : #442D5D;
}

a:hover {
	color : #A89DB3;
}

#Layout {
	margin : 0px auto;
	background-color : #FFFFFF;
	text-align : left;
	width : 880px;
	height : 100%;
	padding : 0px 35px;
	/*
	border-collapse : collapse;
	*/
}

#TopBar {
	height : 111px;
	padding : 0px;
}

#TopBar > table {
	border-collapse : collapse;
	height : 111px;
	width : 100%;
}

#TopBar td {
	vertical-align : top;
	padding : 0px;
}

#NLSignup {
}

#NavBar {
	height : 41px;
	vertical-align : top;
	text-align : right;
	font-size : 14px;
	text-transform : uppercase;
}

#NavBar a:link,
#NavBar a:visited {
	color : #442D5D;
	font-weight : bold;
	text-decoration : none;
	padding : 3px 5px;
}

#NavBar a:hover,
#NavBar a:active {
	color : #FFFFFF;
	background-color : #442D5D;
}

#NLSignup {
	height : 72px;
	text-align : right;
}

#NLSignup > div {
	margin-top : 17px;
	text-transform : uppercase;
	color : #442D5D;
	text-align : right;
}

#NLSignup input[type="text"] {
	width : 102px;
	height : 17px;
	border : 1px #B3B3B3 solid;
}

#NLSignup input[type="submit"] {
	border-width : 0px;
	color : #442D5D;
	font-size : 11px;
	background-color : #FFFFFF;
	text-transform : lowercase;
	cursor : pointer;
}

#ContentSpace {
	vertical-align : top;
}

#ContentSpace > table {
	width : 100%;
}

#HeaderSpace,
#MainContent {
	width : 577px;
	padding-right : 5px;
	vertical-align : top;
}

#ScrollerSpace,
#ServiceTimes {
	vertical-align : top;
}

#Welcome {
	margin : 11px 0px 8px 11px;
}

#MainContent > *,
#ScrollerSpace > *,
#ServiceTimes > * {
	margin-left : 15px;
	margin-right : 15px;
}

#ScrollerSpace > div {
	position : relative;
	width : 208px;
	height : 395px;
	overflow : hidden;
}

#MainContent > h1 {
	width : 100%;
	padding : 7px 0px;
	margin : 0px;
	background-color : #442D5D;
	color : #FFFFFF;
	font-size : 15px;
	line-height : 18px;
	text-indent : 15px;
	font-weight : bold;
	text-align : left;
}

#ScrollerSpace > h1,
#ServiceTimes > h1 {
	width : 100%;
	padding : 7px 0px;
	margin : 0px;
	background-color : #B79711;
	color : #FFFFFF;
	font-size : 15px;
	line-height : 18px;
	text-indent : 15px;
	font-weight : bold;
	text-align : left;
}

#AddressSpace {
	text-align : center;
	color : #442D5D;
	border-top : 1px #A89DB3 solid;
	height : 46px;
	vertical-align : middle;
}

#AddressSpace > span {
	margin : 0px 10px;
}

.scrollerItem {
	position : absolute;
	left : 0px;
	right : 0px;
	color : ##FFFFFF;
	font-size : 13px;
}

.scrollerItem p {
	text-align : left;
	color : ##000000;
}

.scrollerItem a:link,
.scrollerItem a:active,
.scrollerItem a:visited {
}

.scrollerItem a:hover {
}

