@charset "UTF-8";
html {overflow-y: scroll;}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0404B4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0404B4;
}
a:link, a:visited {
	color: #0066CC;
}
#home #nav-home a, #cv #nav-cv a, #pubs #nav-pubs a, #res #nav-res a, #teach #nav-teach a, #contact #nav-contact a {
	background: #58ACFA;
	color: #fff;
}
#home #nav-home a:hover, #cv #nav-cv a:hover, #pubs #nav-pubs a:hover, #res #nav-res a:hover, #teach #nav-teach a:hover, #contact #nav-contact a:hover {
	background: #58ACFA;
}
.strong {
	font-weight: bold;
	color: #58ACFA;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EBEBEB;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top-width: 5px;
	border-color: #DDDDDD;
	border-left-width: 5px;
	border-right-width: 5px;
	border-style: solid;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin: 0;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 30px 0 125px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent a {
	font-size: small;
}
.twoColFixLtHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
    color: #000000;
	padding: 15px 0px 0px 15px;
	margin: 0;
}
.twoColFixLtHdr #mainContent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
    color: #000000;
	padding: 10px 0px 0px 15px;
	margin: 0;
}
.twoColFixLtHdr #mainContent p {
	font-size: small;
    text-align: justify;
	padding: 10px 0px 0px 15px;
	margin: 0;
}
.twoColFixLtHdr #mainContent ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
	font-size: small;
}
.twoColFixLtHdr #mainContent ol {
	font-size: small;
	margin: 0px 0px 0px 22px;
	padding: 0px 0px 0px 15px;
}
.twoColFixLtHdr  #mainContent  li {
	font-size: small;
	margin: 0;
	padding: 10px 0px 0px 0px;
}
.twoColFixLtHdr #tree-struct {
	float: left;
	width: 420px;
	background: #EBEBEB;
	padding: 8px 8px 10px 15px;
	margin: 0;
}
.twoColFixLtHdr #tree-struct p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 0;
	margin: 4px 0px 0px 0px;
}
.twoColFixLtHdr #tree-struct a {
	font-size: x-small;
	color: #0066CC;
}
.twoColFixLtHdr #inset {
	float: right;
	width: 145px;
	background: #EBEBEB;
	padding: 8px 8px 8px 8px;
	margin: 0 -30px 0 20px;
	border-top: 1px #EBEBEB  solid;
	border-bottom: 1px #EBEBEB  solid;
	border-right: 1px #EBEBEB  solid;
	border-left: 1px #EBEBEB  solid;
}
.twoColFixLtHdr #inset p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
}
.twoColFixLtHdr #inset h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #inset a {
	color: #003399;
	font-size: x-small;
}
.twoColFixLtHdr #sketch {
	background: #666666;
	float: left;
	margin: 10px 0px 15px 10px;
	padding: 0px 15px 10px 5px;
	width: 580px;
}
.twoColFixLtHdr #sketch h1 {
	margin: 0;
	padding: 8px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #DDDDDD;
}
.twoColFixLtHdr #sketch p {
	margin: 0;
	padding: 8px 0px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #DDDDDD;
}
.twoColFixLtHdr #sketch a {
	color: #6699FF;
}
.twoColFixLtHdr #sketch ul {
	margin: 5px 0px 5px 28px;
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #sketch li {
	color: #EBEBEB;
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #sketch_img {
	background: #EBEBEB;
	float: left;
	margin: 10px 10px 5px 5px;
	padding: 5px 5px 5px 5px;
	width: 200px;
}
.lt_strong {
	color: #EBEBEB;
	font-weight: bold;
}
.twoColFixLtHdr #sketch_img p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0;
	padding: 5px 0px 0px 0px;
	color: #000000;
}
.twoColFixLtHdr #sketch_img a {
	color: #003399;
	font-size: x-small;
}
.twoColFixLtHdr #footer-links {
	background: #58ACFA;
	padding: 0;
	margin: 0;
}
.twoColFixLtHdr  #footer-links  p    {
	text-decoration: none;
	font-size: x-small;
	color: #FFFFFF;
	margin: 0px;
	padding: 4px 5px 6px 5px;
}
.twoColFixLtHdr #footer-links a {
	font-size: x-small;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.twoColFixLtHdr #footer { 
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px 5px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
}
.twoColFixLtHdr #footer a {
	color: #003399;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#topnav {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border: 1px solid #42432d;
	border-width: 1px 0px;
	background: #E0F2F7 url(../images/nav_top.jpg) 0 0 repeat-x;
	background-color: #E0F2F7;
}
#topnav li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
}
#topnav a:link, #topnav a:visited {
	color: #000;
	background: #E0F2F7;
	padding: 3px 40px 4px 10px;
	float: left;
	width: auto;
	text-decoration: none;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: small;
	border-right: 1px solid #42432d;
}
#topnav a:hover {
	color: #fff;
	background: #0B3861;
}
#topnav a:active {
	background: #e35a00;
	color: #fff;
}
#topnav  li:first-child  a {
	border-left: 1px solid #42432d;
}
#sidenav  #active-sub a                  {
	background: #666666;
	color: #FFFFFF;
}
#sidenav  #active-sub a:hover                  {
	background: #666666;
	color: #ffffff;
	font-style: normal;
}
#sidenav {
	padding: 1px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	width: 123px;
	color: #999999;
}
#sidenav li {
	list-style: none;
	margin: 0px;
	text-align: left;
	border-top: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	border-right: 1px #004080 solid;
	border-left: 1px #004080 solid;
}
#sidenav a:link, #sidenav a:visited {
	color: #000;
}
#sidenav a {
	display: block;
	padding: 5px 5px 4px 10px;
	text-decoration: none;
}
#sidenav a:hover {
	color: #fff;
	background: #000000;
}
