/* CSS Document */

a {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size: 14px;
}

.pages {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size: 12px;
    color:#B51E38;
}

.bodytext {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
}

.redbodytext {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #9E0000;
}

.bluebodytext {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #0000FF;
}

.style1 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight:bold;
    color:#B51E38;
}
.style3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
    color:#000000;
    font-size:18px;
}
.title {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight:bold;
    font-style:italic;
    color:#B51E38;
}
.small {
	font-size: small;
	font-style: italic;
}

.itembox {
    height: 230px;
    width: 100%;
    border-color: #BE7614;
    border-width: 1px;
}

body {margin: 0px; padding: 0px;}
div#logoleft {position: absolute; width: 504px; left: 70px; top: 10px; }
div#logoright {width: 196px; margin-left: 574px; margin-top:10px; padding-top: 15px;}
div#bar {position: absolute; width: 690; left: 70px; top: 90px;}
div#navigation {position: absolute; width: 145px; top: 115px; left: 70px;}
div#content {position:absolute; width:480px; top:115px; left:215px; padding:10px;}
div#copyright {position: absolute; width: 700px; left: 70px; top: 500px; padding: 10px;}
