@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #1B1B1B;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}

/* Links */

a:link {
   color: #CC2222;   /*  #C91F16  */
}
a:visited {
   color: #BB7700; // #EEAD00;
}
a:hover, a:active {
   color: #EE9999;   /*  #CC6666  */
}
img.center {
	display: block; margin: 0 auto;
}
h1.smallcaps, h2.smallcaps, h3.smallcaps, h4.smallcaps {
font-variant:small-caps;
}
p.xxsmall {
font-size: xx-small;
}
hr.blue {
   color: #8AF;
   background-color: #8AF;
   width: 700px;
   border: 0px;
   height: 2px;
   text-align: center;
   padding: 0pt; /* 10pt or 12pt if not */
}

/* +++++++++++++++++++++++++++++++++++++++++++++++ */
/* ID Definitions */

#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #222;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container1100 {
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #222;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container1200 {
	width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #222;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #000; 
	padding: 0 10px 0 10px;  /* t,r,b,l  -  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* tb, rl - using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #000;
}
#header p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 30px; /* tb, rl - padding on this element will create space, just as the margin would have, without the margin collapse issue */
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-size: small;
}
#mainContent {
	padding: 0 40px; /* tb, rl - remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #222;
	color: #AAA;
	font-size: small;
} 
#mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this not necessary as that also avoids the margin collapse */
	padding: 10px 0 0px 0;     /* t,r,b,l  -  margin is outside space */
	font-size: x-large;
	color: #0BF;
} 
#mainContent h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this not necessary as that also avoids the margin collapse */
	padding: 10px 0 0px 0;     /* t,r,b,l  -  margin is outside space */
	font-size: large;
	color: #0BF;
} 
#mainContent h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this not necessary as that also avoids the margin collapse */
	padding: 10px 0 0px 0;     /* t,r,b,l  -  margin is outside space */
	font-size: medium;
	color: #0BF;
} 
#mainContent h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this not necessary as that also avoids the margin collapse */
	padding: 10px 0 0px 0;     /* t,r,b,l  -  margin is outside space */
	font-size: mall;
	color: #0BF;
} 
#footer {
	padding: 0 10px; /* tb, rl - this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#111111;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 30px; /* tb, rl - padding on this element will create space, just as the margin would have, without the margin collapse issue */
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-size: small;
}
#smallfooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 30px; /* tb, rl - padding on this element will create space, just as the margin would have, without the margin collapse issue */
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-size: xx-small;
}



/* Tables */

table {
   margin-top: 10px;
   margin-bottom: 10px;
} 

table.datataballcenter {
   text-align: center;
}

table.datatab, table.datataballcenter {
   border: 1px solid #666666;
   margin-bottom:15px;
   font-size: 10pt;
   vertical-align: top;
   text-align: center;
}

table.datatab thead tr td, table.datataballcenter thead tr td { 
   background:#000;
   color:#0BF;
   font-weight:bold;
   padding: 3px 8px;   /* tb, rl  -  padding is inside space */
   border-left: 1px solid #aaa;
   vertical-align: top;
   text-align: center;
}

table.datatab thead tr.subhead td, table.datataballcenter thead tr.subhead td { 
   background:#99CCFF;
   color:#000;
   font-weight:normal;
   padding: 3px 8px;   /* tb, rl  -  padding is inside space */
   border-left: 1px solid #aaa;
   vertical-align: top;
   text-align: center;
}

table.datatab thead tr.theading td, table.datataballcenter thead tr.theading td { 
   background:#99CCFF;
   color:#000;
   font-weight: 700;
   font-size: 18pt;
   text-decoration: underline;
   padding: 3px 8px;   /* tb, rl  -  padding is inside space */
   border-left: 1px solid #aaa;
   vertical-align: top;
   text-align: center;
}

table.datatab tbody tr td, table.datataballcenter tbody tr td {
   font-size: 10pt;
   padding: 3px 8px;   /* tb, rl  -  padding is inside space */
   border-left: 1px solid #D9D9D9;
   vertical-align: top;
}

table.datatab tbody tr.odd td, table.datataballcenter tbody tr.odd td {
   background-color: #333;
   vertical-align: top;
}
.APcenter8 {
   text-align: center;
   font-size: 8pt;
   padding:1px;
}
