body{
	background-color: white;
}

#outer{
    text-align: center;
}

#main{
	width: 780px;
    margin-left: auto;
    margin-right: auto;
}

#head{
  padding-left: 84px;
	height: 196px;
	background-color: #FF8B00;
}

#content{
	margin-left: 84px;
	margin-right: 220px;
	padding-top: 15px;
}

#motto{
	font-family: Arial, Helvetica, sans;
	font-weight: bold;
	font-size: 17px;
	float: right;
	color: white;
	text-align: right;
	padding-right: 25px;
	padding-top: 140px;
}

ul.m1{
  list-style: none;
  padding: 0px;
  margin: 0px;
	width: 150px;
	float: right;
	text-align: right;
	padding-top: 25px;
	padding-right: 25px;
}

ul.m1 li{
	margin-bottom: 8px;
	border-bottom: dashed 1px black;
	padding-bottom: 8px;
}

ul.m1 .last{
	border-bottom: none;
}

ul.m1 a{
	font-family: Arial, Helvetica, sans;
	text-decoration: none;
	font-size: 12px;
	color: black;
}

ul.m1 a:visited{
	color: black;
}

ul.m1 a.selected{
	font-weight: bold;
	color: #FF8B00;
}

ul.m1 a:visited.selected{
	font-weight: bold;
	color: #FF8B00;
}
