body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	color: black;
	background-color: #F0F0F8;
	background-position: -60px 0;

	margin: 0;
	padding: 0;
}

#Content {
	margin: 10px;
}

#TopBar {
	visiblity: collapse;
	display: none;
	overflow: none;
	height: 0;
}

#SidebarA {
	visiblity: collapse;
	display: none;
	overflow: none;
	height: 0;
}

#SidebarB {
	visiblity: collapse;
	display: none;
	overflow: none;
	height: 0;
}

#FooterBar {
	visiblity: collapse;
	display: none;
	overflow: none;
	height: 0;
}

a,a:link, a:active, a:visited {
	color: #0000FF;
        background-color: transparent;
	text-decoration: underline;
	border: 0;

}

.entry {
	font-family: Verdana, Arial, sans-serif;
	font-size: 83%;

	color: black;
        background-color: #99AACC;

	border-color: #2D5893;
	border-width: 0.2em;
	border-style: solid;
}

b {
	font-weight: bold;
        background-color: transparent;
}
hr {
	color: #006699;
        background-color: transparent;
}
ul li {
	text-align: justify;
	list-style: disc;
	
}
ol li {
	text-align: justify;
	list-style: decimal;
	
}

td {
	font-size: 83%;
	vertical-align: top;
	text-align: Justify;
}
code {
	color: #696969;
        background-color: transparent;
}
acronym {
	cursor: help;
}
div {
	text-align: left;
}
img {
	border-width: 0px;
}

h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 250%;
	font-weight: normal;
	color: #2D5893;
        background-color: transparent;
	text-align: center;
}

h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 150%;
	color: #2D5893;
        background-color: transparent;

	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
	border: 0em;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #2D5893;
        background-color: transparent;

	margin-bottom: 0em;
	padding: 0em;
	border: 0em;
}

.SubHeader {
	font-size: 150%;
	color: #2D5893;
        background-color: transparent;
}
.Heading {
	font-size: 100%;
	font-weight: bold;
	color: #2D5893;
        background-color: transparent;
}

.GreyText {
	font-weight: normal;
	text-align: center;
	color: #696969;
        background-color: transparent;
}      

.BlueText {
	font-weight: normal;
	color: #2D5893;
        background-color: transparent;
}

.TOC-Navigation {
	font-size: 80%;
	color: black;
	background-color: #99AACC;
	padding: 0.2em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	border-width: 0.15em;
	border-color: steelblue;
	border-style: solid;
}

.TOC {
	font-size: 80%;
	font-weight: normal;
	width: 50%;
	color: black;
        background-color: #99AACC;
	padding: 1em;
	border-width: 0.2em;
	border-color: steelblue;
	border-style: solid;
}
.TOC ul {
	margin-top: 0.2em;
	margin-left: 3em;
}
.TOC ul li {
	font-size: 95%;
	margin-top: 0.1em;
}


.LinkHolder {
	text-align: Left;
}
.ContentNarrow {
	margin-left: 2em;
	margin-right: 3em;
}
.ContentJustify {
	text-align: justify;
}


.SiteInfo {
	width: 100%;
	margin-right: 1em;
	text-align: justify;
}

div.SideBox {
	float: right;
	width: 150px;

	background-color: #D0D8E8;
	color: black;

	font-size: 10px;
	text-align: left;

	margin: 0;
	padding: 0;

	border: 2px solid #2D5893;
}
div.SideBox div {
	float: none;

	padding: 0.2em;
	padding-top: 0.25em;
	padding-bottom: 1em;
}
div.SideBox h2 {
	float: none;
	width: 100%;

	background-color: #2D5893;
	color: aliceblue;

	font-size: 150%;
	text-align: center;
	font-weight: bold;

	margin: 0em;
	margin-top: -0.1px;
	padding-top: 0em;
	padding-bottom: 0.2em;
}

div.SideBox div h3 {
	float: none;

	background-color: transparent;
	color: steelblue;

	font-size: 100%;
	text-align: left;
	font-weight: bold;

	margin: 0em;
}

#Copyright {
	padding-top: 20px;

	font-size: 9px;
	font-weight: normal;
	text-align: left;
} 

.Indent {
	position: relative;
	left: 3em;
}
