/******************************************
 * TITLE: Psychic blue Screen Stylesheet  *
 * URI  : Psychic_blue/screen.css         *
 * MODIF: 2005-Dec-09                     *
 ******************************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: #BECCFF;
  font-family: Corbel,verdana, helvetica, arial, sans-serif;
  font-size: 75%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 8.5pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted #999;
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}
.main {
	width: 788px;
	color: #333;
	margin-left: -394px;
	margin-top: -100px;
	top: 20%;
	left: 50%;
	position: absolute;
	visibility: visible;
}

/* ##### Header ##### */

.superHeader {
  color: white;
  background-color: #BECCFF;
  height: 1em;
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 91%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  text-decoration: underline;
}


.superHeader .right {
  position: absolute;
  right: 1.5mm;
  top: 0.75ex;
}

.midHeader {
	position:relative;
	background-color: #BECCFF;
	height: 190px;
	width: 100%;
	background-image: url(header.gif);
	background-repeat: repeat-x;
	color: #FFF;
	padding-top: 5px;	
	z-index:10;
}

.headerTitle {
  font-size: 337%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

.subHeader {
	height: 28px;
	background-image: url(menu.gif);
	background-repeat: repeat-x;
	color: #CCC;
	margin-bottom: 0ex;
	padding-right: 3ex;
	padding-top: 1.2ex;
	padding-bottom: 1.3ex;

}

.subHeader a {
	border-right: 1px solid #CCC;
	height: 28px;
	background-image: url(menu.gif);
	background-repeat: repeat-x;
	color: #CCC;
	margin-top: 2ex;
	padding-left: 3ex;
	padding-right: 3ex;
	padding-top: 1.2ex;
	padding-bottom: 1.3ex;
	text-decoration: underline;
}  

.subHeader a:hover {
	height: 28px;
	background-image: url(menuf.gif);
	background-repeat: repeat-x;
	color: #fff;
	text-decoration: none;
}

.superHeader .highlight, .subHeader .highlight {
  color: #FCA;
  background-color: transparent;
}

.breadcrumb {
  color: #999;
  float:right;
  position: absolute;
  left: 1.5mm;
  top: 0.75ex;
  padding-bottom:5px;
  display:block;
  text-decoration: bold;
}

/* ##### Side Bar ##### */

#side-bar {
	width: 15em;
	float: left;
	clear: left;
	padding: 1em 0 0 0;
	border-right: 1px solid #999;
}

#side-bar div {
}

.sideBarTitle {
  font-weight: bold;
  margin: 0 0 0.5em 2.5mm;
}

#side-bar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 1.1em 0;
}

#side-bar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar a, .thisPage {
	background-image: url(menu.gif);
	background-repeat: repeat-x;
	color: white;
	background-color: transparent;
	text-decoration: none;
	margin: 0;
	padding: 0.75em 1ex 0.75em 5mm;
	display: block;
}
#side-bar a:hover {
	background-image: url(menuf.gif);
	background-repeat: repeat-x;
	color: white;
	text-decoration: none;
}

.thisPage {
  color: black;
  background-color: white;
  padding-left: 4mm;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}


.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
  display: block;
}

#side-bar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: #999;
  background-color: transparent;
  text-decoration: none;
}

.lighterBackground {
  color: inherit;
  background-color: white;
}


/* ##### Main Copy ##### */




#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 15em;
  padding: 0.5mm 5mm 5mm 5mm;
  border-left: 1px solid #999;
}

#main-copy p {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

#main-copy h1 {
  color: white;
  background-color: #0D0D6F;
  font-size: 100%;
  font-weight: bold;
  margin: 3em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
}

#main-copy .topOfPage {
  color: white;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 2.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#main-copy > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}


/* ##### Footer ##### */

.search_box {
	height: 25px;
	width: 200px;
	padding: 2px;
}
.search_string {
	width: 100px;
	font-size: 10px;
}
.search_submit {
	clear: none;
	width: 50px;
	font-size: 10px;
}

#footer {
	background-image: url(menu.gif);
	background-repeat: repeat-x;
 	background-color: #BECCFF;
	color: white;
	font-size: 91%;
	height: 40px;
	margin: 0;
	padding: 0.5em 2.5mm 2.5ex 2.5mm;
	clear: both;
}

#footer .left {
  float: left;
  clear: left;
}

#footer .right {
  float: right;
  text-align: right;
  line-height: 1.6em;
  clear: right;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}
.print_page{
   background-image: url(print.gif);
   height: 20px;
   width: 20px;
   float: left;
   background-repeat: no-repeat;
   background-position: center center;
   margin-right:5px;
   cursor: hand;
}
.email_page{
   background-image: url(mail.gif);
   height: 20px;
   width: 20px;
   float: left;
   background-repeat: no-repeat;
   background-position: center center;
   cursor: hand;
} 