/* Global definitions */
body
{  background-color: #ffffff;
   color: #000000;
   font-family: tahoma, verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   text-align: left;
   padding: 0px;
   margin: 0px;
}

/* Text */
.Advertisement
{  font-size: 10px;
}

/* anchors */
a:link 
{  color: #ff6633; 
   text-decoration: none;
}
a:visited 
{  color: #ff6633; 
   text-decoration: none;
}
a:active 
{  color: #66cccc; 
}
a:hover
{  color: #66cccc;
}

/* TopNav */
a.TopNav
{  margin-right: 20px;
   margin-left: 20px;
}

/* LeftNav */
a.LeftNav
{  font-size: 1.2em;
   text-decoration: none;
   color: #000000;
}
a.LeftNav:link
{  color: #000000; 
   text-decoration: none;
}
a.LeftNav:visited 
{  color: #000000; 
   text-decoration: none;
}
a.LeftNav:active 
{  color: #ff6633; 
   text-decoration: none;
}
a.LeftNav:hover
{  color: #ff6633; 
   text-decoration: none;
}

/* BottomNav */
a.BottomNav
{  font-size: 10px;
   text-decoration: none;
   margin-right: 10px;
   margin-left: 10px;
   color: #333333;
}
a.BottomNav:link
{  color: #333333; 
   text-decoration: none;
}
a.BottomNav:visited 
{  color: #333333; 
   text-decoration: none;
}
a.BottomNav:active 
{  color: #ff6633; 
   text-decoration: none;
}
a.BottomNav:hover
{  color: #ff6633; 
   text-decoration: none;
}

a.OTBLogo
{  color: #000000;
   text-decoration: none;
   font-size:  10px;
}

/* Paragraphs */
p.sponsor
{  margin-top: 10px;
   margin-bottom: 20px;
}
  
p.feature
{  margin-top: 5px;
   margin-bottom: 5px;
}

/* Headers */
h1, h2, h3
{  color: #ff6633;
}

h1
{  font-size: 1.2em;
}

h2
{  font-size: 1.1em;
}

h3
{  font-size: 1.0em;
}

h3.News
{  margin-bottom: 0px;
}

/* img */
img.roomyRight
{  margin-right: 18px;
   margin-bottom: 18px;
}

img.roomyRightOnly
{  margin-right: 18px;
   margin-bottom: 0px;
}

/* ul */
ul
{  list-style-image:  url("../images/plus.png");
   margin-left: 7px;
   padding-left: 10px;
}

li
{  display: marker;
   marker-offset: 0em;
   padding: 3px;
}

/* Table stuff */
table
{  margin: 0px;
}

tr.heading
{  text-align: center;
   width: 100%;
}

td
{  font-family: tahoma,verdana,arial, helvetica;
   font-size: 12px;
}

/* Form elements */
input, textarea
{  background-color: #ffffcc;
   color: #000000;
   font-family: tahoma, verdana, arial, helvetica, sans-serif;
   font-size: 11px;
}


/* Positioning */
#float
{  position: relative;
   width:1024px;
   height: 800px;
   background-color: #ffffff;
   margin-right: auto;
   margin-left: auto;
   margin-top: auto;
   margin-bottom: auto;
   padding: 0px;
}

#BackGround
{  position: absolute;
   background-color: #ffffff;
   width: 1024px;
   height: 800px;
   left: 0px;
   right: 0px;
   top: 0px;
   bottom: 0px;
   z-index: 1;
 }

#Content
{  position: absolute;
   width: 600px;
   height: 460px;
   top: 0px;
   left: 0px;
   right: 0px;
   bottom: 0px;
   z-index: 2;
 }

#LeftNav
{  position: absolute;
   width: 145px;
   height: 460px;
   top: 0px;
   left: 0px;
   right: 0px;
   bottom: 0px;
   z-index: 2;
 }

#LeftSideAd
{  position: absolute;
   width: 145px;
   height: 180px;
   top: 260px;
   left: 0px;
   right: 0px;
   bottom: 0px;
   z-index: 2;
 }

#MainContent
{  position: absolute;
   width: 400px;
   height: 460px;
   top: 0px;
   left: 170px;
   right: 0px;
   bottom: 0px;
   z-index: 2;
}

#column1
{  position: absolute;
   width: 190px;
   height: 460px;
   top: 0px;
   left: 0px;
   right: 0px;
   bottom: 0px;
   z-index: 2;
}

#column2
{  position: absolute;
   width: 190px;
   height: 460px;
   top: 0px;
   left: 210px;
   right: 0px;
   bottom: 0px;
   z-index: 2;
}

#Sponsors
{  position: absolute;
   background-image: url("../images/SponsorBg.png");
   background-repeat: no-repeat;
   text-align: center;
   width: 200px;
   height: 460px;
   top: 0px;
   left: 600px;
   right: 0px;
   bottom: 0px;
   z-index: 2;
 }

#Navigation
{  position: absolute;
   background: url("../images/ButtonBg.jpg");
   width: 821px;
   height: 54px;
   top: 170px;
   left: 120px;
   z-index: 2;
}

#BottomNavigation
{  position: absolute;
   background-color: transparent;
   width: 600px;
   top: 700px;
   left: 300px;
   z-index: 2;
}

#OTBLogo
{  position: absolute;
   width: 135px;
   height: 35px;
   top: 775px;
   left: 50px;
   z-index: 2;
}

#Search
{  position: absolute;
   width: 190px;
   height: 35px;
   top: 150px;
   left: 750px;
   z-index: 2;
}

#SearchBox
{  position: absolute;
   width: 100px;
   height: 35px;
   top: 0px;
   left: 0px;
   z-index: 2;
}

#SearchButton
{  position: absolute;
   width: 75px;
   height: 35px;
   top: 0px;
   left: 115px;
   z-index: 2;
}

#Copyright
{  position: absolute;
   width: 135px;
   height: 35px;
   top: 786px;
   left: 880px;
   z-index: 2;
}
