/*
* {
margin: 0; 
padding: 0; 
border: 0; 
}
*/

#wrapper {
width: 600px;
margin: 0 auto; 
padding: 0; 
position:absolute;
left: 0px;
top: 0px;
}

#main_content {
width: 600px;
margin: 0 auto; 
padding: 0; 
position:absolute;
left: 200px;
top: 10px;
}


body{
/* background-color:lightgray; */
font-family:times;
font-style:arial;
/*color:#698B69;*/
color:green;
background-image: url('../web-images/tile.gif');
background-repeat: repeat;
}

h1,h2,h3,h4,h5,h6{
/*font-family:arial;*/
font-style:bold;
/*color:#698B69;*/
}

hr{
/*color:#698B69;*/
}

.pagetitle {
font-family:times;
font-style:bold;
font-size: 24px;
/* color:#698B69;*/
color:green;
}


.bodytext {
/*font-family:arial;*/
/*font-style:normal;*/
font-size: 12px;
/*color:#698B69;*/
}

ul,li {
list-style-type: square;
list-style-position: outside; 
}

/*
.list {
list-style-type: square;
list-style-position: outside; 
}
*/


/* class=copyright */
#copyright {
font-family:arial;
font-style:italic;
font-size: 10px;
color:black;
}

/*
p {
font-family:arial;
font-style:normal;
font-size: 12px;
color:#698B69;
}
*/

i {
font-style:italic;
/*
font-family:arial;
font-size: 12px;
color:#698B69;
*/
}

b {
/*font-family:arial;*/
font-style:bold;
font-size: 12px;
/*color:#698B69;*/
}

title{
font-family:helvetica;
font-style:bold;
/*color:#698B69;*/
}

/* dynamic menu formatting */
/* colors: http://www.somacon.com/p142.php  */

  a.menu, a.menu:visited {
    background-image: url("../menus/button1-s.gif"); 
    background-repeat: no-repeat; 
    display:block;  
    width:1.3em; 
    height:1.3em;     
    }
  a.menu:hover {
    background-image: url("../menus/button1-s-hover.gif");
    background-repeat: no-repeat; 
    display:block;  
    width:1.3em; 
    height:1.3em; 
    }
    
  a.menu:active {
    background-image: url("../menus/button1-s-click.gif");
    background-repeat: no-repeat; 
    display:block;  
    width:1.3em; 
    height:1.3em; 
    }
