html
{
  overflow: hidden;
  height: 100%;
  width: 100%;
}
                         
body
{
  background: rgb(200, 225, 255);
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}




/* === Containers === */

#background_container
{
  margin: 0 auto 0 auto;
  height: 100%;
  width: 100%;
  /*background-image: url('images/bigdancer.png');
  background-repeat: no-repeat;
  background-position: center 40%;*/
}

#rightborder
{
	position: absolute;
	background-image: url('images/surrender.png');
	height: 580px;
	width: 400px;
	top: 0;
	right: -175px;
	z-index: -1;
}

#leftborder
{
	position: absolute;
	background-image: url('images/dancerbord.png');
	height: 580px;
	width: 400px;
	top: 20px;
	left: -150px;
	z-index: -1;
}

#topborder
{
	position: absolute;
	background-image: url('images/startop.png');
	height: 150px;
	width: 500px;
	top: -40px;
	left: 25%;
	z-index: -1;
}

#bottomborder
{
	position: absolute;
	background-image: url('images/starbottom.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	/*height: 95%;
	max-height: 700px;*/
	height: 150px;
	top: 470px;
	width: 500px;
	right: 25%;
	z-index: -1;
}


#first_container
{
  display: table; 
  height: 100%;  
  position: relative;
  overflow: hidden; 
  width: 100%;
  min-width: 660px;
}

#second_container
{
  position: absolute;
  top: 45%;
  vertical-align: middle;
  height: 100%;
  width: 100%; 
}

#third_container
{
  height: 100%;
  margin: -255px auto 0 auto;
  position: relative; 
  width: 85%;
  max-width: 800px;
  min-width: 660px;
}



/* === Menu === */



#menu
{
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
  background-image: url('images/taba2.png');
  color: #ffffff;
}

#menu a:link, #menu a:visited
{
  background-color: transparent;
}

#menu a:hover, #menu a:active
{
  background-image: url('images/taba.png');
  color: #ffffff;
}

#menuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/taba.png');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}

/* === Under Menu === */



#submenu
{
  float: left;
  height: 31px;
  padding-left: 10px;
  margin: 0;
  list-style: none;   
}

#submenu li
{
  float: left;
  display: block;
  width: 82px;  height: 31px;  
}

#submenu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  font-size: 7pt;
  text-align: center;
}

#submenu a:link, #submenu a:visited
{
  color: #004080; 
  background-color: transparent;
  background-image: url('images/tabb2.png');
  color: #ffffff; 
}

#submenu a:hover, #submenu a:active
{
  background-image: url('images/tabb.png');
  color: #ffffff; 
}

#submenuselected
{
  display: block;
  background-image: url('images/tabb.png');
  width: 82px;  height: 31px;
  text-decoration: none;
  color: #ffffff;
  line-height: 25px;
  font-size: 7pt;
  text-align: center;
}


/* === Subsub menu === */



#subsubmenu
{
  position: absolute;
  height: 31px;
  padding: 3px 0px 0px 100px;
  margin: 0;
  list-style: none; 
  top: 31px;
  z-index: 3;
}

#subsubmenu li
{
  float: left;
  display: block;
  width: 82px;  height: 31px;
  background-color: transparent; 
}

#subsubmenu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
}

#subsubmenu a:link, #subsubmenu a:visited
{
  background-image: url('images/tabbred.png');
  color: #ffffff;
  /*color: #004080; */
}

#subsubmenu a:hover, #subsubmenu a:active
{
  background-image: url('images/tabb.png');
  color: #ffffff; 
}

#subsubmenuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/tabb.png');    
  text-decoration: none;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}


/* === Other Divs === */
 

.designinfo
{
  margin-top: 5px;
  text-align: right;
  color: #004080; 
  background-color: inherit;
}

.border
{
  height: 500px;
  /*height: 80%;
  max-height: 500px;
  min-height: 375px;*/
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #42C4FF;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #8EA7C5;
  background-color: #ffffff;
  padding: 0px 0px 0px 55px;
  text-align: left;
}

.title
{
  position: absolute;
  margin-left: 15px;
  margin-top: 15px; 
  width: 45px;
  height: 350px;
  background-image: url('images/dekamaal.png');
  top: 31px;
}

.leftimg
{
  position: absolute;
  width: 200px;
  height: 375px;
  z-index: 1;
}

.content
{
  position: relative;
  /*height: 100%;
  min-height: 375px;
  max-height: 500px;*/
  height: 500px;
  overflow: auto;
  z-index: 2;
}

.spacer
{
   display: block;
	margin:0;
	width: 100%;
	height: 32px;
}

/* === Inline Text Styles === */

h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 16px;
  color: #000000;
  background-color: inherit;
  border-left: 5px solid rgb(0, 64, 128);
}

h2, .contentheading
{
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
}

.centered
{
  text-align: center;
  margin: 5px 0 0 0;
}

.tool-tip 
{
	display: none;
}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text, .textgrey
{
  zoom: 1; /*Hack to make opacity work in IE*/
  display: block;
  opacity: 0.8;
  filter:alpha(opacity=80);
  padding: 3px;
  background-color: #ffffff;
  border: 1px solid black;
  margin: 5px 5px 20px 12px;
  color: #000000;
}

.text a, .textgrey a
{
  color: #004080;
  text-decoration: none;
  font-weight: bold;
}

.text a:hover, .text a:active, .textgrey a:hover, .textgrey a:active
{
  color: #D24664;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  display: block;
  background: #000000;
  margin: 10px 15px 10px 15px;
  color: #ffffff;
  text-align: center;
}

b
{
  font-weight: bold;
  color: inherit;
}

img
{
  border-style: none;
}