* {
    font-family: Arial;
}

body {
    margin: 0px;
    text-align: center;
    background-image: url(/images/background.gif);
}

#Content {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}


#topBottomBar {
    width: 940px;
    margin: 0px;
    padding: 0px;
    height: 29px;
    float: left;
}

#Column2Content{
    width: 940px;
    height: 565px;
    float: left;
    background-image: url(/Media/1030_63.gif);
}

#searchInput {
    border: none;
    background-color: transparent;
    font-size: 10px;
    letter-spacing: 1px;
    width: 156px;
    height: 10px;
}

#searchBox {
    float: left;
    text-align: right;
    width: 158px;
    height: 12px;
    background-color: white;
}

#searchLoader {
    float: left;
    width: 12px;
    height: 12px;
}

#searchResults {
    position: absolute;
    z-index: 999;
    width: 181px;
    left: -181px;
}

#searchContents {
    float: left;
    padding-right: 8px;
    padding-left: 8px;

    background-image: url(/images/suggestion-background.png);
    background-color: #000000;
}

#searchContents  * {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    color: white;
    text-decoration: none;
    text-align: left;
    width: 163px;
}


.searchSuggestion {
    width: 160px;
    height: 19px;
    overflow: hidden;
    display: block;
    padding-bottom: 3px;
    padding-left: 3px;
    line-height: 20px;
    cursor: pointer;
}

.searchSuggestionHovered {
    background-image: url(/images/suggestion-hovered.gif);
    background-repeat: no-repeat;
}


div#NewsTeaser {
    margin:	  0;
    padding:  1.9em 0.5em 0.5em 1em;
    color: #F7F4F4; 
    font-family: Verdana;
    font-weight: bold;
    font-size: 10pt;
}

div#NewsTeaserItemTitle {
    font-size:     12pt;
    font-family:   Verdana;
    color:         #F7F4F4;
}

div#NewsLinks {
    font-size:       8pt;
    font-family:     Verdana;
    color:           #F7F4F4;
    text-decoration: none;
}


div#NewsTeaserHeader {
    font-size:     19pt;
    font-family:   Verdana;
    color: #BCBCBC;
    font-stretch: ultra-condensed;
}

div.NewsTeaserItemDate {
    margin-top:	0;
}

div.FlashContainer {
    float: left;
    margin: 0;
    padding: 0;
}