body {
background-color: #008000;
background-image: url(tile.png); 
background-repeat: repeat; 
width: 620px; 
text-align: center; 
margin: auto;
} 

#container {
background-image: url(bg.png); 
background-repeat: repeat; 
width: 620px; 
text-align: center;
}

#topimg {
background-image: url(top.png); 
background-repeat: no-repeat;
width: 620px; 
height: 100px;
}

#bottomimg {
background-image: url(bottom.png); 
background-repeat: no-repeat; 
width: 620px; 
height: 80px;
}

#content {
padding-right: 35px; 
padding-left: 35px; 
text-align: justify; 
font-family: georgia,"times new roman",serif;
font-size: 12px; 
color: #000; 
line-height: 1.5em;
}

#navigation {
margin-top: 3px; 
text-align: center; 
font-family: georgia,"times new roman",serif; 
font-size: 11px; 
font-variant: small-caps; 
letter-spacing: 3px; 
color: #000; 
}

td {
text-align: left; 
font-family: georgia,"times new roman",serif;
font-size: 12px; 
color: #000; 
}

th {
text-align: left; 
font-family: georgia,"times new roman",serif;
font-size: 12px; 
color: #000; 
font-weight: bold;
}

input, select, textarea {
background-color: #C0FFC0; 
color: #000;
font-family: georgia,"times new roman",serif;
font-size: 11px; 
border: solid 1px #080000; 
padding: 1px; 
}


h1 {font-size: 16px; font-variant: small-caps; font-weight: bold; letter-spacing: 3px;}
h4 {font-size: 16px; font-variant: small-caps; font-weight: bold; letter-spacing: 3px;}
a {color: #b22222; font-weight: bold; text-decoration: none;}
a:hover {color: #008000; font-weight: bold; text-decoration: none; border-bottom: 1px dotted #b22222;}
a.menu {color: #000; font-weight: normal; text-decoration: none;}
a.menu:hover {color: #b22222; text-decoration: none; font-weight: normal; border: none;}
img {border: none;}

