﻿/* TAG STYLES */
body {
	background:#CACACA url("Content.jpg") top left repeat fixed;
	font-family:sans_serif;
	font-size:12pt;
	margin:0;
	padding:0;
	color:black;
}
a {
	text-decoration:none;
}
dd {
	width:50em;
}
/* -------------- */


/* ID STYLES */
#content {
	width:95%;
}
#content ul {
	list-style-type:disc;
}
#contentcontainer {
	float:left;
	margin-left:140px;
	margin-top:90px;
}
#heading_div {
	background:#190401 url("Heading.jpg") top left repeat-x;
	height:81px;
	width:100%;
	color:white;
	font-size:1.8em;
	font-weight:bold;
	position:fixed;
	left:0;
	right:0;
	z-index:1;
}
#innerheading_div {
	text-align:center;
	margin:0 auto;
  width:85%;
	padding-top:0.8em;
	letter-spacing:0.1em;
	word-spacing:0.3em;
}
#navcontainer_div {
	float:left;
	width:126px !important;
}
#nav_div {
	color:white;
	margin-top:0;
	padding-top:1em;
	padding-left:0.3em;
	background:#190401 url("Nav.jpg") top left repeat-y;
	position:fixed;
	bottom:0;
	top:0;
	z-index:0;
}
#nav_div a {
	color:#888;
	padding:0.5em;
	text-decoration:none;
}
#nav_div li {
	text-align:left;
	margin-left:1.5%;
	padding-top:0.5em;
	padding-bottom:1.5em;
}
#nav_div ul {
	list-style-type:none;
	margin:0;
}
#topleft_div {
	background:#190401 url("Top Left.jpg") top left no-repeat;
	width:126px;
	height:81px;
	float:left;
}
/* -------------- */


/* CLASSES */
.Bold {
	font-weight:bold;
	color:#DDD;
}
.CenterContentAndText {
	margin:0 auto;
	text-align:center;
}
.Code {
	font-family: courier new, monospace;
	white-space:normal;
	margin-left:2em;
}
.CS_Keyword {
	color:#00B;
}
.CS_Type {
	color:#06F;
}
.FakeLink {
  color:blue; 
  cursor:pointer;
}
ul.FirstPadding {
	padding-left:0.28em;
	padding-top:90px;
}
.HoverLink {
}
.InactiveHoverLink {
	color:#555 !important;
	cursor:default;
}
.Indent {
	margin-left:2em;
}
.IndentInline {
	display: inline-block;
	margin-left:1.5em;
}
.Indent2xInline {
	display: inline-block;
	margin-left:3em;
}
.Italics {
	font-style:italic;
}
.ListLeft {
	float:left;
	clear:left;
	width:11em;
}
.ListRight {
	float:left;
	clear:right;
	width:30em;
	margin-left:1em;
}
.ListLeftMed {
	float:left;
	clear:left;
	width:9em;
}
.ListRightMed {
	float:left;
	clear:right;
	width:38em;
	margin-left:1.0em;
}
.ListLeftSmall {
	float:left;
	clear:left;
	width:5em;
}
.ListRightSmall {
	float:left;
	clear:right;
	width:40em;
	margin-left:1.0em;
}
.Logo {
  float:left; 
  padding-left:5px; 
  padding-top:5px; 
  opacity:0.5;
}
.Logo:hover {
  opacity:1.0;
}
.MainList dd {
	margin-bottom:2.2em;
}
.MainList dt {
	text-decoration:underline;
}
.Note {
	font-size:0.7em;
}
.CurrentPageHoverLink {
	color:#CCC;
	padding:0.5em;
}
.StatusList {
	display:inline;
	list-style-type:none;
	color:#555;
	margin:0;
	padding:0;
}
.StatusList li {
	display:inline;
	padding-right:0.6em;
}
.StatusList .Current {
	color:#A44;
}
.SubList dd {
	margin-bottom:1.3em;
}
.SubList dt {
	text-decoration:none;
}
.Underline {
	text-decoration:underline;
}
/* -------------- */


/* PSEUDO-CLASSES */
.HoverLink a:hover {
	color:#A84 !important;
	cursor:pointer;
	text-decoration:underline !important;
}
/* -------------- */