
*   {
    margin: 0;
    padding: 0;
    }

body 
    {
    font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #000;
    }

h1, h2, h3, h4
    {
	margin: 0;
    }

h2, h4 
    {
	border-bottom: 1px solid #F2F2F2;
	font-weight: normal;
	color: #37404C;
    }

h2  {
	margin-bottom: 3px;
	font-size: 25px;
	margin-top: 10px;
    }

h3  {
	font-size: 16px;
	font-weight: bold;
	color: #BF2110;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 2px;
    }

h4  {
    margin-bottom: 20px;
	padding-bottom: 9px;
	font-size: 14px;
	font-weight: bold;
    }

p, ul, ol /* This effects the main menu, the <p> and all <ul> and <ol> tags throughtout the site. Caution. 02/05/09 */ 
    {
	line-height: 160%;
	}
	
a   {
	color: #FF5A00;
    }

a:hover 
    {
	text-decoration: none;
    }

a img
    {
	border: none;
    }

img.left 
    {
	float: left;
	margin: 5px 20px 0 0;
    }

img.right 
    {
	float: right;
	margin: 5px 0 0 20px;
    }
	
img.photo_margin 
    {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
    }
	
br.clear 
    {
	clear: both;
	}



/* -------------------- Search -------------------- */
#search
    {
    display: none;
    }



/* -------------------- Header -------------------- */
#header 
    {
	margin-bottom: 0px;
	}
	
#printhead /* I use this for the heading when I print this web page. */ 
    {
	margin-left: 25px;
	margin-bottom: 10px;
	}



/* -------------------- Heading from ChE web site -------------------- */
#masthead 
    {
	display: none;
	}
	
#logo 
    {
	display: none;
	}
	
#department 
    {
    display: none;
    }



/* -------------------- Main navigation -------------------- */
.container 
    {
    display: none;
    }



/* -------------------- Wrapper -------------------- */
#wrapper 
    {
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
    }



/* -------------------- Wrapper 2 -------------------- */
#wrapper2 
    {
	margin-top: 0px;
    }



/* -------------------- Content -------------------- */
#content 
    {
	float: left;
	padding: 0 0 0 0px;
	margin-top: 0px;
    }

.post 
    {
	padding-top: 10px;
    }

.post .title 
    {
    }

.post .title a 
    {
	text-decoration: none;
	color: #37404C;
    }

.post .title a:hover 
    {
	text-decoration: underline;
    }
	
.post p 
    {
	margin-bottom: 17px;
    }
	
.post .p_right 
    {
	text-align: right;
    }
	
.post .image_center 
    {
	text-align: center;
	}
	
.post ul li 
    {
	margin-left: 20px;
	}
	
.post .pubs_list
    {
	line-height: 130%;
	}
	
.post .pubs_list li 
    {
	margin-left: 20px;
	margin-bottom: 12px;
	}
	
.post .spacer1 
    {
	display: block;
	margin-bottom: 40px;
	}
	
.post .imgRight 
    {
	float: right;
	}



/* -------------------- Sidebar -------------------- */
#sidebar 
    {
    display: none;
    }



/* -------------------- Footer -------------------- */
#footer 
    {
    display: none;
    }
	
