@charset "UTF-8";
/* put together from various web places */

html{
	overflow-y:scroll;
}

body {
	margin: 15px 0px 5px 0px;
	padding: 0;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #bcc6cc;
	}

#wrapper {
        width:900px;
        margin-left:auto;
        margin-right:auto;
        margin-top: 0px;
        margin-bottom: 15px;
	padding-top: 0px;
}
#content {
        width:840px;
        padding-top: 15px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 15px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Arial, Helvetica, verdana, sans-serif;
        font-style: normal;
        text-decoration: none;
        background-color: #f5ffff;
        color: #000000;
	display:block;
}

h1 {
	font-size: 2.0em;
	font-weight: bold;
	text-align: left;
        margin-top: 10px;
        margin-bottom: 15px;
	font-family: verdana,arial,helvetica, sans-serif;
	color: rgb(0, 0, 102);
}
h2 {
	font-size: 1.7em;
	font-weight: bold;
	text-align: left;
        margin-top: 10px;
        margin-bottom: 15px;
	font-family: Verdana,Arial,Helvetica, Sans-Serif;
	color: rgb(0, 0, 102);
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
        margin-top: 10px;
        margin-bottom: 15px;
	font-family: verdana,arial,helvetica, sans-serif;
	color: rgb(0, 0, 102);
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
        margin-top: 15px;
        margin-bottom: 15px;
	font-family: verdana,arial,helvetica, sans-serif;
	color: rgb(0, 0, 102);
}
h5 {
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;
	font-family: verdana,arial,helvetica, sans-serif;
	color: black;
}
table {
	color:black;
	font-family: Times, "Times New Roman", Georgia, serif;
	font-style: normal;
	font-size: 1.0em
}
p {
	color:black;
        margin-top: 0px;
        margin-top: 0px;
	font-family: Times, "Times New Roman", Georgia, serif;
	font-style: normal;
	font-size: 1.0em;
}
ul {
	color: black;
	font-family: Times, "Times New Roman", Georgia, serif;
	font-style: normal;
	font-size: 1.0em;
	padding-right: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
}
p + ul {
	margin-top: -5px;
}
}
h5 + ul {
	margin-top: -5px;
}
ol {
	color: black;
	font-family: Times, "Times New Roman", Georgia, serif;
	font-style: normal;
	font-size:100%;
	padding-right: 10px;
}
li {
        padding-top: 3px;
        padding-bottom: 3px;
}
#footer {
	font-family: Times, "Times New Roman", Georgia, serif;
	font-size: 14px;
	text-decoration: none;
	width:840px;
	height:40px; 
	text-align: center;
}
#menu { 
	width: 900px;
	height: 68px;
	font-family: arial,helvetica, sans-serif;
	margin: 0 auto 0 0;
	padding: 0;
        background-color: #98afc7;
	border-bottom: 1px solid #000000; 
	border-top: 1px solid #000000;
        list-style: none;
}
#menu ul {
	color: black;
	font-family: arial,helvetica, sans-serif;
	font-style: normal;
	font-size:100%;
}
#menu ul li {
	display: inline;
	list-style-type: none;
	padding-right: auto;
}
#menu ul li a {
	float: left;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000000;
	margin-right: 0;
	width: 110px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 5px; 
        border-right: none;
        margin-bottom: 0px;
        margin-top: 15px;
}
#menu ul li a:hover{
	background: #98afc7;
	color: #ffffff;
}
.mylist ul {
	padding-left: 20px;
	padding-right: 0px;
	margin-left: 0;
	margin-bottom: 0px;
}

.mylist li {
	padding-bottom: 6px;
}
