body{
    background-color:orange;
    font-family:Trebuchet MS, arial, verdana, sans-serif;
    font-weight: normal;
}
#rightDiv{
    background-color: white;
    position:absolute;
    top:0px;
    right:0px;
    width:45%;
    height:100%;
    border-left:solid black 1px;
}
#banner{
    border-right:solid black 1px;
    border-bottom: solid black 1px;
    width:80%;
    height:25%;
}
#banner img{
    height:100%;
    width:100%;
}
#info{
    margin-top:5px;
    margin-left: 10px;
    line-height:.1;
}
#info h3 {
    color:#280092;
    font-style: normal;
}
#info h4{
    color:#F89700;
}
.announcement{
    position:relative;
    width:80%;
    word-wrap:break-word;
}
.announcementBody{
    line-height: normal;
    font-size:12px;
    border-top:dotted black 1px;
    border-bottom:dotted black 1px;
}
.subtitle{
    line-height: 0px;
    color:gray;
    word-spacing: 1.6;
    font-size:12px;
}
.leftSide{
    position: absolute;
    top: 25%;
    width:17%;
    height:75%;
    padding-top:5px;
    background-color:rgb(34, 146, 211);
    border:solid black 1px;
    color:white;
    word-wrap:break-word;
}
.leftSide form{
    margin-left:10px;
    font-size: 12px;
}
.leftSide h3{
    text-decoration: underline;
    margin-top:10px;
    margin-left:10px;
    font-style:oblique;
}
.leftSide p{
    margin-left:10px; 
    margin-right:10px; 
    font-size: 12px;
}
/*.leftSide a {
    color: white;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
}*/
#column1{
    right:46%;
}
#column2 {
    right: 64%;
}
#mainMenu{
    position: absolute;
    top:2%;
    right:64%;
    width:17%;
    height:25%;
}
#mainMenu img{
    width:100%;
    height:15%;
    padding-bottom:3%;
}