body {
margin: 0;
text-align: center;
background-color: #5A80A5;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
background-image: url(../images/body_bg.jpg);
background-repeat: repeat-y;
background-position: center;
}

h1 {
margin-top: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #000;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000;
}

label {
width: 200px;
text-align: right;
display: block;
float: left;
}

input.formInputField {
border: solid 1px #000;
background-color: #FFFFFF;
color: #000000;
margin-right: 5px;
margin-bottom: 5px;
padding: 2px;
height: 16px;
margin-top: 3px;
}

input.formInputField:hover {
background-color: #99CCCC;
border: solid 1px #006600;
color: #000
}

input.formInputButton {
border: solid 1px #000;
background-color: #6699CC;
color: #300;
cursor: pointer;
font-size: 10px;
font-weight: bold;
text-align: center;
padding: 1px;
vertical-align: middle;
}

input.formInputButton:hover {
background-color: #6699CC;
color: #FFF;
}

#iframeStyle {
border: 1px;
border-color: #D3D3D3;
border-style: solid;
}

#newsFeed {
margin-left: 20px;
}

#newsIndex {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: left;
padding: 0 3 0 3;
}

#date {
color: #53A555;
}

#layoutLogic {
width: 100%;
}

a.menuList:link, a.menuList:visited {
font-family: sans-serif, verdana, times, georgia;
font-size: 12px;
font-weight: bold;
color: #000;
text-decoration: none;
display: block;
padding: 3px;
}

a.menuList:hover, a.menuList:active {
color: #000;
background: #E2E8E8;
}

a:link {
color: #003300;
}

a:visited {
color: #003300;
}

a:hover {
color: #003300;
text-decoration: none;

}
a:active {
color: #003300;
}

.section {
display: block;
margin: 0 auto;
width: 730px;
background-color: #FFFFFF;
height: 100%;
}

.colA, .colB {
float: left;
}

.colA {
text-align: left;
display: block;
width: 560px;
}

.colB {
text-align: left;
display: block;
padding-left: 1px;
width: 160px;
}

.clear {
clear: both;
}

#header, #footer {
position: relative;
width: 100%;
z-index: 13;
}

#menu {
text-align: left;
margin-top: 15px;
}

#footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
margin-top: 30px;
padding-bottom: 10px;
}

#footer a {
color: #666666;
}

#googleLinksTop {
text-align: left;
display: block;
margin: 10px;
}

#articleContent {
margin-top: 15px;
}

#googleAdsTop {
margin-bottom: 10px;
border: none;
}

#googleAdsMiddle {
display: block;
float: left;
margin-right: 10px;
}

#googleAdsBottom {
margin-top: 10px;
margin-bottom: 10px;
}

/*
#freeReport {
width: 125px;
border: solid 1px #000;
padding: 5px;
font-weight: bold;
color: #FFF;
background-color: #44617F;
margin: 0 0 10px 20px;
}

* html .freeReport {
width: 137px;
w\idth: 125px;
}

#freeReport h2 {
margin: 0 0 5px 0;
text-align: center;
color: #FFF;
}

#freeReport p {
margin: 0 0 5px 0;
text-align: center;
}
*/