body{
    background-color:#ffffff;
    border:0;
    color:#000000;
    font-family:Arial;
    font-size:16px;
    font-style:normal;
    font-weight:normal;
    margin:0;
    margin-bottom:20px;
    padding:0;
    text-align:center;
}
p{
    margin:0;
    padding:0 0 10px 0;
}
img{
    border:0;
}
h1{
    font-size:20px;
    font-weight:bold;
}
h2{
    font-size:18px;
    font-weight:bold;
}
a:active,
a:hover,
a:link,
a:visited{
    color:#000000;
    text-decoration:none;
}
#main{
    /*background-color:#fae500;*/
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    margin:0 auto;
    position:relative;
    text-align:left;
    width:980px;
}
#logo{
    float:left;
}
#headImg{
    float:right;
}
#body{
    clear:both;
}
#bodyLeft{
    position:absolute;
    left:0px;
    width:180px;
}
#bodyRight{
    position:absolute;
    right:0px;
    padding:0;
    width:180px;
}
.teaser{
}
/*
#subMenu{
    background-color:#fae500;
    list-style-type:none;
    margin: 0 0 10px;
    padding: 5px 0 5px 20px;
}*/
#subMenu{
    background-color: #E7C506;
    color: #FAE500;
    list-style: square outside none;
    margin: 0 0 10px;
    padding: 5px 0 5px 30px;
}
#subMenu li{
    /*background-image:url('../images/square.png');
    background-position:left center;
    background-repeat:no-repeat;*/
    margin:10px 0;
    /*padding-left:20px;*/
}
#bodyCenter{
    background-color:#ffffff;
    margin:0 180px;
    width:620px;
}
#bodyMenu{
    text-align:center;
}
.menuButton{
    background:none;
    background-image:url('../images/menuButton.png');
    background-position:center;
    background-repeat:no-repeat;
    border:0;
    font-size:30px;
    font-weight:bold;
    height:40px;
    margin:0;
    padding:0;
    width:204px;
}
#bodyContent{
    font-size:16px;
    padding:10px;
}
.bigred{
    color:#ff0000;
    font-size:36px;
}
.bigblue{
    color:#0000ff;
    font-size:36px;
}
.bigbold{
    font-size:28px;
    font-weight:bold;
}
.smallbold{
    font-size:18px;
    font-weight:bold;
}
.tinybold{
    font-size:14px;
    font-weight:bold;
}
#footer{
    background-color:#000000;
    clear:both;
    height:2px;
}
.redTeaser{
    background-color:#c50108;
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    padding:0px;
    text-align:center;
    width:180px
    height: 40px;
}
.blueTeaser{
    background-color:#43438d;
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    padding:0px;
    text-align:center;
    width:180px
    height: 40px;
}
.redInfo{
    background-color:#c50108;
    color:#ffffff;
    font-size:20px;
    font-weight:bold;
    padding:4px;
    text-align:center;
    border-width:1px;
    border-color:#000000;
    border-style:solid;
}
.blueInfo{
    background-color:#43438d;
    color:#ffffff;
    font-size:20px;
    font-weight:bold;
    padding:4px;
    text-align:center;
    border-width:1px;
    border-color:#000000;
    border-style:solid;
}
.rightLink{
    background-color:#EB9500;
    background-color:#d12054;
    color:#ffffff;
    font-size: 24px;
    line-height: 35px;
    margin-bottom:10px;
    padding:0;
    text-align:center;
}
.rightLink a:active,
.rightLink a:hover,
.rightLink a:link,
.rightLink a:visited{
    color:#ffffff;
    text-decoration:none;
}
.tableBorderLeft{
    border-left: 1px solid #000000;
    padding-left: 10px;
}
