/* Main structural elements */

body {
	font-family: Calibri, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 15px;
    background-color: #000000;
    width: 990px;
    margin: 10px auto 10px auto;
    padding: 0px;
}

#pagewidth {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

#login {
    position: absolute;
    width: 900px;
    right: 100px;
    font-weight: bold;
    color: #000000;
    padding: 10px;
    text-align: right;
}
#login span {
    color: #131397;
}
#header {
    width: 900px;
    height: 150px;
    padding: 10px 45px 0px 45px;
}
#header h1 {
    background-image: url(/images/heading.gif);
    background-repeat: no-repeat;
    height: 150px;
}
#header span {
    display: none;
}

#lefthalf {
    float: left;
    width: 840px;
}

#content {
    width: 740px;
    margin: 0px;
    padding: 0px 0px 0px 80px;
}
#content img {
    border: 0px;
}
#content ul {
    margin: 10px 0px 0px 10px;
    padding: 0px;
}
#content li {
    width: 600px;
    margin: 0px;
    padding: 0px 0px 4px 20px;
}
#content ul li {
    list-style-type: none;
    background-image: url(/images/bubble2.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
#content ol li {
    list-style-type: none;
    background-image: url(/images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
#content li b {
    color: #C8667D;
}

#righthalf {
    float: left; 
    width: 150px;
    margin: 0px;
    padding: 0px;
}

#footer {
    font-size: 11px;
    font-weight: normal;
    width: 990px;
    height: 20px;
    margin: 0px;
    padding: 15px 0px 5px 0px;
    text-align: center;
    clear: both;
}
#footer p {
    text-align: center;
}

#navmenu {
    font-family: Arial, sans-serif;
    font-size: 12px;
    width: 100px;
    color: #999999;
    margin: 0px;
    padding: 0px 10px 0px 10px;
}
#navmenu ul {
    width: 130px;
    margin: 0px;
    padding: 0px;
}
#navmenu li {
    color: #000000;
    list-style: none;
    text-align: center;
}
#navmenu li.menutext {
    font-weight: bold;
    color: #131397;
}
#navmenu li.menubox {
    width: 90px;
    margin: 0px 3px 0px 3px;
    border: 1px solid #777777;
}
#navmenu li.blank {
    height: 25px;
}
#navmenu li a {
    display: block;
    background-image: url(/images/buttonwide-off.gif);
    background-repeat: no-repeat;
    color: #999999;
    height: 25px;
    padding: 5px 0px 0px 0px;
}
#navmenu a:hover {
    color: #000000;
}
#navmenu a.current {
    background-image: url(/images/buttonwide-on.gif);
}

#contact {
    margin: 0px;
    padding: 0px 0px 5px 0px;
}
#contact form, #contact h3, #contact p {
    width: 740px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}
#contact fieldset {
    font-size: 14px;
    font-weight: bold;
    color: #131397;
    margin: 0px;
    padding: 5px 5px 5px 5px;
}
#contact legend {
    font-size: 14px;
    font-weight: bold;
    color: #131397;
    padding: 5px 5px 5px 5px;
}
#contact label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #131397;
    float: left;
    clear: left;
    width: 70px;
    padding-right: 10px;
    text-align: right;
    line-height: 1.8;
}
#contact input, #contact textarea {
    display: block;
    width: 620px;
    float: left;
}

#manage {
	font-family: Calibri, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
}
#manage ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#manage ul li {
    background-image: none;
    width: 740px;
    margin-top: 2px;
}
#manage ul li div {
    padding: 2px 5px 0px 5px;
}
#manage a {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
#manage a i {
    color: #696969;
}
#manage .hr {
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 0px;
    padding: 0px;
    background-color: #696969; 
}
#manage button {
	font-family: Calibri, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #696969;
    background-image: none;
    background-color: #D3D3D3;
    width: 55px;
    height: 23px;
    margin: 0px;
    padding: 2px;
    border-width: 1px 2px 2px 1px;
    border-style: solid outset outset solid;
    border-color: #000000;
    cursor: pointer;
}
#manage form {
    width: 740px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}
#manage h3, #manage h4 {
    width: 300px;
}
#manage fieldset {
    font-size: 14px;
    font-weight: bold;
    color: #131397;
    margin: 0px;
    padding: 5px 5px 5px 5px;
}
#manage legend {
    font-size: 14px;
    font-weight: bold;
    color: #131397;
    padding: 5px 5px 5px 5px;
}
#manage label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #131397;
    float: left;
    clear: left;
    width: 70px;
    padding-right: 10px;
    text-align: right;
    line-height: 1.8;
}
#manage input, #manage textarea {
    display: block;
    width: 620px;
    float: left;
}
#manage textarea {
    height: 120px;
}
#manage .warn {
    font-size: 20px;
    color: #770000;
}
#manage .headline {
    font-weight: bold;
    font-size: 15px;
    background-image: url(/images/shade2.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}
#manage .listline {
    background-image: none;
}
#manage .headline .col1 { float: left; width: 600px; margin-top: 3px; }
#manage .headline .col2 { float: left; width: 55px; }
#manage .headline .col3 { float: left; width: 55px; }
#manage .headline .col4 { clear: both; }
#manage .listline .col1 { float: left; width: 600px; }
#manage .listline .col2 { float: left; width: 55px; }
#manage .listline .col3 { float: left; width: 55px; }
#manage .listline .col4 { clear: both; }

#register {
    margin: 0px;
    padding: 0px 0px 5px 0px;
}
#register form, #register h3, #register p {
    width: 740px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}
#register fieldset {
    font-size: 14px;
    font-weight: bold;
    color: #131397;
    margin: 0px;
    padding: 5px 5px 5px 5px;
}
#register legend {
    font-size: 14px;
    font-weight: bold;
    color: #131397;
    padding: 5px 5px 5px 5px;
}
#register label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #131397;
    float: left;
    clear: left;
    width: 140px;
    padding-right: 10px;
    text-align: right;
    line-height: 1.8;
}
#register input {
    display: block;
    width: 550px;
    float: left;
}

#forum {
	font-family: Calibri, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
}
#forum ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#forum li {
    width: 740px;
    margin: 0px;
    padding: 0px;
}
#forum ul li {
    margin-top: 2px;
}
#forum ul li div {
    padding: 2px 5px 0px 5px;
}
#forum a {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
#forum a i {
    color: #696969;
}
#forum .hr {
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 0px;
    padding: 0px;
    background-color: #696969; 
}
#forum button {
	font-family: Calibri, Helvetica, sans-serif;
    font-size: 13px;
    color: #696969;
    background-image: none;
    background-color: #D3D3D3;
    width: 55px;
    height: 23px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    border-width: 1px 2px 2px 1px;
    border-style: solid outset outset solid;
    border-color: #000000;
    cursor: pointer;
}
#forum input {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    width: 590px;
    height: 20px;
    margin: 0px;
    padding: 0px; 
    border: 1px solid #696969;
}
#forum textarea {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    width: 730px;
    height: 250px;
    border: 1px solid #696969;
}
#forum .quote {
    width: 95%;
    margin: 0px 5px 0px 5px;
    padding: 5px;
    border-color: #696969;
    border-width: 1px;
    border-style: solid;
    background-color: #F5F5F5;
}
#forum .warn {
    font-size: 13px;
    font-style: italic;
    background-image: none;
}
#forum .prompt {
    font-size: 11px;
    font-weight: bold;
}
#forum .headline {
    font-weight: bold;
    font-size: 15px;
    background-image: url(/images/shade2.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}
#forum .listline {
    background-image: none;
}
#forum .headline .col1 { float: left; width: 600px; margin-top: 3px; }
#forum .headline .col2 { float: left; width: 55px; }
#forum .headline .col3 { float: left; width: 55px; }
#forum .headline .col4 { clear: both; }
#forum .listline .col1 { float: left; width: 600px; }
#forum .listline .col2 { float: left; width: 55px; }
#forum .listline .col3 { float: left; width: 55px; }
#forum .listline .col4 { clear: both; }


/* Classes */

.bookentry {
    padding: 5px 0px 15px 0px;
    background-image: url(/images/shade3.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}
.bookinfo {
    padding: 15px 0px 15px 0px;
}
.bookleft {
    float: left;
    width: 300px;
    margin: 0px 0px 0px 15px;
    overflow: hidden;
}
.bookright {
    float: left;
    width: 320px;
    margin: 0px 0px 0px 15px;
    overflow: hidden;
}
.bookfull {
    float: left;
    width: 600px;
    margin: 0px 0px 0px 15px;
}
.bookend {
    clear:both;
}
.book img {
    float: left;
}
.bookentry h3 {
    font-size: 18px;
}
.bookinfo h3 {
    font-size: 22px;
    margin: 10px 0px 0px 0px;
}
.book h4 {
    font-size: 16px;
}    
.bookentry h4 {
    font-weight: normal;
}
.bookinfo h4 {
    font-weight: bold;
}
.book h5 {
    margin: 0px;
}
.book h5 a {
    background-image: url(/images/arrows.gif);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 40px;
}
.book a {
    display: inline;
}
.book p {
    padding: 0px;
}    
.bookentry p {
    font-style: italic;
    margin: 0px;
}
.bookinfo p {
    margin: 10px 0px 10px 0px;
}

.buttbox {
	font-family: Calibri, Helvetica, sans-serif;
    font-size: 13px;
    color: #696969;
    background-color: #D3D3D3;
    border-width: 1px 2px 2px 1px;
    border-style: solid outset outset solid;
    height: 18px;
    cursor: pointer;
    text-align: center;
}

.errormss {
    color: #770000;
    font-size: 16px;
    padding: 5px 0px 5px 0px;
}

.breakout {
    font-size: 12px;
    font-weight: normal;
    color: #555555;
    background-color: #E7F9B6;
    line-height: 20px;
    text-align: center;
    border: solid green 2px;
    margin: 20px 10px 0px 10px;
    padding: 0px;
}

.highlight {
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
    line-height: 20px;
    text-align: center;
    border: solid red 2px;
    margin: 10px;
    padding: 5px;
}

.displaypanel {
    font-size: 20px;
    font-weight: bold;
    color: #C8667D;
    line-height: 24px;
    text-align: center;
}
.halfpanel {
    width: 350px;
    float: left;
}
.clearpanel {
    clear: both;
    margin: 0px;
    padding: 0px;
}

.contactcode {
    display: none; 
}

.headline {
    font-weight: bold;
    font-size: 15px;
    background-image: url(/images/shade2.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}
.listline {
    background-image: none;
}
.headline .col1 { float: left; width: 600px; margin-top: 3px; }
.headline .col2 { float: left; width: 55px; }
.headline .col3 { float: left; width: 55px; }
.headline .col4 { clear: both; }
.listline .col1 { float: left; width: 600px; }
.listline .col2 { float: left; width: 55px; }
.listline .col3 { float: left; width: 55px; }
.listline .col4 { clear: both; }


/* HTML elements */

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #7A7A84;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
    background-image: url(/images/shade1.gif);
    background-repeat: repeat-x;
    padding: 5px 0px 15px 5px;
}
h3 {
    font-size: 18px;
    color: #C8667D;
    padding: 10px 0px 5px 5px;
}
h4 {
    font-size: 16px;
    padding: 15px 0px 5px 5px;
}
h5 {
    font-size: 14px;
    padding: 10px 0px 0px 0px;
}
h6 {
    font-size: 12px;
    font-style: italic;
    padding: 0px 0px 5px 5px;
}

p {
    line-height: 18px;
    margin: 0px;
    padding: 5px 5px 0px 5px;
}

br {
    line-height: 5px;
}

a {
    font-weight: bold;
    color: #0033FF;
    text-decoration: none;
}
a img {
    border: 0px;
}

blockquote {
    font-style: italic;
}

button {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 2;
    width: 130px;
    height: 25px;
    margin: 0px;
    padding: 0px;
    background-image: url(/images/buttonwide-on.gif);
    background-repeat: no-repeat;
    border: 0px;
    cursor: pointer;
}