body,th,td,div,p,h1,h2,li,dt,dd {
 font-family: Tahoma, "Gill Sans", Arial, sans-serif;
}

body {
 margin: 0px;
 color: #333333;
 background-color: #ffffff;
}

#indent {
 padding-left: 30px;
}
/* front page stuff */

#feature {
 height: 50px;
 width: 100%;
 color: #000000;
 background-color: #e6debd;
 background-repeat: no-repeat;
 background-position: top left;
 border: none;
 /* this bottom border is necessary to work around an opera 6 bug */
 border-bottom: 1px solid #e6debd;
}

#feature td, #feature td p {
 color: #000000;
 font-size: 12px;
}
#feature td p {
 padding-bottom: 0px;
 margin-bottom: 0px;
}
#feature td h1 {
 font-size: 36px;
 font-family: Arial;
}
#feature a {
 text-decoration: none;
 font-weight: bold;
 color: #000000;
}
#feature a:hover {
 text-decoration: underline;
}

#feature #about p {
 margin: 4px 0px;
}

/*/*/a{}
#links {
 padding: 0px;
 border-spacing: 0px;
}

#content {
 margin: 20px 20px;
}
#content .item {
 margin-bottom: 0px;
 font-size: 12px;
}
#content .item h2 {
 margin-bottom: 0px;
 font-size: 14px;
}
#content .item h2 a:link {
 color: #333333;
 text-decoration: none;
}
#content .item h2 a:visited {
 color: #333333;
 text-decoration: none;
}
#content .item h2 a:hover {
 color: #1177cc;
 text-decoration: underline;
}

#content .item p {
 font-size: 12px;
 margin-top: 0px;
 margin-bottom: 0px;
}
#content .item p img {
 float: right;
}

#content .item .details {
 font-size: smaller;
 margin-top: 4px;
}

#prefooter {
 font-size: smaller;
 clear: both;
 border: none;
 background: #ffffff;

 margin-top: 10px;
 padding-left: 30px;
 padding-top: 1px;
 padding-bottom: 10px;
 border-top: 2px solid #335599;
 border-bottom: 2px solid #335599;
}

#footer {
 font-size: smaller;
 clear: both;
 border: none;
 background: #ddeeee;

 margin-top: 20px;
 padding-left: 30px;
 padding-top: 10px;
 padding-bottom: 10px;
}

#footer a:link {
 color: #666666;
}
#footer a:active, .footer a:hover {
 color: #005599;
}
#footer a:visited {
 color: #aaaaaa;
}

