	/*font: 0.65em/1.3em Verdana, Arial, Helvetica, sans-serif ;*/
	/*color: #1B2A8F;*/
	/*background: #FF9900 fixed;*/
body {
	font: 10pt sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background: #f8c08d fixed;
	color: #333333;
	text-align: left;
	padding: 0;
	margin: 0;
	height: 160%;
}
/*div {border: 1px solid #553;}*/

div#abs {
 position: absolute;
 text-align: left;
 margin: 2em;
 width: 90%;
}

div#footer {
	position: relative;
	text-align: left;
}

h1.center { text-align: center; }

td.left { text-align: left; color: #900; }
td.left2 { text-align: left; color: #333333; font-size: 90%;}
td.right { text-align: right; color: #900; }
td.center { text-align: center; color: #900; }

td.standard { color: #333333; }
td.banner { text-align: center; font-size: 90%; font-style: bold; white-space: nowrap; }
a, a:link { color: #333333; background: transparent; text-decoration: underline; }
a:visited { color: #333333; background: transparent }
/*a:hover { color: #FF9900; background: #1B2A8F }*/
a:active { color: #1B2A8F; background: transparent }

a:hover {
        color: #333333;
	text-decoration: none;
        background: url(/animarrow.gif) repeat-x 100% 100%;
}

div#container {
	position: absolute;
	margin: 2em;
	width: auto;
	padding: 5px;
	text-align: left;
	background: #f5f5f5; 
	border: #333333 1px solid;
}


div#list {
position: absolute;
top: 1em;
left: 0; 
bottom: 1em;
width: 400px;
border: 1px solid #333333;
color: #333333;
margin-left: 0%;
margin-right: 0%;
text-align: left;
font-style: normal;
font-family: Verdana, Lucida, Helvetica, sans-serif;
}

.small { font-size: 10pt; }
.white { font-size: 10pt; }

.grey {
	text-align: left;
	background: lightgrey;
	color: #333333;
	font-size: 10pt;
	font-style: normal;
	font-family: Verdana, Lucida, Helvetica, sans-serif;
}
.white {
	text-align: left;
	background: white;
	font-size: 10pt;
	font-style: normal;
	font-family: Verdana, Lucida, Helvetica, sans-serif;
}


td#list {
	text-align: left;
	font-size: 10pt;
	font-style: normal;
	font-family: Verdana, Lucida, Helvetica, sans-serif;
}

.admin {
	font-size: 12pt;
	font-weight: bold;
	font-family: Times, serif;
	}

.search {
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Lucida, Helvetica, sans-serif;
}


/*
h1, h2, h3, h4, h5, h6 {
font-style: normal;
background: #1B2A8F;
color: #333333;
text-align: left;
font-weight: bold;
font-family: Georgia, Times, serif;
}

h1.admin, h2.admin, h3.admin, h4.admin, h5.admin { color: white; background: #1B2A8F; }

ul, dl, p, li, dt, dd {
background: white;
color: #333366;
font-style: normal;
font-family: Verdana, Lucida, Helvetica, sans-serif;
}
*/

ul li {
list-style: square;
}

ol li {
list-style: lower-roman;
}


hr#list {
color: #333366;
background: white;
height: 5px;
}

pre, tt {
color: #333366;
font-family: monospace, serif;
font-style: normal;
font-size: 8pt;
}

table.thinborder {
	border: 1px solid black;
}

#nav {
    width: 780px;
    height: 40px;
	margin: 0;
	padding: 0 0 0 40px;
	text-align:center;
    font: 1.2em Trebuchet MS, Times, serif; overflow: hidden;
	background-color: #f8c08d;
	border-bottom: 1px solid #765c44;
}

#nav ul {
	display: inline;
	list-style: none;
	float: center;
}

#nav li {
	float: left;
	padding: 0px 50px 0 35px; 
	margin-right: 5px;
    background: url(ladybug.gif) 05% 60% no-repeat;
}
    /*
background: url(ladybug.gif) 100% 80% no-repeat;
*/

#nav li a {
	display: block;
	padding: 0.75em 0 0.25em;
	color: #000;
	text-decoration: none;
}

#nav li a.active {
	font-weight: bolder;
}
#nav li a.normal {
	font-weight: normal;
}

#content {
        height:100%;
        padding: 10px;
        margin: 0px;
	background-color: #f8c08d;
        clear:both;
}

#banner {
        margin: 0px;
	background-color: #f8c08d;
        clear:both;
}

#nav #video {
}

.aligntop {
        vertical-align: top;
}
.yearlisting {
        font-weight: bold;
        font-size: 16px;
        text-decoration: overline underline;
}

a.yearlisting {
        color: black;
}

.yearlisting a:hover {
        color: white;
        background-color: black;
}

