/* This is a style sheet. It is intended for all pages, except the index page. */

body {
background-color: #474243; }

a {
color: #000000; 
font-size: 10pt; 
font-family: "Lucida Sans Unicode",sans-serif; 
text-decoration: none;
font-weight: normal; }

#container {
width: 1000px;
position: absolute;
top: 100px;
left: 200px;
border: none;
color: #bcbbbb; 
background-color: #474243; 
font-size: 9pt; 
font-family: "Lucida Sans Unicode",sans-serif; }

#header {
height: 100px;
background-color: #474243;
margin-top: .5em;
border: none; 
padding: .5em;
text-align: left; }

#sidebar {
height: 500px;
width: 150px;
overflow: hidden;
float: left;
border: none;
padding-top: 2em;
padding-left: 1em;
color: #000000;
background-color: #474243; }

#main {
width: 750px;
overflow: hidden;
float: right;
border: none;
padding: 2em;
padding-left: 2em;
color: #bcbbbb;
background-color: #474243;
font-size: 9pt; 
font-family: "Lucida Sans Unicode",sans-serif; }

#main h2 {
text-align: left;
font-family: "Lucida Sans Unicode",sans-serif;
font-size: 12pt;
font-variant: small caps;
font-weight: bold;
letter-spacing: .5em;
color: #bcbbbb;
margin-top: 0;
padding: .3em; }

