@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}
body {
background: #a2a295 url(images/body.png) top center repeat-y;
font-family: Verdana;
}
a {
text-decoration: none;
color: #003399;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
#wrapper {
width: 900px;
margin: 0 auto;
}
#topnav {
height: 25px;
}
#topnav ul {
list-style: none;
text-align: right;
padding: 5px 0 0 0;
font-size: 12px;
}
#topnav li {
display: inline;
padding-left: 10px;
padding-right: 10px;
}
#crumbs {
height: 35px;
}
#crumbs ul {
list-style: none;
padding: 5px 0 0 0;
font-size: 12px;
}
#crumbs li {
display: inline;
padding-left: 10px;
padding-right: 10px;
}
#content {
float: left;
width: 900px;
font-size: 12px;
}
#content h1, h2, h3, h4 {
font-weight: lighter;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#left {
margin-top: 15px;
float: left;
width: 230px;
}
#main {
float: left;
width: 408px;
margin-top: 15px;
padding: 0 15px 0 15px;
bottom: 0;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
#main h1 {
text-align: center;
padding-bottom: 10px;
font-size: 28px;
}
.introduction img {
padding: 0 35px
}
.introduction p {
text-align: justify;
padding: 10px 0 10px 0;
line-height: 1.5em;
}
.introduction ul {
font-size: 18px;
list-style: none;
padding-top: 10px;
margin-left: 100px;
}
.introduction ul li {
margin-bottom: 5px;
}
.introduction ul li ul {
list-style: square;
font-size: 12px;
margin-left: 20px;
padding-bottom: 10px;
}
.headerad {
height: 60px;
text-align: center;
}
#main h2 {
font-size: 24px;
text-align: center;
}
.bottomads {
margin: 10px 0;
height: 250px;
text-align: center;
}
#right {
margin-top: 15px;
float: right;
width: 230px;
border-top: 1px solid #ccc;
}
.search {
margin-top: 10px;
margin-left: -5px;
float: left;
width: 250px;
height: 25px;
text-align: center;
}
.recentarticles ul {
list-style: none;
font-size: 12px;
}
.recentarticles li {
padding: 5px 5px 2px 15px;
}
.recentarticles h3 {
margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
font-size: 20px;
}
.recentarticles a:hover {
text-decoration: underline;
}
.ourcontributors h4 {
margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
font-size: 20px;
}
.leftcontrib {
width: 100px;
float: left;
margin-left: 5px;
text-align: center;
}
.leftcontrib p {
padding-bottom: 10px;
}
.rightcontrib {
width: 100px;
float: left;
text-align: center;
}
.rightcontrib p {
padding-bottom: 10px;
}
#botnav {
clear: both;
height: 25px;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
#botnav ul {
list-style: none;
padding: 5px 0 0 0;
font-size: 12px;
}
#botnav li {
display: inline;
padding-left: 10px;
padding-right: 10px;
}
#linkads {
clear: both;
padding-top: 5px;
height: 20px;
border-bottom: 1px solid #CCC;
text-align: center;
}
#footer {
height: 50px;
}
#footer p {
padding: 20px 0 0 0;
text-align: center;
font-size: 10px;
}