




/* ------------------------------------------- */
/* Table Elements */
TH{
font-weight: bolder;
text-align: center;
}

CAPTION{
text-align: center;
}

TABLE{
clear:both;
padding:0px;
margin:0px;
vertical-align:top;
}

TR,TD{
clear:both;
padding:0px;
margin:0px;
vertical-align:top;
}




/* ------------------------------------------- */
/*Heading Elements */
H1{
font-size: 2em;
margin: .67em 0;
font-weight: bolder
}

H2{
font-size: 1.5em;
margin: .75em 0;
font-weight: bolder;
}

H3{
font-size: 1.17em;
margin: .83em 0;
font-weight: bolder;
}

H4{
font-size: 1em;
margin: 1.12em 0;
font-weight: bolder;
}

H5{
font-size: .83em;
margin: 1.5em 0;
font-weight: bolder;
}

H6{
font-size: .75em;
margin: 1.67em 0;
font-weight: bolder;
}



/* ------------------------------------------- */
/* List Elements  */

DL{
}

DT{font-weight:bolder;
margin-top:5px;
}


DD{
}

OL{
}

UL{
}

LI{
}



/* ------------------------------------------- */
/* Anchor Elements  */
:link, :visited { text-decoration: underline }
:focus          { outline: thin dotted invert }

A{
}



/* ------------------------------------------- */
/* Formatting Elements */

ABBR{
}

ACRONYM{
}

ADDRESS{
font-style: italic;
}

B{
font-weight: bolder;
}

BIG{
font-size: 1.17em;
}

CITE{
font-style: italic;
}

CODE{
font-family: monospace;
}

DEL{
text-decoration: line-through;
}

DFN{
}

EM{
font-style: italic;
}

I{
font-style: italic;
}

INS{
text-decoration: underline;
}

KBD{
font-family: monospace;
}

PRE{
font-family: monospace;
white-space: pre;
}

Q{
}

SAMP{
font-family: monospace;
}

SMALL{
font-size: .83em;
}

STRIKE{
text-decoration: line-through;
}

STRONG{
font-weight: bolder;
}

SUB{
vertical-align: sub;
font-size: .83em;
}

SUP{
vertical-align: super;
font-size: .83em;
}

TT{
font-family: monospace;
}

VAR{
font-style: italic;
}


/* ------------------------------------------- */
/* Form Elements  */

FIELDSET{
}

FORM{
}

LEGEND{
}

LABEL{
}



/* ------------------------------------------- */
/* Structure Elements */

BODY{
background-color:#669966;
color:#000000;
margin:0px 0px;
padding:10px;
border: 0px;
text-align:center;
font-size:14px;
}

P{
clear:both;
margin:1em 0;
}

DIV{
}

BLOCKQUOTE{
margin-left: 40px;
margin-right: 40px;
}

HR{
border: 1px inset
}

HTML{
}

IMG{
border:none;
margin:0px;
}

OBJECT{
}



/* ------------------------------------------- */
/* Classes  */

.c{text-align:center;}
.l{text-align:left;}
.r{text-align:right;}
.j{text-align:justify;}
.nc{clear:none;}
.ac{clear:both;}
.hide{display:none;}
.u{text-decoration:underline;}
.b{font-weight:bolder}


/* main wrappers */
.wrapper{
width:750px;
background-color:#FAFAD2;
background-image:url('http://img.countrycascades.com/bgd.png');
background-repeat:repeat-y;
border: 3px #224466 solid;
color:#000000;
font-family:sans-serif;
margin: 0 auto;
text-align:left;
padding:0px 0px 0px 0px;
}

.content{
padding: 5px 25px;
}

.underlay{
margin-top:5px;
padding:1.5em 3px 0px 0px;
background-position:bottom;
background-image:url('http://img.countrycascades.com/cascade.png');
background-repeat:no-repeat;
min-height:210px;
text-align:right;
}

.brick{
border-left:2px dotted #a50000;
border-right:2px dotted #a50000;
color:#a50000;
text-decoration:none;
font-size:.8em;
font-weight:bolder;
background-color:#FAFAD2;
padding:1px;
}
.brick2{
border-left:4px dashed #a50000;
border-right:4px dashed #a50000;
border-top:1px solid black;
border-bottom:1px solid black;
color:#a50000;
text-decoration:none;
font-weight:bolder;
background-color:#FAFAD2;
padding:6px;
font-size:larger;
}

.top{
border:1px solid #669966;
padding:2px;
}
.bottom{
border:1px solid #669966;
padding:0px;
}

.viewer{
border-top: 2px solid #669966;
border-right: 2px solid #224466;
border-bottom: 2px solid #224466;
border-left: 2px solid #669966; 
}
.super{
font-size:12px;
color:#ffffff;
text-align:center;
margin:0px;
padding:0px;
}





/* ------------------------------------------- */
/* Begin bidirectionality settings */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}

