/* rusiprint.css
   A Cascading Style Sheet for printable pages from the website of
   The Royal United Services Institute of Vancouver Island
   www.rusiviccda.org */

body {
  font-family : "Times New Roman" , serif;
  font-size : normal; /* 12pt; */
}

h1, h2, h3, h4, h5, h6 {
  color : #663300;
  font-family: "Tahoma", "Verdana", "Arial", sans-serif;
}

h1 { font-size : 24pt; }
h2 { font-size : 22pt; }
h3 { font-size : 20pt; }
h4 { font-size : 18pt; }
h5 { font-size : 16pt; }
h6 { font-size : 14pt; }

/* 'sidebar' is the menubar down the left side of the on-screen pages */
/* don't print menu portion--it isn't needed in hardcopy */
#sidebar, .links {
  display : none;
}

#main {
  margin : 0in 0in 0in 1in;
}

#main img.bannerlogo {
  /* position the RUSI VI logo in the left column */
  border : 0;
  margin : 0pt 15pt 0pt 0pt;
  position : absolute;
  left : 0 ;
  top: 0;
  font-size : 12pt;
}

#article p {
/*  text-indent : 2em;*/
/*  margin : 6pt 0.25in 0pt 0pt;*/
  text-align : justify;
}

#article p.blockleft {
  text-indent : 0px;
}

.rusititle {
  font-family: "Tahoma", "Verdana", "Arial", sans-serif;
  font-size: 18pt;
  color:#000000;
  text-decoration: none;
  vertical-align: middle;
  margin : 0pt 0pt 0pt 0pt;
}

.artTitle {
  font-family: "Tahoma", "Verdana", "Arial", sans-serif;
  font-size: 16pt;
  color: #663300;
  margin : 8pt 0pt 0pt 0pt;
}

.artSubTitle {
  font-size: 14pt;
  font-family: "Tahoma", "Verdana", "Arial", sans-serif;
  color: #663300;
  margin : 0pt 0pt 0pt 0pt;
}

.artSubSubTitle {
  font-size: 12pt;
  font-family: "Tahoma", "Verdana", "Arial", sans-serif;
  color: #663300;
  margin : 0pt 0pt 0pt 0pt;
}

.artByLine {
  font-size: 12pt;
  font-family: "Tahoma", "Verdana", "Arial", sans-serif;
  margin :  6pt 0pt 6pt 0pt;
  color: #009900;
}

#footer {
  margin : 0in 0in 0in 0in;
  width : 100%;
}

.bioNote {
  font-size: 12pt;
  font-family: "Tahoma", "Verdana", "Arial", sans-serif;
  color: #000099;
  border : 0.01in solid blue;
  padding : 10px;
  margin : 10px 5px 10px 1px;
  text-align : justify;
}

/* old stuff ... replace when practical */

.artText {
  font-family: "Bodoni", "Garamond", "Times New Roman", serif;
  font-size: 12pt;
  color: #000000; }

.plainlink {
  font-family: "Bodoni", "Garamond", "Times New Roman", serif;
  font-size: medium;
  color: #000000;
  text-decoration: none;}

p.notice {
        border-style: solid;
        border-width: medium;
        border-color: red;
        padding: 10px 10px 10px 10px;
        background: #ffffcc;
}


.sitelink { font-family: "Verdana", "Arial", sans-serif;
        color: #000000;
        text-decoration: none;
        font-size: 10pt;
        }


