/*stylesheet*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(bg3.jpg) repeat-x;
	background-color:#C8D7EE;
	text-align:center;
	font-size: 0.9em;
	color: #000000;
}

a {
  color: #0070b0;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #e04000;
}

p {margin-top:7px;}

h2 {
	color:#000000;
	font-size: 3em;
	margin: 3px;
	text-align:center;
}

/* Box styles */
#main {
  margin: 0px auto;
  text-align: left;
  width: 51em;
}

.headerfooter {
	border: 1px solid #ffffff;
	color: #000000;
	font-size: 8pt;
	margin: 0px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: right;
	background: #ffffff;
}

.navCurrentPage {
  color: #000000;
  font-weight: bold;
}

#content {
	background-color: #ffffff;
	background-position: -30% 0%;
	background-repeat: no-repeat;
	padding: .5em 1em .25em 1em;
	margin-bottom: 0px;
}

.sideBox {
  background-color: #DEDEDE;
  border-color: #B1D0DA;
  border-style: solid;
  border-width: 1px;
  float: right;
  padding: 0.5em;
  margin-top: 8px;
  margin-left: 8px;
  margin-bottom: 8px;
  margin-right: 0px;
  width: 300px;
}

.footer {
  margin-bottom: 0px;
}

.pic {border:1px solid #B1D0DA;}

.centre {text-align:center}

.line {text-align:center; color:#999; margin:20px 0;}

hr {
	border:none 0;
	border-top: 1px dashed #999;
	width:60%;
	height:1px;
	text-align:center;
	margin:20px 0px;
}

.red {color:#FF0000;}



/******************************************************************************
* Printing styles.                                                            *
******************************************************************************/

@media print {

  a {
    color: #808080 !important;
    font-weight: normal !important;
  }

  body {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 10pt !important;
    background-color: #ffffff !important;
    color: #000000 !important;
  }

  #main, #content, .headerfooter {
    background-color: #ffffff !important;
    border-style: none !important;
    color: #ffffff !important;
  }

  #content {
    background-image: none !important;
  }
  
  .navBar {
    background-color: #e0e0e0 !important;
    border: 1px solid #000000 !important;
    color: #ffffff !important;
    font-size: 8pt !important;
  }

  .navCurrentPage {
    color: #ffffff !important;
  }

  .sideBox {
    background-color: #e0e0e0 !important;
    border-color: #000000 !important;
    color: #000000 !important;
  }
