* {
  margin:0;padding:0;
}

BODY {
  background-color : white;
  font-family: "Bookman old style", "Palatino","Georgia","Baskerville",serif;
}



/**************************
   Positioning
   **************************/

DIV#Header{
	height: 6em;
}

DIV#Claim {
	color: black;
	float:left;
	font-family:georgia,times,serif;
	font-size:.75em;
	margin:2em 0 0 2em;
}

DIV#SiteTools {
	display: none;
}



DIV#Content {
	display:inline;
	margin-bottom:1em;
}

DIV#Menu {
	display:none;
}


#Header .pageHeading{
	font-size: 2em;
	font-family: "Bookman Old Style", "Palatino","Georgia","Baskerville",serif;
	margin: 20px 0 0 10px;
	float: left;
	color : #005AC0;
	font-weight: bold;
}

#Header A {
	color : inherit;
}

#Header a:link{
	color: inherit;
	text-decoration: none;
}


DIV#Footer {
	border-top: 1px solid black;
	clear: both;
	width: 100%;
	line-height:1.8em;
}


/***********************************
   Content Formatting 
  ***********************************/

H1 {
  font-size : 2em;
  color : #005AC0;
  margin-top: 0.75em;
}

H2 {
  font-size : 1.5em;
  color : black;
  margin-top : 0.5em;
}

H3 {
  font-size : 1.25em;
  color : black;
  margin-top : 0.33em;
}

H2 A {
  color: inherit;
  text-decoration: inherit;
}

A {
  color : rgb(123,0,6);
}

DIV#Content UL {
  list-style-type : square;
  list-style-position : inside;
}

DIV#Content LI UL {
  list-style-type : circle;
  margin-left: 1em;
}

P {
  margin-top : 0.25em;
  margin-bottom : 0.25em;
}

TABLE {
  margin-top : 0.5em;
  margin-bottom : 0.5em;
  border-collapse : collapse;
  border-bottom : 1px solid black;
  border-top : 1px solid black;
}

THEAD {
  background-color: #EFEFEF;
  font-weight : normal;
  color : #005AC0;
}

TH {
  border-bottom: 1px solid black;
  font-weight : inherit;
  text-align : left;
  padding-top : 0.2em;
  padding-bottom : 0.3em;
  padding-left: 0.2em;
  padding-right : 1em;
}

TD {
  border-top : 1px solid black;
  padding-left : 0.2em;
  padding-right : 1em;
}

DT {
	font-weight: bold;
	color : #005AC0;
}

DT A {
	color: inherit;
}

DD {
	margin-bottom: 1em;
}

/***********************************
   Footer Formatting 
  ***********************************/
DIV#Footer {
  font-size : .8em;
}

DIV#Footer SPAN {
  border : 1px solid blue;
}

DIV#Footer SPAN.left {
  float : left;
}

FIV#Footer Span.right {
  float : right;
}

