body {
	font-family: arial, sans-serif;
	font-size: 14px;
	background-color: #d0d0d0;
	color: navy;
	text-align: center;
}
body a:link {
    background-color : transparent;
    color : navy;
	text-decoration: underline;
   }
body a:visited {
    background-color : transparent;
    color : navy;
	text-decoration: underline;
   }
body a:hover {
   background-color : transparent;
	text-decoration: underline;
	color: #590404;
   }

#page {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 970px;
}

#header {
	height: 185px;
	padding: 0px;
	padding-left: 0px;
	color: white;
	font-size: 270%;
	background: url("pics/RogerIrwin.jpg") no-repeat top left;
}

#footer {
	margin: 0px;
	font-size: 80%;
	text-align:center;
	color: white;
	padding: 5px;
	background: url("pics/footer.png") repeat top left;
}

#menu {
	font-size: 11pt;
	padding-top: 110px;
	padding-left: 110px;
	margin: 0px;
	font-family: arial, sans-serif;
	text-align: center;
}

#menu #navlist
{
	text-align: left;
	padding: 0px;
	margin: 0px;
   background-color : transparent;
	color: navy;
	line-height: 30px;
	width: 100%;
}

#navlist li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

#navlist li a
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #d0ce2f;
	background-color: #590404;
}

#navlist li a:hover
{
	text-decoration: underline;
	background-color: #8c0707;
}

.main {
	font-size: 14px;
	padding-bottom: 10px;
}

h1 {
	font-weight: main;
	color: navy;
	font-size: 16pt;
	margin: 0px;
	padding-bottom: 5px;
}

h2 {
	font-weight: bold;
	color: navy;
	font-size: 12pt;
	margin: 0px;
	padding-top: 10px;
}
h3 {
	font-weight: bold;
	color: navy;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-weight: normal;
	color: white;
	font-size: 16pt;
	margin: 0px;
	padding-bottom: 5px;
}
.post {
	margin: 0px;
	padding: 0px 15px 30px 15px;
	background: white;
	border-left: 1px solid #365d8d;
	border-right: 1px solid #365d8d;
	border-bottom: 1px solid #365d8d;
}
.mouseover {
	cursor: pointer;
	font-size: 14px;
	padding: 10px;
}
.box {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	padding: 20px;
}
.right {
	text-align: right;
	color: #365d8d;
	font-size: 12px;
	font-weight: bold;
}
.left {
	padding: 5px;
	cursor: pointer;
	font-size: 10pt;
	border: 1px solid #365d8d;
	background: #ccd7e2;
}
.heading {
	position:relative;
	z-index:1;
	font-weight: bold;
	color: navy;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 20px;
	font-size: 18pt;
	background: url("pics/titlebar.png") repeat top left;
	border-left: 1px solid #ccd7e2;
	border-right: 1px solid #ccd7e2;
}
.cell {
	position:relative;
	top:-20;
	left:0;
	z-index:2;
	font-size: 14px;
	margin: 0px;
	padding: 10px;
	border-left: 1px solid #ccd7e2;
	border-right: 1px solid #ccd7e2;
	border-bottom: 1px solid #ccd7e2;
}
.small {
	font-size: 12px;
}

#cssdropdown {
	position: relative;
}
.subuls{
	z-index: 1;
	display: none;
	width: 70px;
	margin-top: 50px;
	position: absolute;
	padding: 5px;
	border: 1px solid black;
	background-color: white;
	font-size: 10px;
}
#cssdropdown:hover div, over div { /* lists nested under hovered list items */
	display: block;
}
