body {
	margin:0px;
	padding:0px;
	background: #99ccff;
}

#screen {
	background-color: #99ccff;
	width: 100%;
}

#logo {
	background:#FFFFFF;
	position:absolute;
	top:10px;
	left:14px;
	width:101px;
	height:44px;
}

#toc {
	background:#000099;
	color:yellow;
	position:fixed;		/* this keeps navigation column fixed while content scrolls */
	left:10px;
	width:130px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: solid yellow 3px;
	}

#content {
	margin-left: 15%;
}

#toc a, #toc a.visited {
	display:block;
	border:none;
	color:yellow;
	background-color:#000099;
	width:100px;
	font-weight:bold;
	text-align: center;
	margin: 0px 14px 0px 14px;
	text-decoration: none;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#toc a:hover {
	border:none;
	background-color:yellow;
	color:#000099;
	text-align: center;
	margin: 0px 14px 0px 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#toc a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.panel	{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:black;
	position:relative;
	left:104px;
	top:10px;
	width:586px;
	border:1px solid #000099;
	padding:15px;
	background-color:#fffff0;
}

.sidepanel {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:black;
	position:relative;
	float:right;
	width:15%;
	border:1px solid #000099;
	padding:15px;
	background-color:#fffff0;
	padding:2px;
}

.panelhead {
	font-weight:bold;
	text-decoration:underline;
}

.linkhead {
	font-weight:bold;
	text-decoration:none;
}

.freetext	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
}

#current a, #current a:hover {
	color:#cccccc;
	background-color:#000099;
	font-weight:bold;
	}
	
a, a:visited {
	color:#000099;
	font-weight:bold;
	text-decoration:none
}

a:hover {
	color:#0066FF;
}

a:active {
	color:#CC0000;
}

h1 {
	font-size: x-large;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size:large;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size:medium;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font-size:small;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	font-size:x-small;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr {
color: #000099;
}

.dlbutton, .dlbutton:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: yellow;
	background-color: #000099;
	font-style: italic;
	width: 100px;
	border: solid #000099 2px;
	padding: 5px;
	position: relative;		/* These 2 lines were added as a work-around to forde IE7 to display */
	top: -1px;				/* the top border - suggested as a solution to a similar problem by  */
}							/* "Medyman" in the Dynamic Drive forumsL http://tinyurl.com/57k3db. */

.dlbutton:hover {
	color: #000099;
	background-color: yellow;
}
