BODY {
    margin: 0px;
    background-color: #f2f2f2;
}

INPUT, TEXTAREA {
    border: 1px solid #000000;
    background-color: #F2F2F2;
}

DIV, FONT, P, A, TD, FORM, INPUT {
    font: 10pt Verdana;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
}

A:Hover {
    color: #336699;
}

.defaultColor {
background-color: #922a29;
}

.defaultTextBGColor {
background-color: #e8e8e8;
}

.menu, .menu:Visited, .menu:Active {
font-weight: bold;
text-decoration: none;
}

#navBar {
position: absolute;
top: 0px;
left: 0px;
width: 160px;
}

#navContent {
background: url(images/navBackground.png) repeat-y;
padding: 10px 30px 10px 10px;
text-align: center;
}

#page {
position: absolute;
top: 0px;
left: 160px;
}

#pageHeader {
background: url(images/pageHeaderBack.png) repeat-x;
width: 640px;
height: 20px;
text-align: right;
}

#logo {
text-align: center;
padding: 15px;
}

#textArea {
width: 620px;
background: url(images/ShadowRight.png) repeat-y right;
}

#content {
border: 1px solid black;
margin-right: 6px;
padding: 10px;
background: #e8e8e8 url(images/textBackPicture.png) no-repeat right bottom;
}

#textShadowRight {
float: right;
}

#textShadowBottom {
background: url(images/ShadowBottom.png) repeat-x;
height: 6px;
}

#textShadowBottomLeft {
float: left;
}

#textShadowBottomRight {
float: right;
}
