/* Some code from http://www.thenoodleincident.com/ */

h1 {
	font-family: "arial", "sans-serif";
	font-weight: bolder;
	font-size: 2em;
	color: black;
}

h2 {
}

/* h3 is used as a paragraph header. */
h3 {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	margin-top: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #990000;
}

/* h4 is used for small comments (copyright, notes, etc) */
h4 {
	font-family: arial, sans-serif;
	font-size: .5em;
	color:black;
}



p {
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: black;
	margin-top: 5px;	
}

body {
	background-color: #6699CC;
}

/* Menu is 15px from edge, should line up the grapic... */
ul.menu {
	list-style-type: none;
	margin-left: 15px;
	
	padding-left: 0px;

	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: .75em;
	
	line-height: 1.1em;

}

/* for formatting of bullets in conferences */
ul.c {
	font-size: 1em;
}

/* For sub menus in conferences */
ul.cs {
	font-size: .75em;
}



/* define unordered lists to fit the paragraph formatting */
ul {
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: medium;
	color: black;
}

img.bio {
	float: left;
	clear: left;
	margin-right: 25px;
	margin-bottom: 15px;
}


/* define how links hover in the menu */
div#left a:link { color: #333366; text-decoration: none; }
div#left a:visited {color: #333366; text-decoration: none;}
div#left a:link:hover {color: #990000; text-decoration: none;}
div#left a:visited:hover {color: #990000; text-decoration: none;}


/* define how links hover in the body */
div#middle a:link {color: black; text-decoration: none; 
border-bottom-style: solid; border-bottom-width: 1px;}
div#middle a:visited {color: black; text-decoration: none; 
border-bottom-style: solid; border-bottom-width: 1px;}
div#middle a:link:hover {color: #990000; text-decoration: none;}
div#middle a:visited:hover {color: #990000; text-decoration: none;}

/*make sure the opening page image doesn't have a line under it. */
div#middle a.fimg:link {
	border-bottom-style: none;
}
div#middle a.fimg:visited {
	border-bottom-style: none;
}

#left {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px, 0px, 0px, 0px;
	
	background: #6699CC;
	width: 160px; 
	}

#middle {
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 160px;

	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #333366;

	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #333366;
	
	/* short text still has full white */
	min-height: 100%;
	height: auto;
	

	/* Firefox renders enforcing the padding, IE does not...*/
	width: 68%;	

	top: 0px;
	background: white;
	}

#footer {
	
	position: relative;
	top: 96%;

	font-size: .65em;
}
