﻿@charset "utf-8";
/* CSS Document */
p {
	margin-top: 2px;
	margin-bottom: 15px;
	text-indent: 20px;
}

p#noindent {
	text-indent: 0;
}

p#reverseindent {
	text-indent: -20px;
	margin:0;
}

html {
	
    color: #939393;
}

body {
	font-family:Arial, Helvetica, sans-serif, "Times New Roman";
	text-align: justify;
	background-color: #004000;
	margin: 0;
	padding: 0 20px;
	height:100%;
}

a:link, a:visited {
	text-decoration:none;
	color:#000000;
}

a#nav:link, a#nav:visited {
	text-decoration:none;
	color:#ffffff;
}

a#nav:hover {
	color:#040;
	background: #fff;
}

a:hover {
	color:#007700;
	color:#fff;
	background:#007700;
}

div#wrapper {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/border-left.gif) 0 0 repeat-y;
	background-color: #ffffff;
	overflow: hidden;
}

div#wrapper_r {
	background: url(../images/border-right.gif) 100% 0 repeat-y;	
	padding: 0 50px 20px 50px;
	overflow: inherit;	
}


div#header_wrapper {
	background: url(../images/filler-header.gif) 0 0 repeat-x;
	background-color: #fff;	
	position: fixed;
	width: 780px;
	padding: 10px 0;
	z-index: 1;
}

div#content_wrapper {
	margin:95px 0 50px 0;
	
}

div#header {
	background: url(../images/logo-gnld_header.gif) 100% 0 no-repeat;
	width: 100%;
	height: 58px;
	float: right;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 1;

}

div#header_text {
	vertical-align: middle;
	text-align: right;
	margin-right:100px;
	font-family:"CG Omega",Arial,Helvetica,Sans Serif;
	margin-top:21px;
	position:absolute;
	right:0;
}

div#nav_bar {
	vertical-align: middle;
	text-align: left;
	margin-left:20px;
	font-family:"CG Omega",Arial,Helvetica,Sans Serif;
	margin-top:21px;
	float:left;
}

div#title {
	font-size: 3.0em;	
	color: #004000;
	font-family:"CG Omega",Arial,Helvetica,Sans serif;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -0.06em;
	line-height: 1em;
}

div#hline {
	margin: 10px 0;
	background-color: #000000;
	height: 1px;
	width: 100%;
	font-size: 0;
}

div#intro {
	font-weight: bold;
	text-align: justify;
	font-family:"CG Omega",Arial,Helvetica,Sans Serif;
}

div#outline {
	outline: black solid thin;
}

div#greyblock {
	background-color: #EEEEEE;
	padding: 5px 20px;
	margin: 10px 0;
	overflow:auto;
}

div#greyoutline {
	background-color: #eeeeee;
	padding: 5px 20px;
	margin: 20px 10px;
	outline: black solid thin;
}

div#whiteoutline {
	background-color: #ffffff;
	margin: 10px 10px;
	outline: black solid thin;
}

span#largecap {
	font-size: 1.3em;
}

span#capitals {
	text-transform: uppercase;
}

ul {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}

ul

ul#nodisc {
	list-style-type: none;	
}

ul#nodisc li {
	list-style-type: none;
}
ul#numbered {
	list-style-type: decimal;
}

ul.indent {	
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 10px;
}

ul.space {
	list-style-position: outside;
	margin-left: 20px;
}

ul.space#numbered {
	margin-left: 25px;
}

ul.space li {
	margin: 10px 0;
}

ul#circle {
	list-style-type: circle;
}

p#nomargin {
	margin:0;
	padding: 0;
	text-indent: 20px;
}

h1 {
	font-family:"CG Omega",Arial,Helvetica,Sans Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #004000;
	margin: 0px auto;
	text-transform: uppercase;
}

h2 {
	font-family:"CG Omega",Arial,Helvetica,Sans Serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #004000;
	margin-bottom: 2px;
	text-transform: uppercase;
}

th {
	font-family:"CG Omega",Arial,Helvetica,Sans Serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #004000;
	margin: 0px auto;
	text-transform: uppercase;
	vertical-align: bottom;
}

h2#nomargin {
	margin: 0;
}

h3 {
	font-family:"CG Omega",Arial,Helvetica,Sans Serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #004000;
	margin:0;
	line-height: 0.9em;
}

h4 {
	font-family:"CG Omega",Arial,Helvetica,Sans Serif;
	font-size: 1em;
	color: #000000;
	margin:0;
	text-transform: uppercase;
	font-weight:bold;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	margin: 0;
}

h4#noblock {
	display:inline;
}

#underline {
	text-decoration: underline;
}

#bold {
	font-weight: bold;
}


td#left {
	padding-right: 15px;
}

td#right {
	padding-left: 15px;
}

div.portrait {
	text-align: center;
	margin: 5px 20px;
}

div.infobox {
	float: right;
	outline: black solid thin;
	width: 40%;
	margin: 10px 20px;
	padding: 10px;
	text-align: left;
}

div#right {
	float: right;
}

div#left {
	float: left;
}

div#references {
	font-size: 0.7em;	
}

table.outline {
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-spacing: 0;
}

tr#heading td {
	font-weight: bold;
	color: #004000;
	font-size:1.1em;
}

div.frontpage {
	width: 750px;
	height: 1141px;
	margin: 0 auto;
	background: url(../images/frontpage.jpg);
	position: relative;
}

div.toc a {
	background: url(../images/button-toc.png);
	width: 185px;
	height: 25px;
	position: absolute;
	top: 15px;
	left: 15px;}

div.toc a:hover {
	background: url(../images/button-toc_mo.png);
}

div.search a {
	background: url(../images/button-search.png);
	width: 272px;
	height: 25px;
	position: absolute;
	top: 15px;
	right: 15px;
}

div.search a:hover {
	background: url(../images/button-search_mo.png);
}
