body {
	font-family: courier, arial, sans-serif;
}

a {
	color: steelBlue;
}

a:hover {
	color: indianRed;
}

select {
    border: none;
}

#asylum {
    margin:0pt auto;
    overflow:hidden;
    position:relative;
    width:750px;
	border-bottom: 1px solid black;
}

#popontop{
    margin-top: 20px;
    text-align: right;
    font-size: 55px;
    color: gray;
	border-right: 12px solid tomato;
	background-color: #DBF3F6;
}

#popontop span {
    border-bottom: 4px solid #ffffb3;
}

#popontop h3 {
	border-bottom: 8px solid #ffffb3;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 14px;
}

#tabbage {
    background-color: #FFFFFF;
    border-left: 4px solid tomato;
	padding-left: 40px;
	margin-top: 20px;
}

#tabbage a {
	color: black;
	text-decoration: none;
}

/*#tabbage ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;

}*/

#tabbage span {
    float: left;
    border-top: 1px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    padding: 2px 5px 2px 5px;
}

#tabbage span.active {
    background-color: white;
    border-top: 1px solid black;
    border-bottom: 2px solid tomato;
}

#tabbage span:hover {
    background-color: white;
    border-top: 1px solid black;
    border-bottom: 2px solid #ffffb3;
}

#tabbage span:hover a {
	cursor: pointer;
}

#tabbage span.active:hover {
    border-bottom: 2px solid tomato;
}

#contented {
    background-color: #FFFFFF;
    border-left: 4px solid #ffffb3;
    padding-left: 40px;
    padding-top: 8px;
}

#sidedish {
	float: right;
	width: 143px;
	background-color: #ffffb3;
	padding-bottom: 8px;
}

#sidedish .content {
    padding-right: 8px;
}

#sidedish div.vert a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#sidedish div.vert {
    cursor: pointer;
}

#sidedish div.vert:hover {
    margin-left: -20px;
    padding-left: 17px;
    border-left: 3px solid tomato;
}

#sidedish div.vert.active {
    margin-left: -20px;
    padding-left: 17px;
    margin-right: 35px;
    border-left: 3px solid tomato;
    background-color: tomato;
}

#sidedish div.vert.active:hover {
    border-left: 3px solid black;
}

div.boxy {
	background-color: #DBF3F6;
	border: 1px dotted black;
	margin-top:16px;
	margin-right: 26px;
	padding-bottom: 13px;
}

div.boxy-error {
	background-color: #FFBEBE;
	border: 1px dotted black;
	margin-top: 16px;
	margin-right: 26px;
	padding-left: 26px;
	padding-top: 11px;
	padding-bottom: 11px;
}

div.entry {
    background-color: #DBF3F6;
    border: 1px dotted black;
	margin-top: 16px;
	margin-right: 180px;
}

div.title {
    border-bottom: 1px solid black;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 8px;
	font-weight: bold;
}

div.content {
	margin-top: 3px;
    margin-left: 17px;
	font-size: 12px;
}

div.entry div.content p span {
    font-size: 24px;
    margin-left: 16px;
    padding-right: 1px;
}

#footer {
    font-size: 10px;
    background-color: #FFFFFF;
    padding-top: 26px;
    padding-bottom: 4px;
    text-align: right;
    padding-right: 26px;
    border-left: 4px solid #ffffb3;
}

hr {
	border: 1px dotted #ffffb3;
	height: 3px;
	margin-right: 20px;
}

span.con {
	cursor: pointer;
	font-weight: bold;
	color: tomato;
}

span.hi {
	cursor: pointer;
	font-weight: bold;
}

span.hi span.lite {
	color: tomato;
}
