html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: #CCCCCC;
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
  background-image:url(images/bg_gradient.jpg);
  background-repeat:repeat-x;
}

*
{
  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 === */



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

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

#third_container
{
  position: relative; 
  top: -163px; 
  width: 730px;
}



/* === 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;
  color: #fff;
}

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

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

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



/* === Language menu === */



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

}

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

#copy a
{
  color: #666666;
  text-decoration: none;
}

#copy a:link, #submenu a:visited
{
  color: #666666;
  text-decoration: none;
}

#copy a:hover, #submenu a:active
{
  color: #666666; 
  text-decoration: underline;
}

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


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


.border
{
  background-color: #ffffff;
  padding: 15px 15px 15px 30px;
  height: 469px;
  background-image: url('images/main_trans.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

.title
{
  position: absolute;
  margin-left: 15px;
  margin-top: -77px; 
  width: 200px;
  height: 78px;
  background-image: url('images/logo/weblogofinal.png');
}

.content
{
  height: 445px;
  overflow: auto;
  padding: 7px;
}

.content a:link, .content a:visited{
	color: #990000;
	text-decoration:none;
}

.content a:hover, .content a:active{
	text-decoration: underline;
}

.designinfo
{
  margin-top: 5px;
  text-align: right;
  color: /*#749942*/ #666666;
  background-color: inherit;
}



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



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

}

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

.text
{
  display: block;
  margin: 5px 25px 20px 12px;
}

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

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

.left{
	border: solid 5px #FFF;
	margin-right: 15px;
	margin-bottom: 15px;
}

.right{
	border: solid 5px #FFF;
	margin-left: 15px;
	margin-top: -60px;
}

.one{
	border: solid 5px #FFF;
	margin-right: 15px;
	margin-bottom: 15px;
}

.two{
	border: solid 5px #FFF;
	margin-left: 15px;
	margin-bottom: 5px;
}

.three{
	border: solid 5px #FFF;
	margin-left: 15px;
	margin-bottom: 15px;
}

.four{
	border: solid 5px #FFF;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 15px;
}

.five{
	border: solid 5px #FFF;
	margin-left: 15px;
	margin-top: 15px;
}

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;
}

/* form elements */
form {
	margin: 15px 0px; 
	padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background-image: url('images/form_bg.png');;
	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #990000;
}
input, select {
	padding: 4px;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 350px;
	padding: 4px;
	height: 50px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font-weight: bold;
	font-size: 10px;
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #CCC;
	border-width: 3x;
  	border-style: solid;
  	border-color: #999 #666 #666 #999;
}

