body {
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Trebuchet MS', 'Helvetica', 'Verdana', 'Arial', 'Tahoma', 'Times';
    font-size: 10pt;
    /*width: 760px;*/
    padding: 0px;
    margin: 0px;
	overflow:scroll;
}

table {
    font-size: 10pt;
    /*border-collapse: collapse;*/
}

hr {
    height: 1px;
    color: gray;
    width: 90%;
}

img {
    border: 0px;
}

p {
    text-align: justify;
}

label {
    font-weight: bold;
    color: #FFCDA8;
}

legend {
    font-weight: bold;
    /*color: #ACFFA8;*/
}

.menuEntry {
    border: 1px outset yellow;
    padding: 1px;
    margin: 1px;
    font-weight: bold;   
    background-color: #000022; 
}

.menuBox {
    border: 1px outset red;
    padding: 1px;
    margin: 1px;
    background-color: #220000;     
}

abbr {
    border-bottom: 1px dotted;
}

a:link, a:visited, a:active { 
    text-decoration: none;
    color: yellow;
}

a:hover {
    text-decoration: underline;
    /*border-bottom: 1px solid green;*/
    color: green;
}


#siteFooterBOB {
    font-size: 7pt;
    color: gray;
    border-top: 1px solid gray;
    text-align: center;
    margin-top: 120px;
}

#menuLeftBOB {
    position: absolute;
    left: 0px;
    top: 124px;
    width: 130px;
}

#menuRightBOB {
	position: absolute;
	float: right;
	top: 124px;
	right: 0px;
}

#pageContentBOB {
    position: absolute;
    top: 124px;
    left: 134px;
    /*width: 626px;*/
    width: 850px;
	/*width: 90%;*/
    /*height: 100%;*/
    /*border-right: 2px dashed gray;*/
    border-left: 1px solid gray;
    padding: 4px;
}

#pageHeaderBOB {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 120px;
    width: 760px;   
    border-bottom: 1px solid gray; 
}

/* guestbook */
.attentionnotice {
    /*font-size: 10px;*/
    color: #FF0000;
}

blockquote {
    border: 1px dashed maroon;
    color: #DDFFDD;
    padding: 4px;
    background-color: #000800;
}
