//body{
//	font-size:14pt;
//}

#wrapper {
	margin: 0 auto;
	min-width: 280px;
	max-width: 750px;
}

h1{
	background-color: #ee8c00;
	border: 2px dotted red;
	color: white;
	margin: 30px auto;
	width: 100%;
	font-size:110%;
	font-weight:bold;
	text-align: center;
}

h2{
	font-size:110%;
	color:#000000;
	background-color:transparent;
	margin: 0px;
	margin-top: 15px;
	padding-left: 10px;
	border: 0px;
	border-left:8px solid;
	border-bottom:1px solid;
	border-color: #ff8c00 #ff8c00 #999999 #ff8c00;
}

h3{
	color:#666666;
	font-size: 100%;
	background-color:transparent;
	margin-top:1em;
	border-bottom:1px solid;
	border-color:#ff8c00 #ff8c00 #999999 #ff4422;
}

//p{
//	margin-left:5%;
//	margin-right:5%;
//}

//ul,ol{
//	margin-left:5%;
//	margin-right:5%;
//}
table#sponsor {
	margin: 0  auto;
	width: 90%;
	table-layout: fixed;
	font-size: 100%;
	word-wrap: break-word;
}

table.button {
	text-align: center;
	margin: 0  auto;
	width: 100%;
	table-layout: fixed;
}
a.button{
	font-size: 110%;
	display: inline-block;
	background-color: transparent;
	border: 2px solid #98183E;
	color: #925000;
	//width: 280px;
	width: 90%;
	line-height: 50px;
}
a.line2 {
	line-height: 30px;
}
a.button:hover {
	background-color: #FDEAE6;
	color: #925000;
	text-decoration: none;
}

strong{
	color: red;
	font-weight: bold;
}

.small {
	font-size:80%;
}

.notice {
	margin:10px auto;
	width:80%;
	padding:5px;
	background-color: #ffffff;
	border-style: dotted;
	border-color: #ff8c00; 
}

#footer {
    text-align: center;  
	font-size:80%;
}

table.guidebook {
	margin: 0  auto;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 3px solid #ff8c00;
}
table.guidebook th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	color: white;
	background-color: #ff8c00;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.guidebook td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.guidebook a {
	display: inline-block;
	background-color: transparent;
	color: #925000;
}
table.guidebook a:hover {
	background-color: #FDEAE6;
	color: #925000;
	text-decoration: none;
}
