body{
   background-color: #a8ceed;
   overflow: -moz-scrollbars-vertical;
   font-family: Arial, sans-serif;
   font-size: 14px;
     background-image:url("../img/bg.jpg");
   background-repeat: repeat-x;
}

body.mceContentBody {
   background-color:#FFFFFF;
     background-image:url(no-image);
}

#logout{
   position: fixed;
   padding: 3px;
}

#page{
   width: 1002px;
   height: 768px;
   margin: 0px auto;
   position: relative;
   z-index:1
}

#header{
   background-image: url("../img/header_1.png");
   background-repeat: no-repeat;
   width: 1002px;
   height: 219px;
   margin-left: 51px;
   z-index: 2;
   position: absolute;
}

#logo{
   background-image:url("../img/logo.png");
   width: 249px;
   height: 299px;
   top: 5px;
   z-index: 3;
   position: absolute;
}

#content{
   width: 951px;
   height: 546px;
   left: 51px;
   top: 222px;
   position: absolute;
   background: #FFFFFF;
   background-image: url("../img/bottom.jpg");
   background-repeat: no-repeat;
   background-position: bottom;
}

.page_menu{
   position:absolute;
   left:700px;
   height: 130px;
   width:140px;
   top:10px;
   background-color:white;
   overflow:auto;
}

.page_menu_edit{
   position:absolute;
   left:700px;
   top:10px;
   background-color:white;
}
#page_menu li{
   list-style: none;
   font-size:12px;
}

#page_menu a, a:visited{
   text-decoration:none;
   color:blue;
}
#page_menu li.level1.active {
   background-color:blue;
   color:white;
}
#page_menu a.active {
   color:red;
}
#txt, #detail{
   margin-left:240px;
   margin-top:39px;
   width: 711px;
   height: 443px;
   color: #000000;
   font-family: Arial, sans-serif;
   font-size: 12px;
   font-weight: normal;
   text-decoration: none;
   overflow: auto;;
}

#sponsors{
   width: 617px;
   height: 57px;
   position:absolute;
   top:706px;
   left:360px;
   z-index: 5;
}

#overlaysponsors {
   width: 617px;
   height: 57px;
   background-image: url("../img/spacer.gif");
   background-repeat: repeat;
   position:absolute;
   top:706px;
   left:360px;
   z-index: 99;
}

#quicklinks{
   width: 200px;
   height: 20px;
   position:absolute;
   top:191px;
   left:790px;
   z-index:5;
   text-align:right;
   color:#c5c5c5;
   font-size:11px;
}

#bot_wb{
   width: 194px;
   height: 136px;
   background-image: url("../img/bot_wasserball.jpg");
   position: absolute;
   left: 85px;
   top: 632px;
}

#main_menu{
   width:200px;
}

#menu {
   float: left;
   font-family: Arial, sans-serif;
   font-size: 13px;
   font-weight: bold;
   top: 260px;
   left: 68px;
   width:203px;
   position:absolute;
   z-index:4;
}

#menu li.level1.active {
   background-image: url("../img/ball.jpg");
   background-repeat: no-repeat;
}

#menu li{
   list-style: none;
   line-height: 19px;
}

#menu li a:link{
   color: #000000;
   font-family: Arial, sans-serif;
   font-size: 13px;
   font-weight: bold;
   text-decoration: none;
}

#menu li a:visited{
   color: #000000;
   font-family: Arial, sans-serif;
   font-size: 13px;
   font-weight: bold;
   text-decoration: none;
}

#menu li a:hover{
   color: #000000;
   font-family: Arial, sans-serif;
   font-size: 13px;
   font-weight: bold;
   text-decoration: underline;
}

#menu li .level1{
   width:200px;
   background-color: #e3eff9;
   padding-left:0px;
   margin-left:30px;
   font-size: 11px;
}

#menu li .level2, #menu li .selected{
   width:165px;
   background-color: #e3eff9;
   padding-left:0px;
   margin-left:8px;
   font-size: 11px;
}

#menu li .level2 a:link, #menu li .selected a:link{
   color: #000000;
   font-family: Arial, sans-serif;
   font-weight: bold;
   text-decoration: none;
}

#menu li .level2 a:visited{
   color: #000000;
   font-family: Arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
   text-decoration: none;
}

#menu li .level2 a:hover, #menu li .selected a:hover{
   color: #000000;
   font-family: Arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
   text-decoration: underline;
}

#menu li .selected a:visited{
   color: #000000;
   font-family: Arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
   text-decoration: underline;
}

li .selected{
   background-image:none;
}

li .selected a{
   text-decoration: underline;
}

#quicklinks a:link{
   color:#c5c5c5;
   font-family: Arial, sans-serif;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
}

#quicklinks a:visited{
   color:#c5c5c5;
   font-family: Arial, sans-serif;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
}

#quicklinks a:hover{
   color:#c5c5c5;
   font-family: Arial, sans-serif;
   font-size: 11px;
   font-weight: normal;
   text-decoration: underline;
   background-image: none;
}

body, td, pre {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}

.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
	border: none;
}

