@charset "utf-8";
/* CSS Document */

body {
background:url(../images/bg_body.jpg) #f5faf4 top left no-repeat fixed;
margin:0;
padding:0;
font-family:Tahoma;
font-size:13px;
line-height:18px;
}

.header {
width:700px;
height:250px;
background-image:url(../images/bg_header.jpg);
background-position:top left;
background-repeat:no-repeat;
}

.notes {
position: absolute;
top:74px;
left: 452px;
}

.left_col {
width:158px;
position:absolute;
top:250px;
background-image:url(../images/bg_div.gif);
margin:0px 12px 12px 12px;
padding:12px 12px 12px 0px;
text-align:right;
}

.stats {
width:158px;
position:absolute;
top:647px;
background-image:url(../images/bg_div.gif);
margin:12px;
padding:12px 12px 12px 0px;
text-align:right;
font-size:11px;
}

.spacer {
width:1px;
height:385px;
position:absolute;
top:250px;
left:190px;
background-image:url(../images/bdr_spacer.jpg);
background-position:center top;
background-repeat:no-repeat;
}

.content {
width:480px;
background-image:url(../images/bg_div.gif);
padding:12px 12px 44px 12px;
margin-bottom:12px;
position:relative;
left:200px;
text-align:left;
}

.footer {
width:480px;
background-image:url(../images/bdr_content.jpg);
background-position:top center;
background-repeat:no-repeat;
padding:12px 12px 24px 12px;
position:relative;
left:200px;
text-align:left;
}

.news {
padding:6px;
background-color:#e5dc2b;
text-align:center;
font-weight:bold;
}

.indent {
text-indent:24px;
}

a:link, a:visited {
color:#657d60;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.nolink:hover {
text-decoration:none;
}

.left_col a {
line-height:30px;
text-transform:uppercase;
}

img {
border:0;
}

p {
padding:1px 0px 0px 0px;
margin-bottom:20px;
text-align:justify;
}

h1, h2, h3, h4, h5 {
padding:5px 0px 0px 0px;
margin:0px 0px 20px 0px;
}

h1 {
font-size:14px;
text-decoration:underline;
}