* {margin:0; padding:0;}

body {
	background: #ffffff url(../images/theme3/backgrounds/body-bg.jpg) repeat-x 0 0;
	color:#3d3d3d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height:1.5em;
	}
body#tinymce {background:none;}
p {margin:0 0 1.5em 0;}
h1,
h2,
h3,
h4,
h5,
h6 {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
h1 {color:#e5f3ff; font-size:400%; padding-bottom:10px;}
h2 {color:#1b77b8; font-size:200%; margin:0 0 1em 0;}
h3 {color:#8ab81b; font-size:130%; margin:0 0 0.5em 0;}
h4 {color:#8ab81b; font-size:110%; margin:0 0 0.5em 0;}
h5,
h6 {color:#8ab81b; font-size:100%; margin:0 0 0.5em 0;}
a {color:#8ab81b;}
ul,
ol,
table {margin-bottom:1em;}
ul {list-style-type:none;}
ol {list-style-position:inside;}
#header {background:url(../images/theme3/backgrounds/header-transparent.png) no-repeat 0 0; width:800px; margin:0 auto; height:281px;}
#headerWrapper {background: url(../images/theme3/backgrounds/header-wrapper-bg.jpg) no-repeat 50% 0; height:280px; padding-top:80px;}
#headerContent {height:125px; padding:115px 0 0 40px;}
#contentWrapper {background:#ffffff; padding:40px; width:720px; margin:0 auto; overflow:hidden; min-height:500px;}
#content {float:left; width:440px;}
#sidebar {float:right;}
#footer {background:url(../images/theme3/backgrounds/footer-bg.gif); clear:both; height:50px; text-align:center; font-size:85%;}
#footer ul {padding:15px 0 0 0; margin:0;}
#footer ul li {border-right:1px solid #3d3d3d; display:inline; margin-right:10px; padding-right:10px;}
#footer ul li a {color:#3d3d3d;}
#footer ul li.last {border:none;}
ul#mainNav {font-size:140%;}
ul#mainNav li {background:url(../images/theme3/backgrounds/nav-link-bg.gif) no-repeat 100% 0; display:block; float:left; height:20px; padding:10px 20px 10px 20px;}
ul#mainNav li.active {background:#ffffff;}
ul#mainNav li.active a {color:#346a99;}
ul#mainNav li a {color:#000000; text-decoration:none;}

table {width:100%; border:none; font-size:85%;}
table th,
table td {padding:5px;}
table tr.alt {background:#e0f2ff;}
table tfoot {background:#e0f2ff;}
table tfoot td {padding:0;}
/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  
  .sIFR-active h1 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 50px;
  margin-bottom:0;
}

  .sIFR-active h2 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 35px;
  margin-bottom:0;
}

  .sIFR-active h3 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 20px;
  margin-bottom:0;
}
 
}