/* BASIC ELEMENTS */

html { 
       height:100%;
       min-height:101%;
}

body { 
	padding:0px;
	margin:0px;
        font-size: 13px; 
	font-family:arial, helvetica, sans-serif;
	background-color:#dddddd;
        height: 101%;
        text-align: center;
 }

/* enforce 100% height */
* html #container {
        min-height: 100%;
        height:auto;

}

img {
	border:none;
}

p {
	margin: 0;
        font-size: 85%;
        line-height: 140%;
}

/* GENERAL LAYOUT */
div#container {
	width:960px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	border-left:1px solid #999;
	border-right:1px solid #999;
        position: relative;
        height: 100%;
        text-align: left;
}


div#leftcolumn {
        width: 120px;
	padding:0 0 0 17px;
}

div#rightcolumn {
        float: right;
	padding:0 0 0 17px;
	display:inline;/*ie double margin bug*/
	border-left:1px solid #eee;
        min-height: 100%;
}


div#nav { 
          width:100px;
          text-align: left;
	  padding:14px 0 14px 0;
}

div#content { 
          position: absolute;
          width:800px;
          text-align: left;
	  padding:20px 10 14px 10;
          min-height: 101%;
}

div#banner {
        position: absolute;
	height:50px;
	border-bottom:1px solid #999;
        width: 100%;
        background-color: #073a4d;
}

div#bannerText { 
        position: relative;
        left: 0px;
        margin: 10px 20px 10px 30px;
 }

div#bannerPic {
        float: left; 
        margin: 20px 20px 20px 30px;
 }

div#topRow {
        clear: both;
        margin: 20px 20px 20px 30px;
        background-color:#fff;
 }

div#contact {
        padding: 10px 10px 10px 10px;
        background-color:#fff;
 }
div#footer {

        clear: both;
	padding:0;
	text-indent:8px;
}



div#copyright {
        clear: both;
	text-align:center;
	font-size:80%;
	padding:14px 0 0px 0;
        position: relative;
        margin-top: -3.5em;
}


div#leftNavBar { 
        position: absolute;
        clear: both;
        width: 100px;
        top: 93px;
        left: 20px;
}

div#leftNavBar { 
        position: absolute;
        clear: both;
        width: 250px;
        top: 93px;
        left: 20px;
}

div#leftNavContent { 
        position: relative;
        top: 110px;
        left: 280px;
        width: 640px;
 }

div#topNavContent { 
        clear: both;
        position: relative;
        top: 150px;
        left: 80px;
        width:800px;
 }

div#item { 
        position: relative;
        clear: both;
	padding: 10px 5px 10px 0px;
        margin: 10px;
        width: 100% auto;
        height: 100% auto;       
 }
div#itemGray { 
        position: relative;
        clear: both;
	padding: 10px 5px 10px 0px;
        margin: 10px;
        width: 100% auto;
        height: 100% auto;
        background-color: #f0f0f0;
           
 }
div#logoDiv { 
        clear: both;
	margin:0 auto;
        width:960px;
        text-align:center;

 }

div#bannerPic { 
        position: absolute;
        left: 0px;
        top: 0px;
 }

div#logo { 
  float: left;
  margin: 20px;
 }

div#directoryTable { 
          margin: 20px 0px 0px 0px;
 }

div#projectsTable { 
          margin: 20px 0px 0px 0px;
 }

div#papersTable { 
          margin: 20px 0px 0px 0px;
 }

div#box { 
          text-decoration: none;
          position: relative;
          margin: 10px;
          border: 1px solid #6666aa; 
          padding: 10px;
}

#callout { 
         padding:15px;
         text-align:center
}

/* nav */

div.menuItemDiv { 
          padding: 3px;
 }

.menuItem { 
          text-decoration: none;
          font-size:90%;
          font-weight:bold;
            
}

.title { 
          text-decoration: none;
          font-size:110%;
          font-weight:bold;
          padding: 30px 5px 10 px 5px;
          color: #a00;
 }

.headline { 
          text-decoration: none;
          font-size:140%;
          font-weight:bold;   
          line-height: 140%;
          color: #666;
 }

.subHeadline { 
          text-decoration: none;
          font-size:95%;
          font-weight:bold;
          color: #666;
          line-height: 140%;
}

.revHeadline { 
          text-decoration: none;
          font-size:140%;
          font-weight:bold;   
          line-height: 140%;
          color: #fff;
 }

.revSubHeadline { 
          text-decoration: none;
          font-size:95%;
          font-weight:bold;
          color: #fff;
          line-height: 140%;
}

.subtitle { 
          text-decoration: underline;
          font-size:85%;
          font-weight:bold;   
	  padding: 30px 5px 10px 0px;
 }
 

.itemtitle { 
          text-decoration: none;
          font-size:85%;
          font-weight:bold;   
	  margin: 30px 0px 10px 0px;
 }

.topNavBarTab { 
          float: left;
          text-decoration: none;
          font-size:85%;
          font-weight:bold;
          padding: 6px;
          width: 100px;
          text-align: center;
}

.leftNavBarTab { 
          float: left;
          text-decoration: none;
          font-size:85%;
          font-weight:bold;
          padding: 6px;
          width: 150px;
          //text-align: center;

}

.categoryHeader { 
          text-decoration: underline;
          font-size:85%;
          font-weight:bold;
          text-align: left;
          margin: 10px 0px 30px 0px;          
 }

.caption { 
          text-decoration: none;
          font-size:90%;
          font-weight:normal;
          font-style: italic;
          padding: 10px;
          width: 100px;
          text-align: center;            
 }

.gray { 
        color: #ccc;
 }

/* GENERAL CHARACTERISTICS */
/* links */
a:link,
.body .infobox a:link,
.body .inset a:link,
.body #ImageControl a:link {
	color: #037;
	text-decoration: none;
}

a:visited,
.body .infobox a:visited,
.body .inset a:visited,
.body #ImageControl a:visited {
	color: #037;
	text-decoration: none;
}

a:hover,
.body .infobox a:hover,
.body .inset a:hover,
.body #ImageControl a:hover {
	text-decoration: underline;
}



/* links in body copy */
.body a:link {
	color: #037;
	text-decoration: underline;
}
.body a:visited {
	color: #037;
	text-decoration: underline;
}
.body a:hover {
	text-decoration: underline;
}



/* headlines */
h1 {
	font-size:136%;
	font-weight:bold;
	line-height:110%;

}
h2 {
	font-size:110%;
	font-weight:bold;
	line-height:110%;
	margin:0; 
	padding:0;
}
h3 {
	font-size:96%;
	font-weight:bold;
	line-height:110%;
}
h4 {
	font-size:78%;
	font-weight:bold;
	line-height:150%;
	margin:8px 8px 8px 8px;
	margin:0;
}
h5 {
	font-size:71%;
	font-weight:bold;
	margin:0px 0px 4px 0px;
}
h6 {
	font-size:71%;
	font-weight:normal;
	margin:0px 0px 4px 0px;
}

