
body {
	background-color: #F3F3F3;
	margin: 0; padding: 0; border: 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#menubar {
	background: #2715ff url(../images/search.gif) repeat-x 0 26px;
	position: absolute;
	width: 100%;
	height: 70px;
	font-family: Arial;
	font-size: 14px;
	line-height: 26px;
	color: white;
	text-align: center;
	border: 0; margin: 0; padding: 0;
	z-index: 9999;
}

#searchbar {
	position: absolute;
	top: 26px;
	left: 0;
	height: 200px;
	width: 100%;
	background: url(../images/search.gif) repeat-x;
}



#topLeftPic {
	position:absolute;
	top:26px;
	left:0;
	width:265px;
	height:144px;
	background-image: url(../images/sign.jpg);
	z-index: 3;
}

#topLeftMask {
	position:absolute;
	top:26px;
	left:0;
	width:265px;
	height:173px;
	background-image: url(../images/mask.png);
	z-index: 9;
}


#trCorner {
	position: absolute;
	float: right;
	top: 26px;
	right: 0px;
	width: 37px;
	height: 50px;
	z-index: 3;
	background: url(../images/btr.gif) no-repeat;
}

#leftBar {
	top: 0;
	height: 100%;
	width: 27px;
	left: 0;
	background-image: url(../images/bl.gif);
	background-repeat: repeat-y;
	position: fixed;
	z-index: 2;
}

#rightBar {
	top: 0;
	height: 100%;
	width: 29px;
	right: 0;
	background-image: url(../images/br.gif);
	background-repeat: repeat-y;
	position: fixed;
	z-index: 2;
}

#bottomBarMain {
	bottom: 0;
	width: 100%;
	position: fixed;
	background-image: url(../images/bb.gif);
	background-repeat: repeat-x;
	height: 22px;
	z-index: 4;
}

#blCorner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 29px;
	height: 22px;
	margin: 0;
	background: url(../images/bbl.gif) no-repeat;
	z-index: 4;
}

#brCorner {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 29px;
	height: 22px;
	margin: 0;
	background: url(../images/bbr.gif) no-repeat;
	z-index: 4;
}



#mbbg {
	background: url(../images/nav.gif) repeat-x;
}

#menubar {
	background: url(../images/nav.gif) repeat-x;
	

}

#headline {
	position: absolute;
	top: 100px;
	left: 300px;
	width: 600px;
	text-align: center;
}

#lhs {
	position:  absolute;
	left: 0;
	top: 200px;
	float: left;
	z-index: 3;
}

#content {
	
	position:  absolute;
	float: left;
	top: 220px;
	left:  200px;
	padding-bottom: 60px;
	padding-right: 30px;
}

#lhs ul {
	list-style: none;
	display: block;
}

#lhs ul li {
	color:#C10C0C;
	font-size:9pt;
	font-family:Arial;
	cursor: pointer;
	Xheight: 2em;
	Xbackground-image:url('/images/sb.gif');
	border: 1px solid #ccc;
	padding: 1em 5px 5px 5px;
}

#lhs ul li a {
	color:#C10C0C;
	font-size:9pt;
	font-family:Arial;
	text-decoration:none;
	
}

#lhs ul li a:hover {
	color: black;
}

#spacing {
	clear: both;
	height: 80px;
	width: 40px;
	line-height: 80px;
	position: relative;
}

.highlight {
	background-color: yellow;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
}

h2 {
	color: blue;
}

#frontContent a.hotLink {
	font-weight: bold;
	color: red;
	font-size: 14px;
	text-decoration: none;
}

#frontContent a.hotLink:hover {
	text-decoration: underline;
}


.noUnderline a {
	text-decoration: none;
}

.addressInfo {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	line
}