body {
background-image: url(img/background.png);
background-color: #FFFFFF;
background-repeat: no-repeat;
padding-left: 40px;
padding-right: 40px;
font-size: 100%;
color: #000000;
text-align: left;
}

a:active { color: #ff0000 }
a:link { color: #2B60DE }
a:visited { color: #000080 }

h1 {
	font-size: 105%; 
	font-weight: bold;
	text-align: left;
}

h2 {
	font-size: 105%; 
	font-weight: bold;
	text-align: left;
}


.indent {
	text-indent: 15px;
}

/* CSS Tabs */
#navlist {
	  padding: 3px 0;
        margin-left: 0px;
	  border-bottom: 1px solid #778;
	  font: bold 12px Verdana, sans-serif;
	  white-space: nowrap;
}



#navlist li {
        list-style: none;
        margin: 0;
	  display: inline;
}


#navlist li a {
        padding: 3px 0.5em;
        margin-left: 3px;
        border: 1px solid #778;
        border-bottom: none;
        background: #e9effc;
        text-decoration: none;
}


#navlist li a:link { color: #2B60DE; }
#navlist li a:visited { color: #000080; }

#navlist li a:hover {
        color: #000;
        background: #bacffc;
        border-color: #227;
}


#navlist li a#current {
	  color: #000000;
        background: white;
        border-bottom: 1px solid white;
}

#sublinks {
	text-align: left;
	padding-bottom: 30px;
	font: bold 12px Verdana, sans-serif;
	 
}

#sublinks a {
	white-space: nowrap;
	
}


