BODY {
background-color:White;
color :Navy;
font-family:Arial, sans-serif;
font-size: 75%;
}
		
#TopBox{
  	margin-top:2px;
	margin-bottom: 6px;
	width: 780px;
	padding-bottom: 0;
}	
#CenterBox { /*should be called center column*/
   width: 780px;
   margin-bottom: 2px;
   Padding: 2px 8px 0px 8px;/*top right bottom left*/
   border : thin  #FF3300;
   border-style : inset;
   /*font-weight: bold;*/
	}

DIV.Navigator {
  clear:both;
  margin-top: 0;
	margin-bottom: 3px;
	padding:3px 0 2px 0;
  background-color: transparent;
	width: 780px;
	height: 28px;
	background-image: url(images/navbar3.gif);
	background-repeat: no-repeat
}
div.spacer {
  clear: both;
  margin: 0 0 0 0;
  }

Div.RColumn{
  width:374px;
	float : right;
	Padding: 10px 4px 0px 4px;/*top right bottom left*/
	margin: 0 0 1px 0;
	text-align:left;
	/*clear: both;*/
	
}

Div.LColumn{
	width:374px;
	float :left;
	Padding: 10px 4px 0 4px;
	margin: 0 0 1px 0;
	text-align:left;
	/*clear: both;*/
	}

Div.CColumn{
  clear: both;
  Padding:0px 0px 0px 0px;
	margin: 0 0 0 310px; /*top right bottom left*/
	text-align:left;
}

SPAN.RInset {
	float : right;
	width : 274px;
	border : thin none #FF3300;
	border-style : inset;
	margin: 8px 8px 2px 2px;
	padding: 1em 1em 1em 1em;
	
}

TABLE {
	/*border : thin none #FF3300;*/
	background-color : transparent;
	color : Blue;
	font-weight : bold;
}
TABLE.Clear{
	border: none;
}
TD {
	border: none;
}
TD.D {
background-color: #FFA500;
	/*border-top: thin solid Navy;
	border-bottom: thin solid Navy;*/
}

TD.CenterColumn {
	padding-left : 10em;
	padding-right : 10em;
}


H1 {
  font-size:140%;
	line-height:80%;
	margin: 2px 0 2px 0;
	color : Navy;
	background-color : transparent;
}

H2 {
  font-size:120%;
	color : Navy;
	line-height : 50%;
	display:in-line;
}

A{
	color : #000080;
	font-weight: bolder;
}

A:HOVER{
	color: #7f7e00;
	}
	
A.Nav {
	color:#000080;
	font-weight: bolder;
	margin-right:40px;
}

A.Nav:HOVER {
	color: #7f7e00;
}


.Note {
	font-size:75%;
}


.Disclaimer {
    font : x-small;
	font-style: italic;
	}

P {
	margin : 0 0 0 0;
	text-align:justify;
}

P.indent{
margin-left:40px;
}
ul {
margin: 0 0 0 40px; 
padding: 0 0 0 0;
}

ol { 
list-style-type: decimal;
margin: 0 0 0 40px; 
padding: 0 0 0 0;
} 

li{
text-align:justify;
}

.Leader{
  font-size:110%;
	font-weight:bold;
}

br.half{
line-height:50%;
}

br.qt{
line-height:25%;
}

span.nav{
  margin-right:20px;
}
