html {
overflow: scroll;
height: 100%;
}

body{
padding:0px;
margin:0px;
height: 100%;
font-family: tahoma,verdana,arial,helvetica, sans-serif;
font-size: 10pt;
background-color:#FFFFFF;
background:url(../images/background.jpg);
background-repeat:repeat-x;
}

.main{
width:813px;
min-height:96%;
float:left;
clear:none;
display:block;
background-color:#FFFFFF;
border-right:2px solid gray;
position:relative;
}

.bodyclass{
width:773px;
padding-left:20px;
padding-right:20px;
float:left;
clear:both;
display:block;
background-color:#FFFFFF;
border-right:2px solid gray;
}


.lists li{
margin-left:-20px;
}

#copyr{
text-align:center;
font-size:10px;
padding-top:5px;
padding-bottom:5px;
min-height:10px;
height:4%;
}

H1{
font-size:20pt;
color:gray;
}

TH, TD{
font: 11px verdana;
}

p{
margin-top: 0em;
text-align:justify;
}


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

A:HOVER{
text-decoration :underline;
color: #000000;
font-weight : bold;
}

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


#menuselections {
float:left;
clear:none;
width:763px;
height:25px;
line-height:normal;
margin-top : 0px;
background-position: bottom;
background:url(../images/menu_un.jpg);
}

#menuselections ul {
float:right;
margin:0;
padding:0 0 0 0;
list-style:none;
}

#menuselections li {
display:inline;
margin:0;
padding:0;
}

#menuselections a {
float:left;
height:25px;
padding:0px 8px 0px 8px;
text-decoration:none;
border-right: 1px solid #000000;
}

#menuselections a span {
float:right;
display:block;
padding:4px 0px 0px 0px;
color:#D5CFCE;
font-size: 10pt;
line-height:12pt;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menuselections a span {float:none;}

#menuselections a:hover {
background:url(../images/menu_sel.jpg);
}

#menuselections a:hover span {
}

#current a{
background:url(../images/menu_sel.jpg);
}

div.img
  {
  margin: 2px;
  border: 1px solid #000000;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #000000;
  cursor: pointer;
  }
div.img a:hover img
  {
  border: 1px solid #000000;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }