body
{
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: arial, verdana, Helvetica, sans-serif;
  font-size: 14px;
  color: black;
  line-height: 1.2em;
}


#wrapper {
	margin: 12px auto;
	text-align: left;
	width: 1000px;
	position: relative;
}

h1 {
  font-family: Lucida Grande, Helvetica, Arial, sans-serif;
  text-shadow: #ccc 2px 2px 2px;
  font-variant: small-caps;
  font-size: 1.9em;
  line-height: 1.3em;
  color: #05aa3a;
  font-weight: bold;
  padding: 23px 0 0px 0;
  margin: 0 0 0 0;
  clear: left;
}

h2 {
  font-family: Lucida Grande, Helvetica, Arial, sans-serif;
  text-shadow: #ccc 2px 2px 2px;
  font-size: 1.45em;
  line-height: 1.15em;
  color: #ce7210;
  font-weight: bold;
  padding: 10px 0 0px 0;
  margin: 0 0 0 0;
}

h3 {
  font-family: Lucida Grande, Helvetica, Arial, sans-serif;
  text-shadow: #ccc 2px 2px 2px;
  font-size: 1.1em;
  color: #444444;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 1px 0;
}

a {color:#003344;text-decoration:none;}
a:hover {color:#bb1122; text-decoration:underline;}
a:visited {color:#339988;}

/* ***** */

/* header */

#header {
	background: url(images/header_bg.jpg);
	position: relative;
	width: 100%;
  height: 157px;
	margin-bottom: 11px;
}

#header .bl {
  background: url(images/header_bl.jpg) center left  no-repeat;
  height: 100%
}
#header .br { 
  background: url(images/header_br.jpg) center right no-repeat; 
  height: 100%
}
#header .nv {
	position: absolute;
	top: 15px; right: 30px;
	color: #fff;
}
#header a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#header a:hover {
	  text-decoration: underline;
}

/* body */

#body {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#col_l {
  float: left;
  width: 35%;
  padding: 0% 1%;
	text-align: justify;
}
#col_c {
  float: left;
  width: 60%;
  padding: 0% 1%;
	text-align: justify;
}
#col_r {
  float: left;
  width: 18%;
  padding: 0% 1%;
}

#nav {
  float: left;
  width: 15%;
  padding: 0% 0% 3% 1%;
}
table.navtable {
  width: 100%;
  font-size: 10pt;
  text-align: center;
  border: 1px solid #ccc;
  margin-top: 10px;
}
th.navbar {
  background: #555;
  color: #fff;
}
.sectioncell {
  background: #ddd;
  text-align: left;
}
.catcell {
  background: #f5f5f5;
  text-align: left;
  text-indent: 15px;
}

#pagecontent {
  float: left;
  width: 77%;
  height: 100%;
  padding: 0% 0% 1% 3%;
}

/* footer */

#footer {
	clear: both;
	text-align: center;
  height: 20px;
  width: 100%;
	background-color: #4995c7;
  padding-top: 4px;
	color: #fff;
	font-weight: bold;
}

/* Monospaced elements */

pre {
  background-color: #e5e5e5;
  border: 1px solid #050505;
  padding: .5em 1em;
  margin: 0 2em .5em 2em;
  font-weight: bold;
  font-family: monospace;
}

pre.systemitem {
  font-style: italic;
}

pre.userinput {
  color: #101310;
}

pre.root {
  color: #101310;
  border: 1px solid #11a;
}

pre.screen {
  color: #000;
  background-color: #e9e9e9;
  font-weight: normal;
}

.literal, .prompt {
  font-weight: normal;
}

/* image */
img.fl { 
  float: left; 
  margin: 4px; 
}
img.fr { 
  float: right; 
  margin: 4px; 
}
