html, body { margin: 0px; padding: 0px; }

body { font-family: 'Courier New', monospace, serif; font-size: 12px; line-height: 14px; margin: 22px 37px; }

a, a:visited, a:active { color: #000000; text-decoration: none; }
a:hover { color: #00c8ac; }

.clearer { display: block; clear: both; height: 1px; }
.hidden { display: none; }

#header { width: 940px; height: 115px; }
#header .item { float: left; width: 165px; line-height: 18px; }
#header .last { width: 440px; }

#footer { margin-top: 40px; width: 940px; clear: both; display: block; }
#footer .item { float: left; width: 165px; line-height: 18px; }
#footer .last { width: 440px; }


.underline { border-bottom: 3px solid #000; }
/*
.nav a span, .article a span { border-bottom: 3px solid #000; }
.nav a:hover span, .article a:hover span { border-bottom-color: #0000FF; }
.nav a:visited span, .article a:visited span { border-bottom: 1px solid #000; }
*/


#container { width: 90%; padding-bottom: 2em; position: relative; }

.aLeft { float: left; }
.aCenter { position: relative; margin: 0px auto; text-align: center; }
.aRight { float: right; }

.article { margin-bottom: 5em; } /*width: 527px;*/
.article .content { text-align: left; }
.article .text { padding-top: 3px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 18px; font-weight: bold; }
.article .text em { font-weight: normal; }
.article img { margin-top: 0.5em; border: none; }
