body {
    text-align: center;
    padding:0px;
    margin:0px;
    background-image: url(/static/img/design/bg.jpg);
    background-repeat: repeat-x;
    background-color:#FFFFFF;
}
div.centeringContainer {
    width: 960px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: #000000 1px solid;
}
input.btn, input.std, select.std, textarea.std {
    font-size: 11px;
    font-family: Verdana, Tahoma, Arial;
    width: 100px;
}
input.std, select.std {
    border: 1px solid #666666;
    width: 100px;
}
textarea.std{
    border: 1px solid #666666;
}
input.stdErrorInputField {
    font-size: 11px;
    font-family: Verdana, Tahoma, Arial;
    border: 1px solid #990000;
    width: 100px;
}
div.top {
    background-image: url(/static/img/top.jpg);
    width: 960px;
    height: 162px;
    position: relative;
}
div.content {
    vertical-align: top;
    padding:10px;
}
a {
    text-decoration: none;
    font-family: Arial, Tahoma, Verdana;
    color: #666666;
}
.btnReturn{
    padding: 10px;
    background: #9ca0a3;
    color: #fff;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}
h1 {
    margin: 0px;
    padding:0px;
    font-size:16px;
    color:#000000;
}
h2 {
    margin: 0px;
    padding:0px;
    font-size:13px;
}
div.TopMenu
{
    background-color: #000000;
    padding: 3px;
    margin-bottom: 4px;
}
div.TopMenu a
{
    color: #FFFFFF;
}


/**
* FLASH
*/
div.focusBox{
    background: #efefef;
    width: 100%;
    height: 313px;
    width: 300px;
    margin: 0px 0px 10px 0px;
}
div.focusBox img{
    height: 180px;
    width: 280px;
}
div.focusBox .teaserText{
    margin: 10px 0px 0px 0px;;
}
div.focusBox .bottomText {
    clear: both;
    padding: 4px 0px;
}
