body {
font-family: arial,helvetica,sans-serif;
background: url('../images/gw_soc_bg.jpg');
font-size: 10pt;
}

#top {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100px;
background: url('../images/soca_wood_bg.jpg');
text-align: center;
padding: 0px;
border-bottom: solid 5px #000000;
}

#header {
position: absolute;
left: 170px;
width: 750px;
text-align: center;
}

#content {
position: absolute;
left: 170px;
top: 120px;
width: 750px;
text-align: left;
}

#menu {
position: absolute;
left: 5px;
top: 120px;
width: 130px;
text-align: left;
color: #ffffff;
}

#menu a, #menu a:visited, #menu a:active {
color: #ffffff;
text-decoration: none;
}

#menu a:hover {
color: #ffffff;
text-decoration: underline;
}

a, a:visited, a:active {
color: blue;
text-decoration: none;
}

a:hover {
color: red;
text-decoration: underline;
}

#copyright, .copyright {
font-size: 8pt;
color: #cccccc;
}

a.copyright,a.copyright:visited,a.copyright:active {
font-size: 8pt;
color: #cccccc;
text-decoration: none;
}

a.copyright:hover {
font-size: 8pt;
color: #cccccc;
text-decoration: underline;
}

#print {
text-align: right;
font-size: 8pt;
}

h1 {
font-size: 14pt;
text-decoration: underline;
}

ul {
list-style: square outside;
}

td {
border: solid 1px #000000;
padding: 2px;
}

th {
border: solid 1px #000000;
padding: 2px;
}

img {
border: none;
}