* {
  margin:0;padding:0;
}

BODY {
  background-color : #EFEFEF;
  /*font-family :  Verdana, Helvetica, sans-serif;*/
  font-family: "Bookman old style", "Palatino","Georgia","Baskerville",serif;
  min-width : 60em;
  border-top:4px solid #FFFFFF;
}



/**************************
   Positioning
   **************************/
.wrapper {
	margin:0 auto;
	width:60em;

}

DIV#Header{
	height: 6em;
}

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

DIV#SiteTools {
	background:none repeat scroll 0 0 #FFFFFF;
	-moz-border-radius-bottomleft: .5em;
	-moz-border-radius-bottomright: .5em;
	float:right;
	padding:4px;
}

DIV#main{
	margin:1em 0 2em;
	display: block;
}

DIV#Content {
	display:inline;
	float:right;
	text-align:left;
	width:49em;
	background:none repeat scroll 0 0 #FFFFFF;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #DDDDDD;
	margin-bottom:1em;
	-moz-border-radius: .5em;
}

DIV#Menu {
	display:inline;
	float:right;
	padding:0 2em 1em 0;
	text-align:left;
	voice-family:inherit;
	width:7em;
}


#Header .pageHeading{
	font-size: 2.5em;
	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#RightCol {
  position : relative;
  left : 3em;
  top : 1.5em;
  float : right;
  clear : none;
  width : 12em;
}

DIV#Footer {
	clear: both;
	width: 100%;
	padding-left: 12em;
	line-height:1.8em;

}

/***********************************
 Site Tools Formatting
 *************************************/
 
UL.SiteTools{
  list-style : none;
  font-weight : bold;
  font-size : 0.8em;
}

UL.SiteTools Li {
  display : inline;
  margin : 12px;
}

UL.SiteTools Li A {
  color : black;
  text-decoration : none;
}

/***********************************
  Menu Formatting 
  ***********************************/

DIV #Menu {
	font-family :  Verdana, Helvetica, sans-serif;
}

DIV#Menu UL {
	list-style : none;
	font-size: 1em;
	color : black;
}


LI.active{
  font-weight : normal;
}

LI.normal{
  font-weight : normal;
}

LI.current {
  font-weight : bold;
}

UL.Menu1 Li {
  padding-top: .5em;
  padding-bottom: .25em;
  border-bottom : 1px dashed rgb(100,100,100);
}


UL.Menu2 Li {
  font-size: 0.9em;
  border: none;
  color : #005AC0;
  padding-top: .1em;
  padding-bottom: .1em;
}


UL.Menu2 {
  margin-left : 1em;
}

DIV#Menu A {
  text-decoration : none;
  color : inherit;
}


/***********************************
   Content Formatting 
  ***********************************/
DIV#Content {
	border-width : 2px 1px 1px 1px;
	border-color : rgb(190,190,190);
	border-style : solid;
	padding-left : 1em;
	padding-right: 0.5em;
}

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);
}

A:Hover {
  font-weight : bold;
}

A:Visited {
  text-decoration : none;
}

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;
}

/***********************************
   Right Column Formatting 
  ***********************************/
DIV#RightCol{
  border-width : 2px 6px 1px 1px;
  border-color : rgb(190,190,190);
  border-style : solid;
}


/***********************************
   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;
}

