html,body {
margin: 0;
padding: 0;
font-family: arial, sans-serif;
color: #ccc;
background-color: #584c49;
text-align: center;
/* part 1 of 2 centering hack */
}

.nocss {
display: none;
}


/* ===
FRAME STYLES:
CONTAINER FOR CONTENT, FOOTER
=== */

#frame {
padding: 0;
margin-top: 0;
margin-bottom: 0;
margin-right: auto;
margin-left: auto;  /* opera does not like 'margin:20px auto' */
background: #666;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
text-align:left; /* part 2 of 2 centering hack */
width: 642px; /* ie5win fudge begins */
voice-family: "\"}\"";
voice-family:inherit;
width: 640px;
}
html>body #frame {
width: 640px; /* ie5win fudge ends */
}

#frame hr {color:#808080; height:1px;}


/* ===
CONTENT STYLES
=== */

div.content {
margin:0;
padding: 0px 20px;
font-size:14px;
}

div.content a:link, div.content a:visited, div.content a:active {
text-decoration: underline;
color:  #d2b48c;
outline: none;
}
div.content a:hover {
color: #ffefd5;
text-decoration: underline;
background-color: transparent;
}

div.content p {
line-height: 20px;
margin-top: 0px;
letter-spacing:0.04em;
}
.announcement {
color: #cc9;
border: 1px solid #ccc;
padding: 10px;
}

div.content h1,h2,h3,h4,h5,h6 {
font-weight:bold;
letter-spacing:0.1em;
}

div.content h1 {
font-size: 18px;
line-height: 20px;
margin-top:0px;
margin-bottom: 5px;
padding-top: 15px;
}

div.content h2 {
font-size: 17px;
line-height: 30px;
margin-top:0;
margin-bottom:7px;
}

div.content h3 {
font-size: 16px;
line-height: 22px;
margin-top:0;
margin-bottom:0;
}

div.content h4 {
font-size: 14px;
line-height: 26px;
font-weight: bold;
margin-top:0;
margin-bottom:0;
}

div.content h5 {
font-size: 12px;
line-height: 22px;
margin-top:0;
margin-bottom:0;
}

div.content h6 {
font-size: 10px;
line-height: 18px;
margin-top:0;
margin-bottom:0;
}

div.mainMenu {
margin-top: 5px;
margin-bottom: 0;
text-align:center;
line-height:12px;
color:#ccc;
font-size:12px;
}
div.mainMenu ul, li {
display: inline;
list-style-type: none;
padding-right: 10px;
}

/* ===
IMAGE STYLES
=== */
img.decorate {
border:0;
margin:0;
padding:0;
}

div.content a img { 
border: none; 
}


/* ===
FOOTER STYLES
=== */

div.footer {
margin-top:7px;
padding: 0px;
font-size:12px;
line-height:12px;
letter-spacing:0.03em;
}

.centeredInfo {text-align:center; margin-top:0px;}
/* === END CSS === */
