@charset "UTF-8";
/* CSS Document */

/***** BASIC ELEMENTS *****/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #222;
	}

#main-wrap {
	width: 800px;
	position: relative;
	margin: 0 auto;
	}

p {
	text-align: justify;
	line-height: 1.75em;
	margin: 25px 50px 40px 50px;
	}

img { float: left; }

a {
	text-decoration: none;
	color: #002C4A;
	font-weight: bold;
	}

a:visited { color: #002C4A; }

a:active { color: #002C4A; }

a:hover, a.current-page { color: #FF6600; }

h2, h3, h4, h5 {
	text-align: center;
	margin: 15px 0;
	}

h4 {
	clear: both;
	padding-bottom: 5px;
	border-bottom: 1px solid #002C4A;
	}

h5 { font-weight: normal; }

.clearfix:before,
.clearfix:after {
   content: ".";
   display: table;
   visibility:hidden
	}

.clearfix:after { clear: both; }

.clearfix { *zoom: 1; }

.kick-off-page {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}





/***** HEADER *****/

#header {
	position: relative;
	float: left;
	clear: left;
	margin-bottom: 20px;
	}

#header p {
	text-align: justify;
	display: inline-block;
	text-indent: 0;
	width: 480px;
	margin: 40px 0 0 40px;
	}

#header h3 {
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 0 0;
	}

#navigation {
	position: relative;
	width: 350px;
	clear: left;
/* 	margin: 0 auto; */
	margin-left: 30;
	float: left;
/* 	display: inline-block */
	}

#navigation a {
	display: inline-block;
	float: left;
	clear: left;
	font-size: 16px;
	margin: 15px 0 0 0px;
	}

#navigation2 {
	position: relative;
	width: 370px;
/* 	clear: left; */
	margin: 0 auto;
	margin-left: 370;
/* 	float: right; */
/* 	display: inline-block */
	}


.navleft{
  width:350px;
/*   height:200px; */
  background:red;
}

.navright{
  width:3500px;
/*   height:200px; */
  background:red;
}


/***** RESOURCES *****/

#resources {
	position: relative;
	float: left;
	clear: left;
	}

#resources img { margin-bottom: 30px; }

#resources a { font-size: 16px; }





/***** PUBLICATIONS *****/

#publications {
	position: relative;
	float: left;
	clear: left;
	width: 800px;
	}

#publications {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #002C4A;
	}





/***** DOCUMENTS *****/

#documents, #books { margin-top: 40px; }

#documents {
	position: relative;
	width: 375px;
	float: left;
	clear: left;
	}

#documents a { font-weight: bold; }

#documents table, #books table { width: 100% }

#documents td, #books td {
	color: #002C4A;
	font-size: 12px;
	padding: 10px;
	vertical-align: middle;
	}





/***** BOOKS *****/

#books {
	position: relative;
	width: 375px;
	float: right;
	clear: right;
	text-align: center;
	}

#books img { margin-bottom: 20px; }

#books p {
	font-size: 13px;
	line-height: 1.25em;
	}

#books td {
	width: 50%;
	padding: 15px
	}

#books td img { margin-bottom: 0px; }

#books td img {
	float: none;
	clear: none;
	}





/***** ABOUT *****/

#about {
	position: relative;
	float: left;
	clear: left;
	}

#about img { margin-bottom: 30px; }

#about a { font-size: 16px; }

#about-biographies a {
	display: block;
	clear: both;
	text-align: center;
	margin-bottom: 10px;
	}

#about-biographies { margin-bottom: 60px; }

#about-publications #books, #about-publications #documents { margin-top: 0; }

#topBar {

	font-weight : bold;
	font-size : 12px;
	margin-left: : auto;
	border-top-color : Black;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left-color : Black;
	border-lef-style : solid;
	border-left-width : 1px;
	padding-right : 3px;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;

}


#endBar {

	font-weight : bold;
	font-size : 12px;
	margin-right : auto;
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-right-color : Black;
	border-right-style : solid;
	border-right-width : 1px;
	padding-left : 3px;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;

}
