html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #fff;
}

#page {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /* border: 1px solid gray; */
    line-height: 110%;
}

#header {
	/* height: 191px; */
    padding-top: 3px;
	height: 310px;
    /* border-bottom: 1px solid gray; */
}

#contentBody {
    /*
     min-height: 500px;
     height: auto !important;
     height: 500px;
     margin-bottom: auto;
     */
}

#sidebar {
    /*
     min-height: 500px;
     height: auto !important;
     height: 500px;
     */
    float: left;
    width: 135px;
    margin: 0 0 auto 0;
    padding: 3px;
}

#mainContent {
    /*
     min-height: 500px;
     height: auto !important;
     height: 500px;
     border-left: 1px dotted gray;
     */
    width: 635px;
    float: left;
    padding: 1em 10px 0 10px;
    text-align: justify;
}

#footer {
    clear: both;
    width: inherit;
    margin: 0;
    /* border-top: 1px dotted gray; */
    padding: 5px 0 0 0;
}

#navigation {
    width: 100%;
    height: inherit;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#navList {
    text-align: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#navList li {
    display: block;
    margin: 0;
    padding: 0;
}

#navList li a#welcomeLink {
    border-top-width: 1px;
}

#navList li a {
    display: block;
    width: 100%;
    border-width: 0 0 1px 0;
    border-color: #ccc;
    border-style: solid;
    font-family: arial, veranda, sans-serif;
    font-size: smaller;
    text-decoration: none;
    padding: 5px 3px 5px 0;
    color: #000;
    background-color: #f5f5f5;
}

#navList li a.active {
    background-color: #fff;
    /*	padding-right: 4px; */
}

#navlist li a:link {
    color: #448;
}

#navlist li a:visited {
    color: #667;
}

#navList li a:hover {
    background: #332;
    color: #fff;
}

#navList li a:focus {
    outline: none;
}

h1 {
    font-family: arial, veranda, sans-serif;
    font-size: large;
}

.hlt1 {
    background-color: #fff;
}

.hlt2 {
    background-color: #f5f5f5;
}

#peopleContent ul {
    list-style-type: none;
    padding: 0 0 .5em 0;
}

#peopleContent ul li {
    padding: .25em 0 0 1em;
}

#footerImages {
    margin: auto;
    width: 250px;
    height: 60px;
}

#footerImages img {
    float: left;
    margin: 0 10px;
}

#hostedby {
    float: left;
    text-align: center;
    font-size: small;
}

.imgfloatright {
    float: right;
    width: 102px;
    margin: 0 5px 5px 5px;
    padding: 5px 3px 3px 5px;
    border: 1px solid #666;
}

.imgfloatleft {
    float: left;
    width: 102px;
    margin: 0 5px 5px 5px;
    padding: 5px 3px 3px 5px;
    border: 1px solid #666;
}

.section {
	display: none;
}

a.imglink:link a.imglink:visited a.imglink:hover a.imglink:active {
	color: #fff;
}

.linkimg {
	border: 0;
}

.darpaSponsor {
    display: block;
	text-align: center;
	padding: 3px;
	margin: 5px;
	border-style: outset;
/*	 
    border-color: #FFD700;
	background-color: #0052CC;
	color: #FFF;	
*/	
	color: #000;	
	vertical-align: middle;
	font-weight:bold;
	text-decoration: none;
    font-family: sans-serif;
	line-height: normal;	
}
