@charset "utf-8";
/* Dickens CSS layout */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	background-image:url(images/site-back-center2.jpg);
	background-repeat:repeat-y;
	background-position:center;
	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: #000000;
	font-size:small;
}
a:link {
	color : Maroon;
	text-decoration:none;
}
a:visited {
	color : Purple;
}
a:hover {
	color : Maroon;
	text-decoration : underline;
}	
a:active {
	color : Maroon;
}
.dickens #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.dickens #containerMap { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.dickens #containerMap1400 { 
	width: 1450px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.dickens #containerShop { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.dickens #leftCol {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px 10px 10px; /* padding keeps the content of the div away from the edges */
	border-right:thin;
	border-right-color:#333;
	border-right-style:solid;
	font-size:small;
}
.dickens #rightCol {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 5px; /* padding keeps the content of the div away from the edges */
	border-left:thin;
	border-left-color:#333;
	border-left-style:solid;
	font-size:small;
}
.dickens #rightColLevel3 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 5px; /* padding keeps the content of the div away from the edges */
	margin: 0 0 0 10px;
	border-left:thin;
	border-left-color:#333;
	border-left-style:solid;
	font-size:x-small;
}
.dickens #mainContent { 
	margin: 0 175px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	margin-right:235px;
	padding: 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.dickens #mainContentNoRight { 
	margin: 0 175px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	margin-right:0px;
	padding: 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.dickens #mainContentLinear { /* use this for a single column linear page with no sidebars */ 
	margin: 0px 0px; 
	padding: 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.dickens #singleCol {
	width:875px;
	margin: 0 10px 5px 10px;
	padding: 0px 10px 20px 10px;
}	
.dickens #mainContentMap {
	margin: 0 0px 0 0px;
	padding: 10px 15px;
}
.dickens #mainContentShop {
	margin: 0 0px 0 0px;
	padding: 10px 0px;
}
.dickens #mainContentLevel3  {
	margin-right:175px;
	padding: 10px 15px;
}
.dickens #footer {
	width:930px;
	margin: 0 5px 5px 5px;
	padding: 0px 10px 20px 10px;
	font-size:x-small;
	color:#636363;
}	
.dickens #footerMap {
	width:1400px;
	margin: 0 5px 5px 5px;
	padding: 0px 10px 20px 10px;
	font-size:x-small;
	color:#636363;
}
.footer {
	width:930px;
	margin: 0 5px 5px 5px;
	padding: 0px 10px 20px 10px;
	font-size:x-small;
	color:#636363;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltrt2 { /* used to center the updated date in the footer */
	float: right;
	margin-left: 8px;
	margin-right: 200px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.adFloatold { /* used to float the google ads and add a left border */
	float: right;
	padding-left: 8px;
	padding-top: 8px;
	margin-left: 8px;
	border-left: thin;
	border-left-color:#333;
	border-left-style:solid;
}
.adFloat { /* used to float the google ads and add a right border */
	float: left;
	padding-right: 5px;
	padding-top: 5px;
	margin-right: 5px;
	/*border-right: thin;
	border-right-color:#333;
	border-right-style:solid;*/
}
.adFloatRight { /* used to float the google ads and add a left border */
	float: right;
	padding-left: 8px;
	padding-top: 8px;
	margin-left: 8px;
	border-left: thin;
	border-left-color:#333;
	border-left-style:solid;
}
.assideRight { 
	width:220px;
	float: right;
	padding-left: 8px;
	padding-top: 8px;
	margin-left: 8px;
	border-left: thin;
	border-left-color:#CF9A64;
	border-left-style:solid;
	font-size:small;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.center {
	 text-align: center;	 
}

#smalltext td {
	font-size:x-small;
}

#smalltext th {
	font-size:x-small;
	font-weight:bold;
}

/*citation*/
#citation a:link {
 	color: gray;
}
#citation a:visited {
	color : gray;
}

/* nav bar*/
#navigation a:link {
	font-weight: bold;
	font-size: 110%;
	line-height: 1.8em;
	text-decoration: none;
	color: #000000;
	font-family : Arial, helvetica, sans-serif;
	padding-left: 10px;
}

#navigation a:visited {
	font-weight: bold;
	font-size: 110%;
	line-height: 1.8em;
	text-decoration: none;
	color: #000000;
	font-family : Arial, helvetica, sans-serif;
	padding-left: 10px;
}

#navigation a:hover {
	color: #790000;
	text-decoration: underline;
	padding-left: 10px;
}

#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin:0;
	font-family : Arial, helvetica, sans-serif;
	width: 160px;
	font-size: small;
}

#navigation li {
	margin: 0px;
}

#navigation li li {
	font-weight: bold;
	font-size: 100%;
	line-height: 1.8em;
	text-decoration: none;
	color: #790000;
	font-family : Arial, helvetica, sans-serif;
	/*letter-spacing: .4px;*/
   padding-left: 20px;
}
#navigation hr{
	padding: 0;
	color: #790000;
	height : 1px;
	width : 95%;
	margin: 5px;
	
}
#navList ul {
list-style-type: none;
padding:0;
margin:0;
}
#navList li {
list-style: none;
}

#anchorList ul {
list-style-type: none;
padding:0;
margin:0;
}
#anchorList li {
display:inline;
list-style: none;
}
.indent0{ 
        margin-left: .5em;  text-indent: -5em;  margin-top: .10em; margin-bottom: 0em 
}             
.indent1{ 
        margin-left: 3em; text-indent: -1em; margin-top: .10em; margin-bottom: 0em 
}     
.indent2{ 
        margin-left: 6em; text-indent: -2em; margin-top: 0.1em; margin-bottom: 0em 
}   
.indent3{ 
        margin-left: 9em; text-indent: -3em; margin-top: 0.1em; margin-bottom: 0em 
}     
.indent4{ 
        margin-left: 12em; text-indent: -4em; margin-top: .10em; margin-bottom: 0em 
} 
.indent5{ 
        margin-left: 15em; text-indent: -5em; margin-top: .10em; margin-bottom: 0em 
} 
.headertextTitle {
	font-family: sans-serif;
	font-size: 13pt;
	font-weight : bolder;
    line-height: .1;
}
.headertext {
	font-family: sans-serif;
	font-size: 13pt;
	font-weight : bolder;
}

.headertext2 {
	font-family: sans-serif;
	font-size: 15pt;
	color: Black;
	font-weight : bold;
}

.headertext3 {
	font-family: sans-serif;
	font-size: 11pt;
	font-weight : bold;
}
.headertext4 {
	font-family: sans-serif;
	font-size: 20pt;
	color: Black;
}

.headertext5 {
	font-family: sans-serif;
	font-size: 16pt;
	font-weight : bold;
	color: Black;
}
.headertextsmall {
	font-family: sans-serif;
	font-size: 11pt;
	font-weight : bold;
}
.smalltext{
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}
.smalltext2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11.3px;
}	
.firstletter {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: Black;
	font-weight : bold;
}
.dropCap {
	float: left;
	background: #ffffff;
	color: #790000;
	font: 300% Georgia, "Times New Roman", serif;
	font-weight: normal;
	line-height: 80%;
	margin: 0 .1em 0 0;
	padding: 0 0 0 0;
}
.pullQuote {
	float: right;
	width:115px;
	margin: 10px 15px 5px 10px;
	font: italic bold 100% Arial;
	padding: 5px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.inset {
	float: right;
	width:115px;
	margin: 10px 15px 5px 10px;
	font: bold 100% Arial;
	padding: 5px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.timesItal {
	font-family: times new roman, serif;
	font-style: italic;
}
.underline {
	text-decoration:underline;
}
.caption {
font-size: smaller;
font-weight: bold;
text-align:left;
}

.caption2 {
font-size: smaller;
font-weight: normal;
text-align:left;
}

figure {
  Width: 25%;
  text-align: left;
  font-weight: bold;
  font-size: smaller;
  text-indent: 0;
  margin: 0.5em;
  padding: 0.5em;
}
img.scaled {
  width: 100%;
}
.headerMaroon {
    width:98%;
	padding: 5px 5px 5px 5px;
	background-color: #7e0606;
    color: white;
}
.headerSpotlight {
    width:100%px;
	padding: 5px 5px 5px 5px;
	background-color: #776a61;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
}
.boxSpotlight {
	width:150px;
	margin: 2px 4px 4px 4px;
	font-size:small;
	text-align:center;
	padding: 2px;
	border: 1px solid #032727;
	background-color: #f1e5ce;
}
.boxImage75Right {
	width:75px;
	margin: 0px 0px 10px 3px;
	text-align:left;
	float:right;
    font-weight: bold;
    font-size: smaller;
}
.boxImage75Left {
	width:75px;
	margin: 0px 10px 0px 2px;
	text-align:left;
	float:left;
    font-weight: bold;
    font-size: smaller;
}
.boxImage100Left {
	width:100px;
	margin: 0px 10px 2px 2px;
	text-align:left;
	float:left;
    font-weight: bold;
    font-size: smaller;
}
.boxImage125Left {
	width:125px;
	margin: 0px 10px 2px 2px;
	text-align:left;
	float:left;
    font-weight: bold;
    font-size: smaller;
}

.boxImage125Right {
	width:125px;
	margin: 0px 2px 2px 10px;
	text-align:left;
	float:right;
    font-weight: bold;
    font-size: smaller;
}
.boxImage150Right {
	width:150px;
	margin: 0px 2px 2px 10px;
	text-align:left;
	float:right;
    font-weight: bold;
    font-size: smaller;
}
.boxImage150Left {
	width:150px;
	margin: 0px 10px 2px 2px;
	text-align:left;
	float:left;
    font-weight: bold;
    font-size: smaller;
}
.boxImage100Right {
	width:100px;
	margin: 0px 10px 2px 2px;
	text-align:left;
	float:right;
    font-weight: bold;
    font-size: smaller;
}
.boxImage175Right {
	width:175px;
	margin: 2px 2px 2px 20px;
	text-align:left;
	float:right;
    font-weight: bold;
    font-size: smaller;
}
.boxImage175Left {
	width:175px;
	margin: 2px 20px 2px 2px;
	text-align:left;
	float:left;
    font-weight: bold;
    font-size: smaller;
}
.boxImage200Left {
	width:200px;
	margin: 0px 15px 10px 0px;
	font-size:smaller;
    font-weight: bold;
	text-align:left;
	float:left;
}
.boxImage200Right {
	width:200px;
	margin: 0px 0px 10px 15px;
	font-size:smaller;
    font-weight: bold;
	text-align:left;
	float:right;
}
.boxImage250Left {
	width:250px;
	margin: 2px 10px 5px 2px;
	text-align:left;
	float:left;
    font-weight: bold;
    font-size: smaller;
}
.box250Right {
    width:250px;
	margin: 10px 10px 10px 10px;
    padding: 5px 10px 5px 10px;
	font-size:small;
    font-weight: bold;
	text-align:left;
	float:right;
	border: 1px solid #000000;
	background-color: #dedede;
}


.boxImage250Right {
	width:250px;
	margin: 2px 2px 2px 10px;
	text-align:right;
	float:right;
    font-weight: bold;
    font-size: smaller;
}
.boxImage300Right {
	width:300px;
	margin: 0px 5px 0px 10px;
	font-size:smaller;
    font-weight: bold;
	text-align:right;
	float:right;
}
.boxImage450Right {
	width:450px;
	margin: 0px 5px 0px 10px;
	font-size:smaller;
    font-weight: bold;
	text-align:right;
	float:right;
}
.boxImage300Left {
	width:300px;
	margin: 0px 10px 10px 0px;
    font-size:smaller;
    font-weight: bold;
	text-align:left;
	float:left;
}

.boxImage350Left {
	width:350px;
	margin: 0px 10px 10px 0px;
    font-size:smaller;
    font-weight: bold;
	text-align:left;
	float:left;
}

.boxImage450Left {
    width:450px;
	/*margin: 10px 10px 10px 10px;*/
    padding: 5px 10px 5px 0px;
	font-size:small;
    font-weight: bold;
	text-align:left;
	float:left;
}

.boxImage450Right {
    width:450px;
	/*margin: 10px 10px 10px 10px;*/
    padding: 5px 10px 5px 0px;
	font-size:small;
    font-weight: bold;
	text-align:left;
	float:right;
}

.box01 {
	width:200px;
	margin: 10px 15px 5px 10px;
	font-size:small;
	text-align:left;
	padding: 5px;
	border: 1px solid #CF9A64;
}

.box010 {
	width:130px;
	margin: 10px 15px 5px 10px;
	font-size:x-small;
	text-align:left;
	padding: 5px;
	border: 1px solid #CF9A64;
}
.box01a {
	width:140px;
	margin: 10px 2px 2px 2px;
	font-size:x-small;
	text-align:left;
	padding: 2px;
	border: 1px solid #CF9A64;
	background-color: #f5efe9;
}
.box010a {
	width:220px;
	margin: 10px 2px 2px 2px;
	font-size:small;
	text-align:left;
	padding: 2px;
	border: 1px solid #CF9A64;
	background-color: #f5efe9;
}
.box010b {
	width:220px;
	margin: 10px 2px 2px 2px;
	font-size:small;
	text-align:left;
	padding: 2px;
	border: 1px solid #CF9A64;
	background-color: #f5efe9;
}
.box010c {
	width:212px;
	margin: 10px 2px 2px 2px;
	font-size:small;
	text-align:center;
	padding: 2px;
	margin: 10px;
	float:right;
}
.box01b {
	width:150px;
	margin: 10px 2px 2px 2px;
	font-size:small;
	text-align:left;
	padding: 2px;
	border: 1px solid #CF9A64;
	background-color: #f5efe9;
}
.box01c {
	width:140px;
	margin: 10px 2px 2px 2px;
	font-size:small;
	color: brown;
	text-align:left;
	padding: 4px;
	border: 1px solid #CF9A64;
	background-color: #f5efe9;
}
.box01d {
	width:150px;
	margin: 10px 2px 2px 2px;
	font-size:small;
	text-align:center;
	padding: 2px;
	border: 1px solid #000000;
	background-color: #fdf3d8;
}
.box01e {
	width:300px;
	margin: 10px 2px 2px 2px;
	font-size:small;
	text-align:left;
	padding: 10px;
	margin: 10px ;
	border: 1px solid #CF9A64;
	background-color: #f5efe9;
	float:right;
}
.box01f {
	width:320px;
	margin: 5px 2px 2px 2px;
	font-size:small;
	text-align:left;
	padding: 5px;
	margin: 5px ;
	float:right;
}
.box02 {
	width:200px;
	margin: 10px 15px 5px 10px;
	font-size:x-small;
	text-align:left;
	padding: 5px;
	border: 1px solid #CF9A64;
	float:right;
}
.box02a {
	width:200px;
	margin: 10px 15px 5px 10px;
	font-size:x-small;
	text-align:left;
	padding: 5px;
	float:right;
}
.box02b {
	width:220px;
	margin: 5px 10px 5px 10px;
	font-size:small;
	text-align:left;
	padding: 5px;
	border: 1px solid #CF9A64;
	float:right;
}
.box02c {
	width:160px;
	margin: 5px 10px 5px 10px;
	font-size:small;
	text-align:left;
	padding: 5px;
	border: 1px solid #CF9A64;
	float:right;
}

.box03 {
	width:150px;
	margin: 10px 15px 5px 10px;
	font-size:x-small;
	text-align:left;
	padding: 5px;
	border: 1px solid #CF9A64;
	float:right;
}
.box03a {
	width:135px;
	margin: 10px 0px 5px 0px;
	font-size:x-small;
	text-align:left;
	padding: 5px;
	border: 1px solid #CF9A64;
}
.box03b {
	width:210px;
	margin: 0px 0px 0px 0px;
	font-size:small;
	text-align:left;
	padding: 5px;
	border: 1px solid #CF9A64;
}
.box04 {
	width:485px;
	margin: 10px 10px 10px 10px;
	font-size:small;
	text-align:left;
	padding: 5px;
	border: 1px solid #CF9A64;
}
.box05 {
	width:725px;
	margin: 20px 15px 20px 10px;
	font-size:small;
	text-align:left;
	padding: 5px;
	border: 1px solid #CF9A64;
	background-color:#F9F2D5;
}
.box05-95 {
	width:95%;
	margin: 20px 15px 20px 10px;
	font-size:small;
	text-align:left;
	padding: 5px;
	border: 1px solid #CF9A64;
	background-color:#F9F2D5;
}
.box05a {
	width:475px;
	margin: 20px 15px 20px 10px;
	font-size:small;
	text-align:left;
	padding: 5px;
	border: 1px solid #CF9A64;
	background-color:#F9F2D5;
}
.box05b {
	width:750px;
	height:210px;
	margin: 20px 15px 20px 10px;
	font-size:small;
	text-align:left;
	padding: 5px;
	border: 1px solid #CF9A64;
	background-color:#F9F2D5;
}
.box05c {
	width:600px;
	height:150px;
	margin: 20px 15px 20px 10px;
	font-size:small;
	text-align:left;
	padding: 5px;
	border: 1px solid #CF9A64;
	background-color:#F9F2D5;
}
.box05d {
	width:140px;
	margin: 10px 2px 2px 2px;
	font-size:small;
	text-align:left;
	padding: 5px;
	border: 1px solid #CF9A64;
	background-color:#F9F2D5;
}
.box05dd {
	width:140px;
	margin: 10px 2px 2px 2px;
	font-size:small;
	text-align:left;
	padding: 5px;
	border: 1px solid #CF9A64;
	background-color:#ffffff;
}
.box05e {
	width:90%;
	margin: 10px 2px 2px 2px;
	font-size:small;
	text-align:left;
	padding: 5px;
	border: 1px solid #CF9A64;
	background-color:#F9F2D5;
}
.box06 { /*same as box04 except for larger text*/
	width:450px;
	margin: 20px 15px 20px 10px;
	font-size:small;
	text-align:left;
	padding: 5px;
	border: 1px solid #CF9A64;
}
.box07 {
	width:250px;
	margin: 10px 15px 5px 10px;
	font-size:x-small;
	text-align:left;
	padding: 5px;
	border: 0;
}
.box07a {
	width:290px;
	margin: 5px 10px 5px 10px;
	font-size:small;
	font-weight:bold;
	padding: 5px;
	float:right;
	border: 0;
}
.box08 {
	width:225px;
	margin: 10px 15px 5px 10px;
	font-size:x-small;
	text-align:left;
	padding: 5px;
	border: 0;
}

.box08a {
	width:225px;
	margin: 15px 10px 5px 5px;
	font-size:small;
	text-align:left;
	padding: 5px;
	border: 0;
	float:left;
	border: 1px solid #CF9A64;
}
.box09 {
	width:98%;
	margin: 20px 5px 20px 5px;
	font-size:small;
	text-align:left;
	padding: 5px;
	border: 1px solid #CF9A64;
	background-color:#F9F2D5;
}
.box10 {
	width:850px;
	margin: 20px 5px 20px 5px;
	font-size:small;
	text-align:left;
	padding: 5px;
	border: 1px solid #CF9A64;
	background-color:#F9F2D5;
}
.box11 {
	width:140px;
	margin: 0;
	font-size:x-small;
	text-align:left;
	padding: 0px;
}
.box12 {
	width:750px;
	margin: 20px 15px 20px 10px;
	font-size:small;
	text-align:left;
	padding: 5px;
}

.box13 {
	width:140px;
	margin: 5px;
	font-size:x-small;
	text-align:left;
	padding: 5px;
	float:left;
}
.box14RightHor {
	width:60%;
	margin: 5px 5px 5px 5px;
	font-size:small;
    font-weight:bold;
	text-align:right;
	padding: 5px;
    float: right;
	border: 0;
}
.box14RightVer {
	width:30%;
	margin: 5px 5px 5px 5px;
	font-size:small;
    font-weight:bold;
	text-align:right;
	padding: 5px;
    float: right;
	border: 0;
}
.box14LeftHor {
	width:60%;
	margin: 5px 5px 5px 5px;
	font-size:small;
    font-weight:bold;
	text-align:left;
	padding: 5px;
    float: left;
	border: 0;
}
.box14LeftVer {
	width:30%;
	margin: 5px 5px 5px 5px;
	font-size:small;
    font-weight:bold;
	text-align:left;
	padding: 5px;
    float: left;
	border: 0;
}
.box15 {
	width:97%;
	margin: 5px 5px 5px 5px;
	font-size:small;
	text-align:left;
	padding: 5px;
}
.boxLevel2Background {
	width:500px;
	height:83px;
	margin: 10px 15px 5px 10px;
	font-size:small;
	text-align:left;
	padding: 0px 5px 5px 5px;
	border: 0;
	background-image: url("images/level2-background2.jpg");
	background-repeat: no-repeat;
}
.boxLevel2Background-dap {
	width:500px;
	height:83px;
	margin: 10px 15px 5px 10px;
	font-size:small;
	text-align:left;
	padding: 0px 5px 5px 5px;
	border: 0;
	background-image: url("images/level2-background-dap.jpg");
	background-repeat: no-repeat;
}

.boxLevel2Background700 {
	width:700px;
	height:83px;
	margin: 10px 15px 5px 10px;
	font-size:small;
	text-align:left;
	padding: 20px 5px 5px 5px;
	border: 0;
	background-image: url("images/level2-background.jpg");
	background-repeat: no-repeat;
	background-position:right;
}

.boxQuote {
	width:80%;
	margin: 20px 10px 20px 40px;
	font-size:small;
	text-align:left;
	padding: 5px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.bio-box-rt {
	width:100px;
	margin: 2px 5px 2px 5px;
	font-size:75%;
    font-weight: bold;
	text-align:right;
	padding: 5px;
	border: 0;
	float:right;
}

.bio-box-lft {
	width:100px;
	margin: 2px 5px 2px 5px;
	font-size:75%;
    font-weight: bold;
	text-align:left;
	padding: 5px;
	border: 0;
	float:left;
}

.maroon{
	color : Maroon;
}
.smallgreen{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	color : green;
}
.caution {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
	font-weight : bold;
	color: #f00;
}
.smallbold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
	font-weight : bold;
}
.smallheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.smallheaderUnderline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:underline;
}

.smallheaderGreen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: green;
}
.smallgray{
	color:#898989;
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
}
.red{
	color:#F00;
}
.green{
	color:#060;
}
.greenTitle{
	color:#060;
    font-size: normal;
    font-style: italic;
    font-weight: bold;
}
.newspaper {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}

.opacity50  {
opacity: 0.5;
}

#mapInfo a:link	{
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color:#666;
	padding: 1px 6px 1px 6px;
	text-decoration: none;
}
#mapInfo a:visited   {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color:#666;
	padding: 1px 6px 1px 6px;
	text-decoration: none;
}
#mapInfo a:hover	{
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color:#570202;
	padding: 1px 6px 1px 6px;
	text-decoration: none;
}

#geolink {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color:#013434;
	padding: 1px 2px 1px 2px;
	letter-spacing: 2px;
}

#PIX {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	background-color:#570202;
	padding: 1px 2px 1px 2px;
	letter-spacing: 1px;
}

h1 {
	line-height: .6;
}

h2 {
	line-height: .6;
}

#watchNow a:link	{
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color:#570202;
	padding: 2px 8px 2px 8px;
	}
	
#watchNow a:visited   {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color:#570202;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	margin-top: 10px;
}
#watchNow a:hover	{
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color:#a70202;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	margin-top: 10px;
}