body {
	border-top:#9d0029 solid thick;
	margin:0 auto;
	background-image: url(../images/bg);
	/*background-repeat: repeat-x;
	background-position: top;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
a{
	color:#9d0029;
}
.button{
	cursor:pointer;
	width:116px;
	height:28px;
	background:url(../images/button-bg.jpg);
	text-align:center;
	font-size:10.5pt;
	font-weight:bold;
	color:white;
	padding-top:7px;
	position:relative;
	float:left;
}
.button a{
	color:white;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
}
.button:hover{
	background-image: url(../images/button-bg.jpg);
	background-position:0 -33px;
}
#header{
	margin:0 auto; position:relative; background:url(../images/header-bg.jpg); height:164px; width:696px;
}
#logo{
	position:absolute; left:25px; top:25px;	
}
#visit-button{
	position:absolute; left:535px; top:10px;
}
#navigation{
	margin:0 auto; position:relative; width:696px; height:35px; border:#aeaeae solid 1px; border-top:none;
}
#space{
	margin:0 auto; position:relative; width:696px; height:4px; border:#aeaeae solid 1px; border-top:none;
}
#content-title{
	margin:0 auto;
	position:relative;
	width:666px;
	border:#aeaeae solid 1px;
	border-top:none;
	background:url(../images/content-title-bg.jpg) repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #9d0029;
	padding:20px 15px 8px 15px;
}
.title{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #9d0029;
}
#content{
	margin:0 auto;
	position:relative;
	width:666px;
	border:#aeaeae solid 1px;
	border-top:none;
	background:url(../images/content-title-bg.jpg) repeat-x;
	padding:20px 15px 8px 15px;
}
#pre-footer{
	margin:0 auto;
	position:relative;
	width:696px;
	height:80px;
	border:#aeaeae solid 1px;
	border-top:none;
	background-image: url(../images/footer-bg.jpg);
	background-position: center bottom;	
}
#footer{
	margin:0 auto;
	position:relative;
	width:686px;
	height:60px;
	border:#aeaeae solid 1px;
	border-top:none;
	font-size: 9px;
	padding:5px;
}
#footer a{
	color:black;
}
#footer-address{
	position:absolute; right:5px; top:10px; text-align:right;
	font-size: 11px;
	color:#707071;
}
#leftlist{
	list-style-position: inside;
	list-style-type: disc;	
	margin-left:-37px;
}
#rightlist{
	position:absolute;
	list-style-position: inside;
	list-style-type: disc;	
	left:250px;
	bottom:20px;
}
.minititle{
	font-weight: bold;
	text-decoration: underline;	
}.centered-text {
	text-align: center;
}
.rgt{
	float:right;
	margin:3px 0px 5px 10px;
}
.lft{
	float:left;
	margin:3px 10px 5px 0px;
}

