* {
	padding: 0;
	margin: 0;
	border: 0;
}

html {
	height:100%
}

div.print {
	display:block;
	position: relative;
	left: 132px;
}

p.print {
	display:block;
	padding-bottom: 10px;
}

div#content {
    /* position: relative; */
	width: 941px;
	min-height: 82%;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/content_background.gif);
	background-repeat: repeat-y;	
}

/* IE Win < 7 only */

* html #content {
height: 100%
}

div#footer {
	bottom: 0;
	border-top: 1px solid black;
	background-color: white;
	width:100%;
	height: 10%;
	margin: 0px;
	
	display: none;
}

div#footercontent {
	width: 941px;
	margin: 0 auto;
}

div#footercontentleft {
	width:269px;
	padding:3px 5px 5px 5px;
}

div#footercontentmiddle {
	text-align: center;
	padding:3px 0 5px 0;
}

div#footercontentright {
	margin-right: 110px;
	padding:3px 5px 5px 0;
}

div#header {
	background-image: url(images/header_background.gif);
	background-repeat: repeat-x;
	width:100%;
}

div#headercontent {
	width: 941px;
	margin: 0 auto;
}

div#logo {
	position: relative;
	z-index: 100;
	height: 101px;
	background-image: url(images/logo_integral-leadership.gif);
	background-position: 786px 65px;
	background-repeat: no-repeat;
	
	display: none;
}

div#menu {
	position: relative;
	z-index: 110;
	width: 596px;
	height: 26px;
	line-height: 25px;	
	vertical-align: middle;
	
	display: none;
}

div#main_header {
	position: relative;
	background-color: white;
	background-repeat:no-repeat;
	width: 699px;
	height: 238px;
	
	display: none;
}


div#main {
	position: relative;
	width: 699px;
	background-color: white;
	padding-bottom: 50px;
	height:100%;
}

div#navigation {
	position: relative;
	width: 195px;
	font-size: 11px;
	
	display: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearfloat {
	float: none;
	clear: both;
}

.bold {
	font-weight: bold;
}

.minimalpadding {
	padding: 0;
}

a {
	text-decoration: none;
	color: black;
}

a:hover, a:active {
	color: #990000;
}

a.language {
	color: white;
}

a.language.highlight {
	color: #f7b800;
}

a.language:hover {
	color: #f7b800;
}

a.navigation {
	color: white;
	padding: 2px 10px;
}

a.navigation.highlight{
	color: #f7b800;
}

a.navigation:hover {
	color: #f7b800;
}

a.text {
	color: #625e5b;
}

a.text:hover, a.text:active {
	font-weight: normal;
	color: #990000;
}

a.selected {
	color: #990000;
}

li > a {
	color: #625e5b;
}

body {
	background-image: url(images/header_background.gif);
	background-repeat: repeat-x;
	background-color: #f3efe8;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
}

h1 {
	font-family: georgia;
	font-size: 30px;
	font-weight: normal;
	padding: 10px;
	color: #f7b800;
}

h3 {
	font-family: georgia;
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 5px 0;
	color: #625e5b;
}

h4 {
	font-family: georgia;
	font-size: 13px;
	padding: 20px 0 5px 0;
}

img {
	vertical-align: top;
}

img.logo {
	position: relative;
	left: 23px;
	top: 24px;
}

img.quote {
	position: relative;
	left: 489px;
}

p {
	padding: 15px 20px 0 0;
	font-size: 13px;
	line-height: 1.5em;	
}

p.firstelement {
	padding-top: 7px;
}

p.emphasize {
	color: #625e5b;
	font-family: georgia;
	font-size: 14px;
}

ul {
	list-style: none;
}

ul.navi {
	padding-top: 10px;
}

li.navi {
	padding: 0 5px 15px 15px;
	color: #625e5b;
	font-size:11px;
}

li.navi.selected {
	color: #990000;
}

li.naviparent {
	padding: 0 5px 5px 15px;
	color: #625e5b;
	font-size:12px;
	
}

li.subnavi {
	padding: 0 5px 5px 25px;
	color: #625e5b;
	font-size:12px;
}

li.text {
	padding: 0 0 5px 0;
	font-size: 13px;
}

li.link {
	display: inline;
	font-size: 12px;
	color: white;
}

li.highlight {
	color: #f7b800;
	padding: 2px 2px;
}

span.leftlink {
	padding: 2px 5px 2px 0;
	font-size: 11px;
	color: white;
}

div.maintext {
	position: relative;
	width: 504px;
}

div.minimalborder {
	position: relative;
	width: 130px;
}

div.menu_minimalleftborder {
	position: relative;
	width: 190px;
	line-height: 20px;			
}

div.menu_languageselector {
	position:relative;
	z-index: 130;
	line-height: 25px;
	width: 125px;
	font-size: 11px;
	
	display: none;
}

div.menu_print {
	position: relative;
	width: 32px;
	line-height: 18px;
	padding-top: 8px;
	padding-left: 3px;
	z-index: 130;
}

div.maintext.startpage {
	position: relative;
	padding: 50px 0 0 60px;
}	

