/* Basic Styles  */
.skip {font-size:.001em;margin:0px;float:left;}
p {margin:0px;text-indent:1.2em;}
.index-return {text-align:center;font-size:115%;}
/* Remove h1 and h2 after plugs changeover */
h1 {
	font-size: 175%;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	margin-top: -5px;
	margin-bottom:-15px;
	padding-bottom:0px;
	}
h2 {
	font-size: 150%;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align:center;
	padding-bottom:0px;
	}
#contents {
	list-style-type:none;
	padding-left:0px;
	margin-left:0px;
	line-height:1.2;
	}
.top_nav {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 15px;
	}
.background {
	background-color:#fdf5e6;
	padding: 0px 4px 4px 4px;
	border-style: outset;
	border-width: 1px 2px 2px 1px;
	border-color: black;
	}

#bot_nav {
	font-size: 75%;
	font-weight: bold;
	width: 90%;
	margin-left: auto;
	margin-right: 5%;
	text-align:center;
	}
#bot_nav li {
	display: inline;
	list-style-type:none;
	border-right: 1px solid black;
	padding: 0px 5px 0px 5px;
	}
#bot_nav li:first-child {
	border-left: 1px solid black;
	}
.return_top {
	display:block;
	text-align:right;
	font-size:80%;
	margin-top:15px;
	margin-bottom:15px;
	}

