/*Layout CSS*/
html,body{
	height:100%;margin:0 auto;text-align:center;font-family:Tahoma;background:#f7fde5;
}
a{
	-moz-outline-style: none;
}
#top{
	height:15px;
}
#wrapper{
	margin:0 auto;background:url('../img/back.jpg');width:788px;text-align:center;min-height:942px;
}
#site{
	min-height:942px;width:788px;
}
.selected{
	color:#9f4239;	
}
.regular{
	color:#5e3b36;
}
#topbar{
	padding-top:0px;
}
#barcontainer{
	background:url('../img/bar.png') no-repeat;height:67px;/*width:778px;*/text-align:center;margin:0 auto;overflow:hidden
}
#bar{
	list-style-type:none;margin:0 auto;text-align:center;
}
#bar a{
	/*font-size:7.8pt;*/font-size:6.5pt;font-weight:bold;text-decoration:none;
}
#center{
	min-height:830px;
}
#content{
	width:215px;
}
#content img{
	border:0;
}
.horizontal{
	width:100%;height:2px;background:url('../img/horizontalnew.png') repeat-x;overflow:hidden;
}
.set{
	margin:0 1px 10px 0;
}
.vertical{
	width:2px;background:url('../img/vertical.png') repeat-y;overflow:hidden;
}

#pagetext{
	width:493px;margin:0 auto;/*margin-top:22px;*/
}
#textsubject{
	background:url('../img/subject.png');height:38px;line-height:19px;font-size:12px;font-weight:bold;color:#e7ebc2;margin-bottom:12px;letter-spacing:0.1px;
}
#textbody{
	color:#5f3c35;font-size:11px;line-height:150%;letter-spacing:0.1px;
}
#textbody p{
	margin:0 0 10px 0;
}
#textbody ul{
	list-style-image:url('../img/bullet.jpg');margin:11px 0;
}
#sendmail{
	font-size:11px;margin-bottom:20px;
}
.regtext{
	font-size:11px;
}
.smalltext{
	font-size:8pt;
}
.browntext{
	color:#5f3c35 !important;
}
.bordotext{
	color:#9f4239 !important;
}