/** EXTERNAL STYLESHEET  rgb(255,230,150)**/

body{
margin: 0px;
font-family: Verdana, Arial;
}

a{
color: blue;
text-decoration: none;
}

a:hover{
color: red;
}

.indexTable{
width: 100%;
height: 100%;
text-align: center;
}

.title{
height: 162px;
text-align: center;
background-image: url('img/back.png');
background-repeat: repeat-x;
}

.menu{
width: 150px;
vertical-align: top;
background-color: rgb(255,204,51);
color: white;
}

.sponsors{
width: 189px;
vertical-align: top;
background-color: rgb(255,204,51);
color: white;
}

.home{
background-color: rgb(255,204,51);
font-family: Verdana, Arial;
width: auto;
}

#menu{
width: 100%;
height: 20px;
background-image: url('img/menuback.bmp');
background-repeat: repeat-x;
color: white;
text-align: center;
}

#maincontent{
margin-left: 0.5cm;
margin-right: 0.5cm;
font-size: 12px;
text-align: left;
}


#content{
font-size: 12px;
text-align: left;
height: 50px;
margin-left: 2em;
}

#spon1{
font-size: 14px;
color: black;
}

#spon2{
font-size: 11px;
color: black;
}

#white{
width: 100%;
height: 20px;
background-image: url('img/menuback.bmp');
background-repeat: repeat-x;
color: white;
text-align: center;
}