BODY{
  background-color:#C8CACC;
  margin-top:10;
  color:black;
  font-family:tahoma;
  font-size:10;
}

.header_left{
  width:400;
  height:135;
  background-image: url(./images/header_left.jpg);
  background-repeat:no-repeat;

}

.header_middle{
  background-image: url(./images/header_middle.jpg);
  background-repeat:no-repeat;
  width:352;
  height:135;
}

.header_right{
  background-image: url(./images/header_right.jpg);
  background-repeat:no-repeat;
  width:205;
  height:135;
}

.menu{
  height:600;
  width:170;
  background-image: url(./images/menu_back.gif);
  background-repeat:repeat-y;
  vertical-align:top;
}

.main{
  width:767;
  vertical-align:top;
  padding:10;
}

.menu_container{
  margin-left:7;
  margin-top:17;
}

.menu_level1{
  background-image: url(./images/menu_dot.gif);
  background-repeat:no-repeat;
  background-position:left center;
  width:100%;
  font-family:verdana;
  font-size:10;
  font-weight:bold;
  text-transform:uppercase;
  padding-left:15;
  color:white;
  padding-bottom:3;
  padding-top:5;  
}

.menu_level1_on{
  background-image: url(./images/menu_dot_on.gif);
  background-repeat:no-repeat;
  background-position:left center;
  width:100%;
  font-family:verdana;
  font-size:10;
  font-weight:bold;
  text-transform:uppercase;
  padding-left:15;
  color:white;
  padding-bottom:3;
  padding-top:5;  
}

.menu_level2{
  background-image: url(./images/menu_dot1.gif);
  background-repeat:no-repeat;
  background-position:left center;

  width:150;
  font-family:verdana;
  font-size:10;
  font-style:italic;
  color:#EEEEEE;  
  padding-left:18;
  padding-bottom:1;
}

.menu_level2_on{
  background-image: url(./images/menu_dot1_on.gif);
  background-repeat:no-repeat;
  background-position:left center;

  width:150;
  font-family:verdana;
  font-size:10;
  font-style:italic;
  color:#EEEEEE;  
  padding-left:18;
  padding-bottom:1;
}

a {
	color:white;
	text-decoration:none;
	border-bottom:1px dotted white;
}

a:hover {
	border:none;
	color:#68f;
}

.page_title{
  font-family:verdana;
  font-size:15;
  color:#CCCCCC;
  
}

.page_item{
	width: 18;
	height: 18;
	font-weight: bolder;
	text-align: center;
	color: white;
	padding-left: 1;
	font-family:tahoma;
	font-size:10;
}

.page_item_on{
	font-family:tahoma;
	font-size:10;
	border: 1px solid white;
	font-weight: bolder;
	width: 18;
	height: 18;
	text-align: center;
	color: white;
	padding-left: 0;
}
