@charset "UTF-8";
#header {
	height: 200px;
	width: 780px;
}
.returnToTop {
	font-size: x-small;
	font-weight: normal;
}

#sideBarLeft {
	width: 169px;
	top: 215px;
	position: absolute;
	left: 0px;
	background-color: #000666;
	color: #FFFFFF;
	text-indent: 28px;
	text-align: left;
	background-position: 100%;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FF0000;
	height: 2000px;
	padding-top: 10px;
	background-repeat: repeat-x;
}

#sideBarRight {
	width: 199px;
	background-repeat: no-repeat;
	top: 215px;
	position: absolute;
	height: 639px;
	left: 580px;
	background-color: #FFFFFF;
}

#mainContent {
	height: 2000px;
	width: 591px;
	position: absolute;
	top: 214px;
	left: 177px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	margin-right: 10px;
	padding-right: 0px;
}
.mainTopics {
	font-weight: bold;
	color: #000066;
	font-size: medium;
}
.mainConcepts {
	font-size: large;
	color: #0000FF;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.underline {
	text-decoration: underline;
}
.linkCustom {
	font-weight: bold;
	color: #FFFFFF;
}
.linsStayBlue {
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}
a.content:link {
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}
a.content:visited {
	color: #000033;
}
a.content:hover {
	color: #FF0000;
}
a:link {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.content {
	color: #0000FF;
	text-decoration: underline;
}
#peggyRunning {
	width: 200px;
	height: 443px;
	position: absolute;
	right: 0px;
	top: 0px;
	float: left;
}
a.content:active {
	color: #FFFF00;
}
