﻿body {
	background-color: #CEE7FF;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 5px;
}

img {
	border: 0px;
}

div#placeholder {
	width: 768px;
	background-color: white;
	border: 1px solid black;
	margin-left: auto;
	margin-right:auto;
	margin-top: 10px;
}

h1 {
	font-size: large;
}

h2 {
	font-size: small;
	color: white;
	background-color: navy;
	padding: 3px;
	text-align:center;
}

.h2link {
	text-decoration:none;
	color: white;
}

#sidebar {
	width: 210px;
	padding: 5px;
	border-right: 1px dotted navy;
}

.current {
	background-color: navy; 
	color: white;
	font-weight:bold;
	font-size:large;
	padding: 2px;
}

.switch {
	font-size:x-small;
	background-color:#FFFF66;
	padding: 2px;
}

td {
	text-align:left;
	vertical-align:top;
}

.menulink {
	display: block;
	background-color: #CCFFCC;
	border: 1px green solid;
	padding: 3px;
	text-align:center;
	color: green;
	font-weight: bold;
	margin: 4px;
}

#copyright {
	margin-top: 20px;
	font-size: smaller;
}

.nostyle {
	color: #1E1E1E;
	text-decoration:none;
	
}

:hover.nostyle {
	color: gray;
}
