 
body {
background-color: #cedce4; 
background-image: url(tile000.jpg); 
background-repeat: repeat; 
width: 670px; 
text-align: center; 
margin: auto;
} 

#container {
background-color: #fff; 
background-image: url(bkg.jpg); 
background-repeat: repeat; 
width: 670px; 
text-align: center;
}

#headerimg {
background-image: url(top.jpg); 
background-repeat: no-repeat; 
width: 670px; 
height: 290px; 
text-align: center; 
}

#footerimg {
background-image: url(bottom.jpg); 
background-repeat: no-repeat; 
width: 670px; 
height: 40px; 
text-align: center; 
}

.navigation {
font-family: georgia, "Times New Roman", serif; 
font-size: 10px; 
letter-spacing: 2px; 
margin-top: 0;
margin-bottom: 0;
text-align: right; 
padding-right: 15px;
color: #1d507e; 
}

#content {
font-family: georgia,"Times Roman",serif; 
font-size: 11px; 
line-height: 1.5em; 
margin-top: 0;
padding-left: 20px; 
padding-right: 20px; 
color: #1d507e; 
text-align: justify; 
}

td {
font-family: georgia,"Times Roman",serif; 
font-size: 11px; 
line-height: 1.5em; 
color: #1d507e; 
text-align: justify; 
}

th {
font-family: georgia,"Times Roman",serif; 
font-size: 11px; 
color: #1d507e;
font-weight: bold; 
text-align: left;
}

h1 { 
font-family: georgia,"Times New Roman",serif; 
font-size: 14px; 
color: #1d507e; 
font-weight: bold; 
letter-spacing: 5px; 
margin: 0;
} 

.footertext {
font-family: georgia,"Times New Roman",serif;  
font-size: 10px; 
text-align: center; 
letter-spacing: 2px; 
color: #1d507e; 
padding-bottom: 5px; 
text-decoration: overline; 
}

a:link {
color: #993366;
text-decoration: none; 
}

a:visited {
color: #993366;
text-decoration: none; 
}

a:hover {
color: #660066;
text-decoration: none; 
border-bottom: 1px dotted #6699cc; 
}

a:active {
color: #993366;
text-decoration: none; 
}

a.menu:link {
color: #1d507e; 
text-decoration: none; 
}

a.menu:visited {
color: #1d507e; 
text-decoration: none; 
}

a.menu:hover {
color: #660066; 
text-decoration: none; 
border-bottom: none; 
}

a.menu:active {
color: #1d507e; 
text-decoration: none; 
}

input, select, textarea, option {
background-color: #f5f5f5; 
color: #660066;
font-family: georgia, "Times New Roman", serif; 
font-size: 11px; 
border: 1px solid #1d507e; 
padding: 1px; }


