@charset "utf-8";
#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
#main h1{
	margin: 0px;
	height: 52px;
	background-image: url(../contact/images/title_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#main ul{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: none;
	padding: 0px;
}
#main li{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F3E6CA;
	border-right-color: #F3E6CA;
	border-bottom-color: #F3E6CA;
	border-left-color: #F3E6CA;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main li img{
	border: 1px solid #B6B6B6;
}
#main a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #800000;
	text-decoration: none;
}
#main a:hover{
	color: #AE5E2C;
	text-decoration: underline;
}
#page{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top: 0px;
	color: #9F6515;
	display: block;
	margin-bottom: 10px;
	width: 700px;
}
#page a{
	color: #800000;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
	height: 16px;
	line-height: 16px;
}
#page a:hover{
	font-weight: bold;
	color: #000000;
}

