
body {
     	background-color: #000000;
     	color: white;
}

div.pagetitle {
        color: #dd9900;
        padding-top: 50px;
        text-align: center;
        font-size: 20px;                                                                font-family: sans-serif;
        font-weight: normal;
        font-variant: small-caps;
        text-transform: capitalize;
        letter-spacing: 10px;
        position: absolute;
        width: 550px;
        left: 250px;
}

div.body div.chunk {
	clear: left;
	min-height: 175px;
}

div.leftcol {
        margin: 5px 5px 0px 0px;
        position: absolute;
        left: 10px;
        top: 75px;
        width: 225px;
        height: 100%;
        background-image: url(fologo-small.png);
        background-repeat: no-repeat;
        background-color: black;
        background-position: top center;
        font-family: sans-serif;
        font-weight: normal;
        font-size: 12px;
        font-style: italic;
        text-align: center;
}

div.leftcol img {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

span.leftcol {
	display: block;
        position: absolute;
        left: -200px;
	float: left;
}

div.body, div.justbody {
        width: 550px;
        left: 250px;
        top: 65px;
        position: absolute;
        font-family: sans-serif;
        font-weight: normal;
}

div.justbody {
        width: 750px;
        left: 25px;
}

div.toolbar {
	background-image: url(/linesm.png);
     	background-repeat: repeat-x;
	background-position: -10px 42px;
	background-color: RGBA(0,0,0,0.75);
        margin-left: 0px;
        padding-left: 0px;
        position: fixed;
	z-index: 1;
	top: 0px;
	display: inline;
	width: 100%;
}

div.toolbarlogo {
	display: inline;
	float: left;
}

div.toolbarbuttons {
        padding: 5px;
        padding-left: 240px;
        padding-bottom: 7px;
        padding-top: 10px;
        width: 100%;
}

div.toolbarbuttons a {
        background-image: url(/images/buttonbg.png);
        background-color: #222288;
        margin-left: 1px;
        margin-right: 1px;
        border-spacing: 1px 1px;
        border: 1px solid black;
        padding: 3px;
        color: white;
        width: 7em;
        white-space: nowrap; 
        text-align: center;
        font-family: sans-serif;
        font-size: 12px;
        display: table-cell;
        text-decoration: none;
	-moz-border-radius: 6px;
}

div.toolbarbuttons a:hover {
	color: #aaddff;
        background-image: url(/images/buttonbghl.png);
}

h1,h2 {
     	background-attachment: fixed;
	color: white;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-family: sans-serif;
}

td {
	vertical-align: top;
}

a:link   { color: #ffcc99; }
a:visited { color: #ffcc99; }
a:hover  { color: #ff0000; }

