a.sidebar:link {
	color: black;
}
a.sidebar:hover {
	color: #0000FF;
	font-weight: bold;
}
a.sidebar:active {
	color: red;
	font-weight: bold;
}
a.sidebar:visited { color: black}
a.sidebar:visited:hover { color: #0000FF}
a:link { color: #0000FF}
a:hover {
	color: red;
	font-weight: bold;
}
a:active {
	color: white;
	font-weight: bold;
}
a:visited { color: #006699}
a:visited:hover { color: #0000FF}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	text-align: center;
	text-indent: 3pt;
	height: 100%;
	width: 175px;
	position: absolute;
	left: 10px;
	top: 10px;
	right: 175px;
	bottom: 100%;

}
.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E9E9E9;
	margin: 5px;
	padding: 10px;
	position: absolute;
	left: 196px;
	top: 115px;
	border: thin solid #666666;


}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #6699CC;
	position: absolute;
	left: 195px;
	top: 10px;
	margin: 10px;
	padding: 10px;
	width: 66%;


}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-decoration: underline;
	width: 100%;

}
.smalltitle {
	font-size: large;
	color: #666666;
}
.cmdtxt {
	font-family: "Courier New", Courier, mono;
	background-color: #FFFFFF;
	font-size: 11px;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bootbg1.jpg);
	background-repeat: repeat-y;


}
