body {
    position: absolute;
    background-repeat: repeat-x;
    background-color: #fff;
    background-image: url( images/background.png );
    color: #333;
    font-size: 12px;
    line-height: 1.5em; 
    font-family: Lucida Grande, Verdana, Arial;
    margin: 0px;
    padding: 0px;
    max-width: 850px;
}

p {
    min-width: 400px;    
}

#content {
    margin: 130px 20px 20px 215px;
}

#copy {
    height: 20px;
    bottom: 0px;
    left: 147px;
    padding: 10px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    text-align: center;
    font-size: 10px;
}

#footer {
    position: relative;
    left: 215px;
    margin-bottom: 20px;
}

#title {
    position: absolute;
    background-image: url( images/end.png );
    background-repeat: no-repeat;
    background-position: right;
    height: 76px;
    top: 30px;
    left: 0px;
    right: 20px;
    margin: 0px;
    padding: 0px;
}

#title h1 {
    background-image: url( images/middle.png );
    background-repeat: repeat-x;
    height: 53px;
    top: 0px;
    left: 0px;
    margin: 0px 24px 0px 0px;
    padding: 23px 0px 0px 215px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: #bbb 3px 3px 2px;
    font-size: 24px;
}

h2, h3, h4 {
    margin-bottom: 0px;
    text-shadow: #bbb 2px 2px 1px;
}

h2 {
    font-size: 16px;
    margin: 30px 0px 20px 0px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h1 + p, h2 + p, h3 + p, h4 + p, b + p {
    margin-top: 2px;
}

#icon {
    position: absolute;
    top: 10px;
    left: -10px;
    background-image: url( images/icon-gold.png );
    background-repeat: no-repeat;
    height: 174px;
    width: 215px;
    z-index: 3;
    margin: 0px;
}

/* Content */
#content ul {
    margin: 4px 0px 4px 0px;
}

#content li {
	list-style-image: url( images/bullet.png );
    margin-: 4px 0px 0px 0px;
}

/* Links */
a {
    color: #369;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

/* Navigation */
#nav {
    position: absolute;
    background-image: url( images/nav.png );
    background-repeat: no-repeat;
    height: 350px;
    width: 160px;
    top: 130px;
    left: 20px;
    padding: 20px 0px 0px 20px;
    font-size: 11px;
    line-height: 17px;
}

#navlist {
    margin: 0px 0px 0px -5px;
    padding: 0px;
    list-style-type: none;
}

#navlist a {
    color: #369;
}

#navlist .subtitle {
    font-weight: bold;
    margin-top: 10px;
}

#navlist li a:hover, #navlist li a:active {
    text-decoration: underline;
}

#notice {
    min-width: 0px;
    padding: 0px;
    margin: 30px 10px 10px -5px;
    font-size: 9px;
    line-height: 11px;
    color: #aaa !important;
}

#notice a {
    color: inherit !important;
    text-decoration: none;
}

#notice a:hover {
    color: #555 !important;
    text-decoration: none;
}

dt { 
    font-weight: bold;
    margin-top: 1em;
}

.code, pre, tt, code {
    font-family: Courier, Fixed;
    font-size: 110%;
}

.code {
    margin-left: 2em;
    font-size: 90%;
}

table.news {
	width: 150px;
	vertical-align: top;
	border: solid; 
	border-color: #24486B;
	border-width: thin;
    /* font-size: 12px; */
	/* color: #24486B; */
}

th.news {
	background-color: #24486B;
	color: #FFFFFF;
	width: 150px;
}

td.newsDate {
    font-size: 12px;
	font-weight: bold;
	color: #24486B;
	border-top-style: solid;
}

td.newsText {
    font-size: 12px;
	color: #24486B;
}

td.newsDetailHeadline {
	border-bottom-style: solid;
	color: #24486B;
    font-size: 12px;
	font-weight: bold;
}

td.newsDetailDate {
	color: #24486B;
    font-size: 12px;
	width: 150px;
	text-align: right;
}