body {
 background: #036117;
 font-family: Helvetica;
}

strong {
 color: #036117;
}

a:link, a:visited, a:active {
 color: #036117;
}

img {
 border: 0px;
}

.hidden {
 display: none;
}

.clear {
 clear: both;
}

.header {
 position: absolute;
 left: 0px;
 width: 100%;
 top: 0px;
 height: 100px;
 background: url("images/header_bg.gif");
 text-align: center;
 margin-bottom: 20px;
}

.header img {
 position: absolute;
 left: 50%;
 margin-left: -311px;
}

.header .links {
 position: absolute;
 left: 50%;
 margin-left: 50px;
 top: 50px;
}

.header a:link, .header a:visited, .header a:active {
 color: #ccc;
 text-decoration: none;
 font-weight: bold;
 font-family: courier;
 font-size: 1.5em;
 display: inline-block;
 width: 105px;
 line-height: 70px;
}

.header a:hover {
 color: white;
}

.header a#active_link {
 color: white;
 background: url("images/link.gif");
 background-repeat:no-repeat;
}

.content {
 position: absolute;
 left: 50%;
 margin-left: -450px;
 top:100px;
 width: 900px;
 background: #bac7ff;
 padding: 15px;
 border: 2px solid #ea871d;
}

.content h1, .content h2, .content h3, .content h4 {
 color: #001055;
}

.content .intro {
 text-align: center;
 font-size: 1.5em;
}

.content .box {
 border: 2px solid #525177;
 background: #98a5dd;
}

.content .left_column {
 float: left;
 width: 45%;
 margin-left: 3%;
}

.content .left_column p {
 text-align: justify;
 justify: newspaper;
}

.content .right_column {
 float: right;
 width: 45%;
 margin-right: 3%;
 margin-top: 25px;
 padding: 0px 0px 15px 0px;
}

.content .right_column .new_sites {
 list-style: none;
}

.content .right_column .new_sites li {
 margin-bottom: 25px;
}

.content .right_column .new_sites li img {
 border: 0px;
}

.content .site_list {
 padding: 15px;
 margin-bottom: 25px;
}

.content .site_list .right_column {
 margin-top: 40px;
 margin-right: 15%; 
 text-align: justify;
 justify: newspaper;
}
