/* CSS Document */

body {
font:12px "lucida grande","trebuchet ms","lucida sans",helvetica,sans;
margin:0px;
background:url(../images/background.jpg) repeat-x;
}

a {
color:black;
text-decoration:underline;
}

.table a:link {
text-decoration:underline;
color:black;
}

.table a:visited {
text-decoration:underline;
}
.table a:hover {
text-decoration:none;
}

.header {
padding-top:1px;
background:url(../images/header.jpg) no-repeat;
width:970px;
height:81px;
}

.time {
position:realtive;
margin-top:5px;
margin-left:100px;
}

.searchbox {
padding-top:6px;
background:url(../images/searchbox.jpg) no-repeat;
width:340px;
height:41px;
font-size:12px;
color:white;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
}

.topnav {
padding-top:1px;
}

.leftcolumn {
}

.leftcolumn td{
border:2px;
border-color:#999999;
color:black;
width:392px;
padding:2px;
background:white;
text-align:left;
}

.leftcolumnupdated {
color:#333333;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
font-weight:bold;
background-color:#F1EADF;
}

.centercolumn {
text-align:left;
}

.rightcolumn {
}
  
li {
  list-style: none;
  background-image: url(../images/bullet.gif);
  background-repeat: no-repeat;
  padding-left: 20px;  /* space for the image */
  padding-bottom:8px;
  text-align:left;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  size:12px;
  font-weight:bold;
}  

li a:link, a:visited, a:active {
color:#9B6D0F;
text-decoration:underline;
}

li a:visited {
color:#9B6D0F;
text-decoration:underline;
}

li a:hover {
text-decoration:none;
} 

.topnav {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
background:#EFEBE;
height:34px;
border-bottom:groove;
}

.topnav td {
border-right:#000000;
}

.topnav a:link, a:visited, a:active{
color:black;
text-decoration:none;
}

.topnav a:hover {
text-decoration:underline;
}

.footer {
background:#EAA825;
}

.thankyou a:link {
text-decoration:underline;
}

.thankyou a:visited {
text-decoration:underline;
}

.thankyou a:hover {
text-decoration:none;
}

.snippets {
font-size:10px;
}

.snippets a {
color:black;
text-decoration:underline;
}