
/* --------------- normalize all --------------- */

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, h7, form, p, blockquote, th, td {
margin: 0; 
padding: 0;
font-size: 100%;
}
h1, h2, h3, h4, h5, h6, h7 {
font-size: 95%;
}
address, caption, cite, em, strong {
font-style: normal;
font-weight: normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img a {
border: none;
}

/* --------------- BODY --------------- */

body {
background-image: url(/art/fs_backH.gif);
background-repeat: repeat-y;
background-color: #fff;
font-family:  verdana, arial, helvetica, sans-serif;
font-size: .9em;
line-height: 1.3em;
color: #000;
margin-left: 0;
width: 100%;
}

/* --------------- STRUCTURAL --------------- */

p {
font-size: .9em;
text-align: justify;
margin: 10px 0 10px 0;
padding: 0 0 0 0;
}

/*
unique FS style
*/

.copyright {
font-size: .7em;
color: #999;
text-align: right;
margin: 40px -7px 0 0;
padding: 0;
}
.marker {
color: #ccc;
font-weight:bold;
padding: 1px 8px 1px 8px;
}
.small {
font-size: .8em;
line-height: 1.2em;
color: #7b7b7b;
font-weight: normal;
}
.splash {
text-align: left;
font-size: 1em;
line-height: 1.4em;
margin-bottom: 10px;
margin-top: 10px;
}

/* --------------- NAVIGATION --------------- */

ul#nav_choices {
font-family: verdana, helvetica, sans-serif;
list-style-type: none;
font-size: .9em;
font-weight: bold;
line-height: 1.8em;
border-right: 2px solid #b6b6b6;
margin: 10px -2px 0 0;
padding: 0;
}
ul#nav_choices li {
text-align: right;
margin: 0;
padding: 0;
}

/* --------------- MENU LINKS --------------- */

a.nav:link, a.nav:visited {
color: #666;
font-weight:bold;
text-decoration: none;
padding: 1px 8px 1px 8px;
}
a.nav:hover {
color: #789ac1;
font-weight: bold;
text-decoration: none;
background-color: transparent;
margin-left: 0px;
padding: 1px 8px 1px 20px;
border-bottom: 1px solid #c8d5e2;
}
a.nav:active {
color: #000;
font-weight: bold;
text-decoration: none;
background-color: transparent;
margin-left: 0px;
padding: 1px 8px 1px 20px;
border-bottom: 1px solid #c8d5e2;
}


/*
links for within running text :: dotted underscore
*/

a.text:link, a.text:visited {
color: #333;
font-weight: normal;
text-decoration: none;
border-bottom: 1px dotted #155eb0;
}
a.text:hover, a.text:active {
color: #789ac1;
font-weight: normal;
text-decoration: none;
border-bottom: 1px solid #176ba0;
}

/* --------------- POSITIONING --------------- */

#identity {
position: absolute;
top: 0px;
left: 125px;
width: 370px;
}
#image {
position: absolute;
top: 0px;
left: 500px;
width: 180px;
}
#navigate {
position: absolute;
width: 123px;
top: 0px;
left: 0px;
margin-top: 100px;
}
#offset {
position: absolute;
top: 0px;
left: 631px;
}
#content {
width: 340px;
margin: -5px 0 0 0;
padding: 20px 10px 0 20px;
background-color: #fff;
}