/* This CSS was stolen from someones hopepage, but I lost track of it */
/* $Id: style.css,v 1.2 2005/01/15 16:43:20 svan Exp $ */
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
}

#heading {
	font-size: large;
	font-weight:600;
	margin-bottom: 10px;
	padding-left: 10px;
	
	border-style:solid;
	border-color:black;
	border-width:1px 0;
    background-color: #eeeeee;
}

#leftcol {
    font-size: 0.8em;
    float: right;
    left: 80%;
    width: 15%;
}


.menu
{
    /*border: 1px dotted #ee6000; */    
	/* border:1px dashed #999; */
	border:1px solid #aaaaff;
	margin-bottom: 10px;
    background-color: #eee;
	font-size: Small;
}

.menu a {
	display: block;
	border-top: 1px solid #C7C7BC;
}

.menu a:hover{
	background-color: #dddddd;
}

.menu ul {
    list-style: none;
    margin: 10px 0 10px 0;
    padding: 0 0 0 10px;
    line-height: 1.5em;
}

.banners {
    text-align: center;
}


#content
{
    line-height: 1.3em;
    font-size: 0.9em;
    width: 75%;
    float: left;
    padding-left: 10px;
    margin-bottom: 10px;
}

#content p {
    margin-top: 0;
    margin-bottom: 1.5em;
}

#footer
{
    text-align: center;
    border: 1px solid #aaaaff;
    background: #eeeeee;
	margin-bottom: 10px;
	padding-left: 10px;
}


a:link
{

}

a:visited
{
    color:#000;
}

a:hover
{
    text-decoration: none;
}

a.name:hover
{
    text-decoration: none;
    color: #000;
}
h1 {
   font-size: 1.3em;
   margin-top: 1.9em;
   font-family: Serif;
   border:1px solid #aaaaff;
   padding: 1% 0 1% 1%;
   background: #eeeeee;
}

h2 {
   font-size: 1.1em;
   margin: 0 0 0 0;
   padding: 0.5em 0 0.5em 0;
   font-family: Serif;
}



h3 {
   font-size: 1.1em;
   margin-bottom: 0;
}
