/*
Themes for different pages:
*/
body.homepage {
	background: #ffeeaa;
	font-family: arial, sans-serif;
	font-size: small;
}

body.homepage h2 {
    font-size: large;
    font-style: italic;
    font-weight: bold;
    font-family: arial, sans-serif;
}

td.homepage_sidebar {
    /* background: #ddcc88; darker */
    background: #ffffbb;
}

/* Navigation Bar */

tr.navbar a {
	color: black;
	text-decoration: none;
}

tr.navbar a:hover {
	text-decoration: underline;
}

tr.navbar td {
	font-family: arial, sans-serif;	

	font-weight: bold;
	font-size: 10pt;
	
	padding: 4pt;

	background-color: #eeeeee;
}

/*
   Generic Page 
*/
html { 
       margin: 0pt;
       padding: 0pt;
 }
body { 
       margin: 0pt;
 }

.center {
    text-align: center;
}

hr {
    background-color: #ffdd99;
    height: 5px;
    border-style: none;
}

/* stop allowing image links to have borders */
img { 
    border-style: none;
 }

#wp-counter {
    visibility: hidden;
}


/* Generic tables */

td, table {
	border-style: none;
}

