HTML
{
    background-color: #909090;
    color: #00FFFF;
}
BODY
{
    font-family: serif;
    font-size: small;
}
H1, H2, H3, H4, H5, H6
{
    background-color: #808080;
    color: #FFFFFF;
    /*
    */
}

H2 {
    font-size: 110%;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-indent: 0;
}

a:link, a:visited, a:active
{
    padding-right: 5pt;
    background-color: transparent;
    color: MenuText;
}

a:hover{
    color: White;
    background-color: transparent;
}

input
{
    background-color: transparent;
}

input[type="submit"] {
/*
    -moz-border-radius: 2em;
*/
}

img
{
    background-color: transparent;
    border: none ;
    margin-top: 10px;
}

#main{
    position: absolute;
    margin: 0 0 0 0;
    /*
    border: thin solid rgb(0,255,255);
    */
}
#content{
  position: relative;
  margin: 0 0 0 0;
/*
  border: thin solid rgb(255,0,255);
*/
}

#leftContent {
    float: left;
    position: relative;
    width: 46%;
    min-width: 50ex;
    padding: 1%;
    /*
    border: thin solid rgb(255,0,0);
    */
}

#rightContent{
    float: right;
    position: relative;
    width: 46%;
    min-width: 50ex;
    padding: 1%;
/*
    border: thin solid rgb(0,0,255);
*/
}
#searches {
    position: relative;
    margin-top: 1em;
    float: left;
    top: 0;
    left: 0;
    width: 50%;
    
}
#searches input {
    font-size: .90em;
}
#searches form {
    margin: 0;
    padding: 0;
}
#tickerImage {
    float: right;
}
#searches img {
    position: absolute;
    top: 1em;
    right: 0;
    background-color: transparent;
}

#footerContent{
    position: relative;
    float: left;
    width: 100%;
    /*
    border: thin solid rgb(255,0,255);
    */
}
.headingLead {
    background-color: #808080;
    color: #FFFFFF;
    font-size: 110%;
    font-weight: bold;
    width: 12ex;
    margin-right: 1ex;
    float: left;
/*
*/
}

a.headingLink:link, a.headingLink:visited, a.headingLink:active
{
    padding-right: 5pt;
    background-color: transparent;
    color: #FFFFFF;
    text-decoration: none;
}

a.headingLink:hover {
    color: MenuText;
    background-color: transparent;
}


.linkBlock {
    width: 100%;
    padding-bottom: 1em ;
}
.linksList {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}
.searchButton {
    width: 10ex;
}
.linkImage {
    text-decoration: none;
}
.formDiv {
    margin: 0;
    padding: 0;
}

.uddaily {
display: inline;
}        

.udword {
display: inline;
}  

