/* ===============================================
=== BROWSER RESET ==============================*/

html {font-size: 100%;}
html, body, div, form, fieldset, th, td, ol, ul, li {margin: 0; padding: 0;}
h1, h2, h3 {margin:0; padding: 0;}
img {border: 0;}

/* ===============================================
=== GENERIC STYLES =============================*/

body {
	padding: 20px;
	background: url('images/gradient.gif') repeat-x 0px 6px #f7f7f7;
	border-top: 6px #000000 solid;
	font-family:'Palatino Linotype',Palatino,'Book Antiqua',serif;
}
ul, p {
	margin: .5em 0 .9em 0;
}
abbr {
	font-variant: small-caps;
	font-size: .9em;
	letter-spacing: .1em;
	border-bottom: 1px dotted;
}
a abbr {
	border: 0;
}

/* ===============================================
=== HEADERS ====================================*/

h1,h2,h3 {
	font-family:'Gill Sans Light',Helvetica,Arial,sans-serif;
	font-weight: normal;
	margin: .15em 0;
}
h2,h3 {
	text-transform: uppercase;
	letter-spacing: 1em;
}
h1 {
	font-size: 2em;
	position: relative;
	min-height: 43px;
	width: 547px;
	height: 43px;
	margin-left: 5.625em;
	overflow: hidden;
}
h1 b {
	background: url('images/headers.gif') no-repeat -180px 0px;
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
}
h2 {
	color: red;
	letter-spacing: .1em;
	font-size: .9em;
	margin-bottom: 1.6em;
}
h3 {
	color: #6b6b6b;
	letter-spacing: .1em;
	font-size: 1.2em;
}

/* ===============================================
=== PAGE STRUCTURE =============================*/

#wrapper {
	position: relative;
	width: 45.375em;
	max-width: 100%;
	margin: 0 auto;
}
#content {
	position: absolute;
	right: 0;
	width: 34.125em;
	max-width: 76%;
	padding-bottom: 20px;
}

/* ===============================================
=== NAVIGATION =================================*/

#navigation {
	width: 9em;
	max-width: 21%;
	font-family: 'Gill Sans Light','Gill Sans MT Light','Gill Sans','Gill Sans MT',Arial;
	position: fixed;
	top: 32px;
	padding-top: 89px;
	margin: 0;
	background: url('images/headers.gif') no-repeat 0px -43px;
}
#navigation li {
	list-style-type: none;
	display: block;
	border-top: 1px solid #aaa;
}
#navigation .first {
	border-top: 0;
}
#navigation a {
	display: block;
	padding: 8px 8px 8px 0;
	text-align: right;
}
#navigation a:hover {
	color:red;
}
#navigation a:active {
	background-color: #ddd;
}
#navigation .current a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* ===============================================
=== TABLE STYLES ===============================*/

table {
	width: 100%;
	border: 1px solid #666;
	-moz-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

thead tr {
	background-color: #666;
	color: #fff;
}

td, th {
	margin: 0;
	padding: 6px;
	text-align: left;
}


tr.odd {
	background-color: #eeeeee;
}

/* ===============================================
=== SIFR =======================================*/

@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;
  }
}

@media screen {
  .sIFR-active h2, .sIFR-active h3 {
    font-family: Verdana;
    visibility: hidden;
  }
}