html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: url("images/grad1.png"); 0 0 repeat-x; 
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

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

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




/* === Containers === */


#container
{
  top: -250px; 
  width: 780px;
}

#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 780px;
}

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

#third_container
{
  position: relative; 
  top: -280px; 
  width: 780px;
}



/* === Menu === */



#menu
{
	height: 59px;
	padding-right: 2px;
	margin: 0;
	list-style: none;
	font-size: 12px;
	font-weight: bold;

}

#menu li
{
    float: right;
    display: block;
    width: 95px;  height: 59px;
  	font-size: 12px;
	font-weight: bold;

}

#menu a
{
	display: block;
	width: 95px;
	height: 59px;
	background-color: inherit;
	text-decoration: none;
	line-height: 91px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

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

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

#menuselected
{
  display: block;
  width: 95px;  height: 59px;  
  background-image: url('images/taba.jpg');    
  text-decoration: none;
  line-height: 91px;
  color: #000000;
  text-align: center;
  	font-size: 12px;
	font-weight: bold;

}

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


.border
{
  background-color: #ffffff;
  padding: 10px 10px 10px 145px;
  height: 412px;
  background-image: url('images/back.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

.title
{
  position: absolute;
  margin-left: 15px;
  margin-top: 15px; 
  width: 2px;
  height: 232px;
}

.content
{
	height: 440px;
	overflow: auto;
	padding: 15px 15px 15px 55px
}

.designinfo
{
  font-size: 11px; 
  margin-top: 5px;
  text-align: right;
  color: #000000;
}

.designinfo p
{ 
  font-size: 11px; 
  line-height: 14px; 
  margin: 0;  
  color: #000000; 
  background-color: #008200;

}

.designinfo a
{ 
  font-size: 11px;	
  font-weight: normal;	
  text-decoration: none;  
  color: #000000;
  background-color: #008200;   
}

.designinfo a:hover
{ 
  color: #000000; 
  text-decoration: underline;
    background-color: #008200;
}


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



h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 15px 40px 15px;
  font-size: 16px;
  color: #990000;
  background-color: inherit;
  border-left: 5px solid #008200;

}

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

.text
{
  display: block;
  padding: 15px 15px 10px 10px;
  margin: 5px 5px 5px 9px;
}

.text a
{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

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

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

.note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}

html 
{
  scrollbar-face-color: #008200;
  scrollbar-shadow-color: #000000;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color:#C1F0FF;
  scrollbar-darkshadow-color: #666666;
  scrollbar-track-color: #999999;
  scrollbar-arrow-color: #000000;
}

