body {
    margin: 0;
    padding: 0;
    font-size: small;
    font-family: Verdana, Arial, serif;
    text-align: center;
    line-height: 1.4em;
    background: #3F3F3F;
    color: #1B1B1B;
}

/* HTML Elements */
a:link, a:visited {
  color: #3E6297;
  text-decoration: none;
  border-bottom: 1px solid #EEEEEE;
}
a:hover {
  border-bottom: 1px solid #C3C3C3;
}
a.more {
  padding-right: 6px;
  background: url(../images/more.gif) no-repeat 100% 4px;
}
a.notice {
  font-weight: bold;
}
a img {
  border: none;
}
p {
  margin: 1em 0 1em 0;
  padding: 0;
}
h1 h2 h3 h4 h5 h6 {
  font-family: "Ludica Grande", Verdana, serif;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 140%;
  font-weight: bold;
}
h2 {
  font-size: 135%;
  font-weight: bold;
}
h3 {
  font-size: 115%;
  font-weight: bold;
  padding: 1em 0 0 0;
  color: #5C5C5C;
  border-bottom: 1px solid #E6E6E6;
}
h4 {
  font-size: 100%;
  font-weight: bold;
}
h5 {
  font-size: 115%;
  font-weight: bold;
  color: #5C5C5C;
  border-bottom: 1px solid #E6E6E6;
}
h6 {
  font-size: 100%;
  color: #5C5C5C;
}
blockquote {
  font-size: 85%;
  line-height: 1.5em;
  color: #6A6A6A;
  padding-left: 5px;
  border-right: 3px solid #FFFCD7;
}
hr {
  display: none;
}

/* Forms */
form {
  margin: 0;
  padding: 0;
}

/* Contact */
#contactform dl {
	margin: 0;
	padding: 0;
	font-size: 90%;
}
#contactform dt {
	color: #404040;
}
.contactformnotice {
	padding: 3px;
	margin: 3px;
	background: #D5DEF0;
	border: 1px solid #6586C9;
	font-weight: bold;
}


/* Download Page */
#downloadlist {
    margin: 4px 10px 16px 6px;
    padding: 0;
    list-style: none;
}
#downloadlist li.downloadannounce {
	line-height: 18px;
    margin: 0 0 8px 0;
    padding: 0 0 0 22px;
    background: url(../images/file_announce.gif) no-repeat 0 50%;
}
#downloadlist li.downloadexe {
	line-height: 18px;
    margin: 0 0 8px 0;
    padding: 0 0 0 22px;
    background: url(../images/file_exe.gif) no-repeat 0 50%;
}
#downloadlist li.downloadzip {
	line-height: 18px;
    margin: 0 0 8px 0;
    padding: 0 0 0 22px;
    background: url(../images/file_zip.gif) no-repeat 0 50%;
}
#downloadlist li.downloadsrc {
	line-height: 18px;
    margin: 0 0 8px 0;
    padding: 0 0 0 22px;
    background: url(../images/file_source.gif) no-repeat 0 50%;
}
#downloadlist li.downloadlog {
	line-height: 18px;
    margin: 0 0 8px 0;
    padding: 0 0 0 22px;
    background: url(../images/file_log.gif) no-repeat 0 50%;
}
#downloadlist li.downloadcomments {
	line-height: 18px;
    margin: 0 0 8px 0;
    padding: 0 0 0 22px;
    background: url(../images/file_comments.gif) no-repeat 0 50%;
}

/* Index & Donate*/
.centered {
	text-align: center;
}
.indexnotice {
    margin: 5px 0 5px 0;
    padding: 4px;
    background: #FFFBF9;
    border: 2px solid #FF9B6A;
	color: #4F4F4F;
}
.indexnotice h1 {
	font-size: 100%;
	font-weight: bold;
	padding: 0;
	margin: 0 0 3px 0;
}
.indexnotice p {
	margin: 0;
	padding: 0;
	font-size: 95%;
}
/* Wrapper */
#wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    font-size: 95%;
    width: 850px;
    background: #FFFFFF url(../images/contentbg.gif) repeat-y top left;
    text-align: left;
}

/* Banner */
#banner {
/*    background: #2E67AD url(../images/banner.png) repeat-x top left; */
  background: #2E67AD;
  border-bottom: 1px solid rgb(42, 114, 186);
  height: 60px;
  margin: 0;
  padding: 0;
}
#banner span {
    position: absolute;
    top: 8px;
    left: 380px;
    width: 96px;
    height: 44px;
}
#banner a {
    border-style: none;
}
#banner img {
    display: block;
    border-style: none;
}
html>body #banner span {
    top: 8px;
}

/* Navigation Bar */
#navbar {
    float: left;
    width: 850px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 84%;
    background: #205591 url(../images/header_ul.png) repeat-x top left;
    border-bottom: 2px solid #0F3968;
    font-family: Lucida Grande, Verdana, Trebuchet MS, sans-serif;
}
#navbar li {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-right: 1px solid rgb(42, 114, 186);
/*    background: url(../images/header_li.png) no-repeat top right; */
}
#navbar a {
    float: left;
    padding: 5px 10px;
    text-decoration: none;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
}
#navbar a.active {
    background: #2666AC;
    color: #E9E9E9;
}
#navbar a:hover {
    background: #2666AC;
    color: #FFF500;
}

/* Page Title Info */
#page-info {
    clear: both;
    background: #F9F9F9;
    border-bottom: 1px solid #E5E5E5;
    padding: 7px;
}
#page-info h1 {
    margin: 0;
    padding: 0;
    font-size: 145%;
    font-weight: normal;
    color: #DA251D;
}
#page-info h2 {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    color: #5D5D5D;
}

/* Content */
#content-main {
    float: left;
    width: 625px;
}
#content {
    margin: 20px 0;
    padding: 0 20px;
    background: #FFFFFF;
}
#content .frontsplash {
    margin: 1em 0;
    padding: 0;
}
#content .frontsplash dl {
    margin: 0 0 10px 0px;
    padding: 0 20px 0 0;
    border: none;
}
#content .frontsplash dl dt {
    margin: 0;
    padding: 0;
}
#content .frontsplash dl dt a {
    float: left;
    display: block;
    margin: 2px 10px 0 0;
    padding: 2px;
    border: none;
    background: #fff;
}
#content .frontsplash dl dt a img {
    float: left;
}
#content .frontsplash dl dd {
    margin: 0;
    padding: 0 0 1em 0;
    font-size: 90%;
    line-height: 1.5em;
}
#content .frontsplash dl dd.info {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
}
#content .frontsplash dl dd em {
    color: #575757;
    font-style: italic;
}
#content dl dd {
    margin: 0;
    padding: 0 0 1em 0;
    font-size: 90%;
}
#content dl dt {
    font-weight: bold;
}
#content ul {
    margin: 4px 10px 16px 6px;
    padding: 0;
list-style: circle inside;
/*    list-style: none; */
}
#content ul li {
    margin: 0 0 .5em 0;
    padding: 0 0 0 12px;
/*    background: url(../images/bullet.gif) no-repeat 0 7px; */
}
#content ul li span {
    color: #3B3B3B;
    font-size: 90%;
    font-family: monospace, Courier New, Courier, serif;
}

/* Sidebar */
#sidebar-main {
    float: right;
    width: 150px;
    background-color: #FFFFF4;
}
#sidebar {
    padding: 20px 10px 10px 12px;
    font-size: 95%;
    color: #141414;
    border-left: solid 1px #EEEEEE;
}

/* Misc */
.small {
	font-size: 90%;
}

/* Footer */
#footer {
    position: relative;
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 89%;
    color: #4D4D4D;
    background: #F9F9F9;
    border-top: 1px solid #E5E5E5;
}
#footer p {
  margin: 0;
  padding: 8px 15px;
  line-height: 1.4em;
  text-align: left;
}

/* Fixes bug in IE-Win (5 and 6)
   IE-Mac ignores this \*/
* html #footer p {
    height:1%;
}
