/***************************************************************
 * TITLE: Common Stylesheet for Blue Haze                      * 
 * URI  : http://www.oswd.org/design/xxx/bluehaze/bluehaze.css *
 * MODIF: 2003-01-05 1608 +0800                                *
 ***************************************************************/


/* ###### Browser-specific Styles ###### */

/* For IE & Mozilla-based browsers: */

.LHS {
  margin-left: 2.5mm;
  float: left;
  clear: left;
}

.RHS {
  margin-right: 2.5mm;
  float: right;
  clear: right;
}

/* For Mozilla-based (CSS2-fully complaint) browsers only: */

[class~="LHS"] {
  margin-left: 5mm;
}

[class~="RHS"] {
  margin-right: 5mm;
}


/* ###### Body Text ###### */

body {
  background-color: white;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

h1 {
  font-family: "trebuchet ms", tahoma, sans-serif;
  font-weight: bold;
  font-size: 14pt;
  text-transform: uppercase;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-top: 2ex;
  padding-bottom: 0.5ex;
}

h2 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 12pt;
  font-style: normal;
  text-decoration: underline;
  text-transform: uppercase;
}

img {
  border: none;
}

q {
  font-style: italic;
  padding: 0.5ex 0.5ex 0.5ex 2ex;
  float: left;
}

acronym {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}

code {
  font-family: "lucida console", monospace;
  font-size: 90%;
}

dt {
  font-weight: bold;
}

dd {
  padding-bottom: 1.5em;
}

#bodyText {
  text-align: justify;
  line-height: 1.5em;
  margin: 10mm 5mm 0 14em;
  padding: 0 1em 1ex 1em;
}

#bodyText p {
  padding-bottom: 0ex;
}

#bodyText a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#bodyText a:hover {
  border-bottom: none;
}

#bodyText .slogan {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

#bodyText .quote {
  font-style: italic;
  margin-right: 40px;
  margin-left: 40px;
}

#bodyText .fact {
  font-style: italic;
  text-align: center;
  margin-right: 40px;
  margin-left: 40px;
}

#bodyText .reference {
  font-style: italic;
}
#bodyText .reference_comment {
  font-size: 10pt;
}

#bodyText .topOfPage {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  border: none;
  padding-left: 1ex;
  padding-right: 1ex;
  padding-top: 2ex;
  float: right;
}

.smallCaps {
  font-variant: small-caps;
}


/* ###### Header ###### */

#header {
	border-bottom-style: solid;
	border-bottom-width: 2px;
/*	height: 150px;  */
    height: 7.5em;
    padding: 0 2.5mm 0 5mm;
	margin-bottom: 5mm;
/*	background-image: url(banner_background.png);  */
	background-repeat: no-repeat;
}

#header .headerTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	line-height: 2em;
	padding-top: 5px;
}

#header .menuBar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  float: left;
  padding-top: 2.0em;
}

#header .locBar {
  float: right;
}

#header .menuBar *, .locBar * {
  text-decoration: none;
  font-weight: bold;
  padding-right: 1ex;
}

#header .menuBar a:hover, .locBar a:hover {
  text-decoration: underline;
}


/* ###### Side Box ###### */

.sideBox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  border-style: solid none solid none;
  border-width: 2px 0 2px 0;
  width: 15em;
  margin-top: 5mm;
}

.sideBox div {
  font-weight: bold;
/*  border-bottom-style: dashed;
  border-bottom-width: 1px; */
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}

.sideBox .sub {
  font-size: 8pt;
  padding: 0.4ex 0.5em 0.4ex 2.0em;
}

.sideBox a, .sideBox span {
  color: black;
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  padding: 0.75ex 0.5em 0.75ex 0.75em;
  border-top-style: solid;
  border-top-width: 1px;
}

.sideBox .thisPage {
  font-weight: bold;
}


/* ###### Footer ###### */

#footer {
  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  clear: left;
}

#footer div {
  font-size: 85%;
  line-height: 1.25em;
  text-align: right;  
  padding-right: 3mm;  
}

#footer a:hover {
  text-decoration: none;
}

.footerRHS {
  padding-right: 3mm;
  text-align: right;
}

.footerLHS {
  float: left;
  clear: left;
  padding-left: 3mm;
}
