/* CSS Document */
/* Universal formatting */
a:link {
color: #6666cc;
text-decoration: none;
font-weight: bold;
}
a:visited {
color: #6666cc;
text-decoration: none;
font-weight: bold;
}
a:focus {
color: #3366ff;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #3366ff;
text-decoration: none;
font-weight: bold;
}
a:active {
color: #336655;
text-decoration: none;
font-weight: bold;
}
body {
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
color: #000000;
background-color: #ffffcc;
margin: 0;
padding: 0;
}
h3 {
color: #990000;
}
.italic {
font-style: italic;
}

#header {
clear: both;
margin: 0;
padding: 0;
background-image: url(graphics/main_banner.jpg);
width: 750px;
height: 200px;
}

#position {
vertical-align: bottom;
}
#header td #nav2 {
float: left;
}
#header td #nav {
float: right;
}
#nav {
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
width: auto;
}
#nav td {
padding-left: 10px;
padding-right: 10px;
}
#nav2 {
display: block;
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
}
#nav2 a {
display:block;
}

a.navlink:link {
color: #ffffcc;
}
a.navlink:visited {
color: #ffffcc;
}
a.navlink:focus {
background-color: #ffffcc;
color: #000000;
}
a.navlink:hover {
background-color: #ffffcc;
color: #000000;
}
a.navlink:active {
background-color: #ffffcc;
color: #000000;
}

#content {
display: block;
clear: left;
margin-left: 50px;
margin-top: 50px;
width: 700px;
}
.sig {
display: block;
border: 0;
width: 65px;
height: 33px;
}

.date {
font-style: italic;
font-size: 8pt;
}
.description {
margin-left: 20px;
margin-top: -10px;
}
#footer {
font-size: 8pt;
text-align: center;
}
#footer_bottom {
font-size: 8pt;
text-align: center;
position: absolute;
bottom: 0;
width: 700px;
}

#id choice {
display: block;
float: right;
}
#fiction {
margin: 20px 100px 20px 20px;
}