/* sIFR */

/* generics */

html {
	font-size: 100%; 
}
body {
	background: #FFF;
	color: #42515a; 
	font-size: 0.6875em; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 13px;
}

img,fieldset { 
 border: 0;
}

a:link,
a:visited,
a:hover {
	color: #f99d1b;
	text-decoration: underline;
}


a img {
	border: none;
}

h1 {
	font-size: 2em;
}


h2 {
	/*font-size: 2.18em;*/
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin-left: 25px;
	color: #42515a;
	text-transform: uppercase;
}

h3 {
	font-size: 1em;
	color: #42515a;
	text-transform: uppercase;
	border-bottom: solid 1px #42515a;
	width: 50%;
	margin-bottom: 7px;
	line-height: 1.2em;
}

h4 {
	display: inline;
	margin-right: 3px;
	float: left;
	font-size: 0.91em; 
	font-weight: bold;
	padding: 0 2px;
	color: #fff;
	background-color: #42515a;
}

h5 {
	font-size: 1em; 
	color: #42515a;
	text-transform: uppercase;
}

h6 {
	font-size: 0.85em; 
	}


/* structure */
div#wrapper {
	margin-left: 8px;
	width: 985px;
	_width: 993px;
	overflow: hidden;
}

div#header {
	position: relative;
	background-image:url(/bg_header.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width: 985px;
	height: 138px;
	overflow: hidden;
}

div#footer {
	clear:left;
	float: left;
	width: 856px;
	margin: 2px;
	padding-bottom: 20px;
	border-top: solid 1px #42515a;
}


/* navigation elemenents */

ul#mainmenu {
	float: left;
	list-style: none;
	margin: 70px 0 12px 10px;
	width: 100%;
	_width: 985px;
}

ul#mainmenu li {
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
}

ul#mainmenu li a {
	display: block;
	padding: 0 0 1px 0;
/*	padding: 0 10px 1px 10px; */
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}

ul#mainmenu li.active a {
/*	background-color: #42515a;*/
}

hr { 
  text-align: left;
  margin: 0 auto 0 0;
  width: 985px;
 }

ul#submenu {
	float: left;
	list-style: none;
	margin: 0 0 0 12px;
	width: 100%;
}

ul#submenu li {
	float: left;
}

ul#submenu li a {
	display: block;
	margin: 0 2px 0 0;
	padding: 1px 10px 1px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	background-color: #42515a;
	border: solid 1px #42515a;
	text-decoration: none;
}

ul#submenu li.active a {
	color: #42515a;
	background-color: #fff;
	border: solid 1px #42515a;
}

ul#metamenu {
	padding: 0 0 0 12px;
	list-style: none;
	}

ul#metamenu li {
	float: left;
}

ul#metamenu li a {
	display: block;
	margin: 0 2px 0 0;
	padding: 5px 10px 2px 10px;
	color: #14323d;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

ul#metamenu li.active a {
	color: #f99d1b;
}



PRE     {
  background: #eeeeee;
  border: 1px solid #888888;
  color: black;
  padding: 1em;
  white-space: pre;
}

PRE.goodcode{
  background: #cfeccf;
}

PRE.badcode{
  background: #eccfcf;
}

