@CHARSET "ISO-8859-1";

/* margin:        top right bottom left                                             */
/* padding:       top right bottom left                                             */
/* border:        thickness style color                                             */
/* border-bottom: color style with                                                  */
/* border-color:  border-top border-right border-bottom border-left                 */
/* border-style:  border-top border-right border-bottom border-left                 */
/* background:    color image repeat attachment position                            */
/* list-style:    type position image                                               */

*{
  margin: 0px; padding: 0px; border: 0px; border-spacing: 0px;
}

html{
  direction: ltr;	
  text-align: center;
}
body{
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #C6D3AD;
}

h1{
  padding: 0px; margin-top: 5px; margin-bottom: 5px; border: 0px; border-spacing: 0px;
  font-size: 16px !important;
  letter-spacing: 2px;
}
h2{
  padding: 0px; margin-top: 3px; margin-bottom: 3px; border: 0px; border-spacing: 0px;
  font-size: 14px !important;
  letter-spacing: 2px;
}
h3{
  padding: 0px; margin-top: 1px; margin-bottom: 1px; border: 0px; border-spacing: 0px;
  font-size: 12px !important;
  letter-spacing: 1px;
}

p{
	line-height: 20px;
}
a{
	color: black;
}
/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/

#pageframe{
  width: 800px; height: 100%; 
  margin: 20px auto; 
  text-align: left; 
  background-color: transparent;
}

#headframe{
  float: left;
  width: 100%; height: 100px; 
  margin: 0px; padding: 0px; 
  border-spacing: 0px;
  border-top: 1px solid transparent;
  border-bottom: 2px solid white;
}

#menuframe{
  float: left;
  width: 151px;
}

#mainframe{
	/*overflow: scroll;
  height: 250px;*/
  float: right; 
  width: 635px; 
  background-color: transparent;
  min-height: 250px; 
}

#footframe{
  width: 100%; height: 60px; 
  border-top: 2px solid white; border-bottom: 1px solid transparent;
}

#foottext{
	float: left;
}
#footmenu{
	float: right;
}
#footframe a{
  color: black;
}
#footframe a:HOVER{
  color: black;
}
