body {
font-family: sans-serif;
/*margin: 0;
padding: 0;*/
color: #333;
font-size: 0.8em;
background: #ffffff;
height:100%; 
border:0;
}

a:link{ color: #00C; }
a:visited{ color: #4462b7; }
a:hover{ color: #C00; }
a:active{ color: #000; }

/* template */

/* picturebox */
#picturebox {
background: #eeeeee;
position: absolute;
top: 0;
right: 0;
width: 170px;
height: 50px;
text-align: left;
padding: 1em 0em;
border-bottom: 1px solid #999;
}

#picturebox img {
display: block;
margin: 0 auto;
}

#header {
background: #ffe28a;
/*#ffdd74;*/
/*padding: 1em 3em;*/
margin-right: 170px;
/*border-right: 1px solid #000000;
border-bottom: 1px solid #999;
height: 50px;*/
}

#header h1 {
margin: 0 0 0.1em 1em;
align: center;
font-size: 2em;
font-weight: normal;
color: #666;
}

#header img.logo {
margin: 10px 6px 0 0;
float: left;
border: 0;
}

#header h1 a { text-decoration: none; color: #333; }

#header div.subtitle {
margin-left: 45px;
color: #999;
font-weight: bold;
}

#contact {
position: absolute;
top: 0.5em;
right: 170px;
padding: 1em;
text-align: right;
color: #666;
}

#rss { float: right; color: #666; }

#nav {
float: right;
top: 100;
right: 0;
width: 170px;
text-align: left;
}

#nav ul {
margin-left: 16px;
padding: 0;
list-style-type: none;
}

#nav ul img {
display: block;
margin: 0 auto;
}

#nav div.links {
margin-left: 16px;
padding: 0;
}

#content {
clear: left;
margin-right: 170px;
padding: 1em 3em;
background: #fff;
line-height: 140%;
}

#footer {
clear: left;
margin-right: 170px;
padding: 0.5em;
font-size: small;
text-align: center;
color: #666;
background: #ffe28a;
border-top: 1px solid #999;
border-right: 1px solid #000000;
bottom: 0;
left: 0;
}

/* footerbox */
#footerbox {
clear: right;
background: #fff;
bottom: 0;
right: 0;
width: 170px;
height: 28px;
text-align: center;
padding: 0em em;
border-top: 1px solid #999;
float: right;
display: block;
}

#footerbox img {
display: block;
margin: 0 auto;
}

h3 {
margin: 0;
padding: 0 1em 0 0;
}

div.section-body {
margin: 1em 2em;
}


/* Front Page News */

h2.news {
border-bottom: 1px solid #CCC;
margin-bottom: 0;
}

div.newsdate {
text-align: right;
color: #666;
font-size: 0.85em;
}

div.newsdate a:link{ color: #4462b7; text-decoration: none; }
div.newsdate a:visited{ color: #666; text-decoration: none; }
div.newsdate a:hover{ color: #00C; text-decoration: underline; }
div.newsdate a:active{ color: #000; text-decoration: underline; }

/* Content Styles  */

#content table {
border-collapse: collapse;
border-spacing: 0px;
empty-cells: show;
width: 100%;
}

#content th {
padding: 0.2em;
font-size: 120%;
text-align: left;
font-weight: bold;
border-bottom: 1px solid #ccc;
}

#content td {
padding: 0.2em;
border-bottom: 1px solid #ccc;
}

#content td.highlight {
background-color: #eee;
font-weight: bold;
vertical-align: top;
}

#content code {
font-family: monospace;
color: #663;
font-size: 120%;
}

#content pre {
border: 2px solid #ccc;
margin: 1em;
padding: 1em;
}

#content dt { font-weight: bold; }
#content dd { margin: 0.2em 0 1em 1em; }

