body {
background-color: #ffffff;
font-family: arial, verdana, times new roman;
color:#000000;
margin-top: 0px;}

a {
color:#00631e;
text-decoration: none;
font-weight: bold;
}
a:visited {
color:#00631e;
}
a:hover {
color:#ed1625;
cursor: pointer;
}

p.title { 
font-style: italic; 
font-weight: bold; 
text-decoration: underline;
}

#container {
width: 800px;
margin: 0 auto 0 auto;
background: #ffffff;
}

#header {
height: 132px;
padding-top: 0px;
}

#navigation {
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}

#content {
float: left;
width: 630px;
text-align: left;
padding-left: 10px;
}

#side {
float: right;
width: 130px;
padding-left: 30px;
padding-top: 20px;
}

#footer {
clear: both;
}

#copy {
text-align: center;
margin: 0 auto 0 auto;
padding-top: 5px;
border-top: solid #000 1px;
width: 500px;
height: 18px;
}

p.central, p.catfile {
margin: 0 auto 0 auto;
text-align: center;
}

img { 
border: 0px;
}

#stats {
padding: 5px;
background-color: #ffe2e3;
border: solid 1px #00631e;
margin: 0 auto 0 auto;
width: 70%;
}

table.coll {
border-collapse: collapse;
}