/* GLOBAL TAB MARK UP */

body {
    height:100%;
    cursor:default;
    background:url('./background.gif') #DFDFDF;
    overflow:auto;
}

img {
    border:none;
}

form {
    display:inline;
}

a:link,
a:active,
a:visited {
    text-decoration:underline;
    color:#990000;
}

a:hover {
    text-decoration:none;
    color:#333333;
}

p {
    font-size:12px;
    color:#000000;
    font-family:tahoma,sans-serif;
}

h1 {
    font-size:24px;
    font-family:tahoma,sans-serif;
    font-weight:bold;
    text-decoration:underline;
    color:#990000;
}

h2 {
    font-size:18px;
    font-family:tahoma,sans-serif;
    font-weight:bold;
    text-decoration:none;
    color:#990000;
}

dl {
    font-size:12px;
    color:#000000;
    font-family:tahoma,sans-serif;
}

dt {
    font-weight:bold;
}


/* GENERAL MARKUP */

#page {
    margin-left:auto;
    margin-right:auto;
    position:relative;
    right:-75px;
    width:600px;
}

#menu {
    float:left;
    position:relative;
    top:5px;
    right:125px;
    width:150px;
    z-index:10;
}

#menu_head {
    width:100px;
    height:75px;
    float:right;
    clear:both;
    border:1px solid #6c0000;
    background-color:#FFFFFF;
}

#menu_content {
    background:url('./background2.gif') #FFFFFF;
    float:right;
    margin-top:5px;
    padding-top:2px;
    padding-left:2px;
    padding-right:2px;
    padding-bottom:50px;
    width:144px;
    border:1px solid #6c0000;
    text-align:right;
}

#menu_content a {
    display:block;
    font-size:16px;
    font-family:tahoma,sans-serif;
    color:black;
    text-decoration:none;
    font-weight:bold;
    padding-right:5px;
    font-variant:small-caps;
    padding:1px;
    padding-right:3px;
}
#menu_content a:hover {
    background-color:#EFEFEF;
    color:#990000;
    border:1px solid #990000;
    padding:0px;
    padding-right:2px;
}

#menu_content .menu_devider {
    border-bottom:1px dashed #6c0000;
    margin-top:2px;
    margin-bottom:2px;
}


#middle {
    position:absolute;
    right:0px;
    top:0px;
    float:right;
    width:600px;
}


#title {
    height:100px;
    background:url('./title.gif') #FFFFFF;
    border:1px solid #6c0000;
}

#content {
    padding-left:35px;
    padding-top:10px;
    padding-right:10px;
    padding-bottom:50px;
    background-color: #FFFFFF;
    border-left:1px solid #6c0000;
    border-right:1px solid #6c0000;
    min-height:350px;
    height:100%;
}

#credits {
    border:1px solid #6c0000;
    background:url('./background2.gif') #FFFFFF;
    padding-bottom:1px;
    text-align:center;
    color:#6c0000;
    font-size:7pt;
    font-family:tahoma,sans-serif;
    margin-bottom:5px;
}

#credits a {
    color:#6c0000;
}


/* LAYOUT STUFF */
