body {
	font-family: Verdana, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	font-size: small;
	background-color: #FFFFFF;

}

a:link {
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}

a:visited {
font-weight: bold;
	color: #444444;
	text-decoration: none;
}	
/* a:hover must always be after a:link and a:visited to work after link is visited */
a:hover {
	font-weight: bold;
	color: #555555;
	text-decoration: underline;
	
	}

h1 {
	color:#663300;
	font-size: 200%;
	}

h2  {
	color:#663300;
	font-size: 150%;
	font-style: italic;
	}

ol {
	color: #663300;
	background-color: #FF9900;
	padding: 10px;
	margin: 10px;
	font-size: 70%;
	border: 1px solid #ffffff;
	list-style-type: square;
	}
	
li {
	list-style-image: url(../graphics/listimage.jpg);
	list-style-position: inside;
	border-bottom: 1px solid #663300;
	}
	
	
	
td {
	font-family: Verdana, Helvetica, sans-serif;
}

th {
	font-family: Verdana, Helvetica, sans-serif;
}


.header {
	background-image: url(img/sksk_hor.gif);
	position: absolute;
	align: left;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	height: 61px;
	width: 414px;
	z-index: 1000;
}
/* The header is two pieces, so that the vert line background expands to fill the width of the page.  
The z-index of this part of the header is less than the foreground graphic of the header, so that it shows up in back*/

.header span {
visibility: hidden;
font-size: small;
}
	
.headerbackground {
	background-image: url(../graphics/background-top.jpg);
	background-repeat: repeat-x;
	position: absolute;
	align: left;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 66px;
	width: 100%;
	z-index: 999;
	}
	
.topNav {
	background-color: #663300;
	font-size: 80%;
	color: #FFFFFF;
	top: 66px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 14px;
	background-image:url(../graphics/endingTopNavGraphic.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 10px;
	}	
	
.topNav a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
	
.topNav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
	
.topNav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}

	
.sideNav {
	background-color: #ddcc99;
	font-size: 80%;
	color: #630;
	top: 80px;
	left: 8px;
	position: absolute;
	width: 120px;
	background-image:url(../graphics/sidenavbackground.jpg);
	background-repeat: repeat-y;
	padding: 10px;
	border-bottom: 1px dashed #ff9900;
	}	
	
.sideNav a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
	
.sideNav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
	
.sideNav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
.container {
	padding: 10px;
	border: 1px dashed #663300;
	position: absolute;
	top: 82px;
	left: 100px;
	width: 84%;
  }



.contentA {
	padding: 0px 10px 10px 10px;
	border: 1px solid #663300;
	color: #333333;
	background-image: url(../graphics/background_gradation.png);
	background-position: top;
	background-repeat: repeat-x;
	vertical-align: top;

	}
	
.contentA p:first-line {
	font-weight: bold;
	}
	

	
.contentA p:first-letter {
	font-family: Times New Roman, Times, Serif;
	font-size: 300%;
	color: #FF9900;
	vertical-align: baseline;
	background-color: #ffffff;
	border: 1px solid #ff9900;
	visibility: visible;
	padding: 1px;
	}
	
.contentB {
	font-size: 90%;
	padding: 0px 10px 10px 10px;
	color: #333333;
	background-position: top;
	background-repeat: repeat-x;
	vertical-align: top;

	}
	

.floatleft {
	float: left;
	padding: 3px;
	border: 1px solid #ff9900;
	margin: 10px 10px 10px 0px;
	background-color: #FFFFFF;
	display: inline;
	}
	
.floatright {
	float: right;
	padding: 3px;
	border: 1px solid #ff9900; 
	margin: 10px 0px 0px 10px;
	background-color: #FFFFFF;
	display: inline;
	}
	
.clear {
clear: both;
}

blockquote {
	font-family: Times New Roman, Times, Serif;
	font-style: italic;
	text-size: 100%;
	border: 1px solid #663300;
	padding: 20px;
	margin: 20px;
	background-color:#Ffffff;
	background-image: url(../graphics/background_gradation.png);
	clear: both;
	}

	
