﻿body {
    font-family: Tahoma, Verdana, Arial;
    font-size: .9em;
    margin: 0px;}

#PageWrapper {
    margin: 0px auto;
    background: url(/Images/ContentsBack.jpg);
    background-repeat: no-repeat;
    width: 900px;
    height: 500px;}

#HeaderWrapper {
    position: relative;
    top: 0px;
    left: 0px;
    width: 900px;
    height: 70px;}
    
    #Header {
        padding: 15px 0 0 0;
        text-align: right;}

    #HeaderMenu {
        position: absolute;
        left: 300px;
        top: 40px;
        height: 30px;
        width: 675px;}

        .HeaderMenuText {
            float: left;
            height: 25px;
            padding: 5px 0 0 10px;
            color: #E0F0E0;
            font-size: 16px;
            font-weight: bold;}

        .HeaderMenuItem {
            float: left;
            width: 198px;
            height: 25px;
            text-align: center;
            padding: 5px 0 0 0;
            border-left: 1px #FFFFFF solid;}
            
            .HeaderMenuItem a {
                color: #FFFFFF;
                font-size: 16px;
                font-weight: bold;
                text-decoration: none;}

#BodyWrapper {
    position: relative;
    top: 0px;
    left: 0px;}

    #MainImage {
        width: 500px;
        height: 180px;}
    
    #MainLinks {
        position: relative;
        top: -180px;
        left: 500px;}

        .MainLink {
            padding: 17px 0 0 30px;
            height: 43px;
            width: 275px;}

            .MainLink a {
                font-size: 20px;
                color: #909090;
                text-decoration: none;}
            
            .MainLink a:hover {
                color: #009900;}

    #BodyLeft {
        width: 49%;
        float: left;}
    
        #BodyLeft .Headline {
            font-size: 18px;
            font-weight: bold;
            color: #006600;
            margin: 10px 0 0 0;}
    
    #BodyRight {
        width: 49%;
        float: right;}

#ContentsWrapper {
    position: relative;
    top: -180px;
    left: 0px;}
    
    #ContentsLeft {
        position: absolute;
        top: 0;
        left: 0;}
        
    #ContentsCenter {
        position: absolute;
        top: 0;
        left: 300px;}
        
    #ContentsRight {
        position: absolute;
        top: 0;
        left: 600px;}
        
        .ContentsHeader {
            width: 300px;
            text-align: center;
            font-size: 16px;
            padding: 4px 0 0 0;
            color: #BBEEBB;
            height: 26px;}
            
        .ContentsBody {
            padding: 10px;
            color: #909090;
            width: 280px;}

em {
    color: #FF0000;
    font-weight: bold;
    font-style: normal;}

.FormField {
    border: 1px #D0D0D0 solid;
    background: #F9F9F9;}    

.NotebookPaper {
    border-width: 0px;
    background: url(/Images/Journal/NotebookPaper.jpg);
    background-repeat: repeat;
    font-size: 14px;}

a {
    color: #006600;}