
*   {
    margin: 0;
    padding: 0;
    }

body 
    {
    background: #F6F6F6 url(../images/newer/top_body_bg.jpg) repeat-x;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
    }

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

h2  {
	margin-bottom: 15px;
	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: 5px;
    }

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: 170%;
	}
	
blockquote 
    {
	margin-left: 3em;
	margin-right: 3em;
    }

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
    {
	width: 877px;
	text-align: right;
	display: block;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 28px;
	}
	
#engine 
    {
	width: 190px;
	margin-top: 0px;
	margin-right: 5px;
	}
	
#searchtext 
    {
	background: #e5e5e5;
	border: 1px solid #ccc;
	font-size: 1.1em;
	width: 155px;
	margin-right: 5px;
	}
	
#go {
	background: #e5e5e5;
	color: #000000;
	padding: 0;
	}



/* -------------------- Header -------------------- */
#header 
    {
	height: 140px;
	background: #087FE7 url(../images/newer/banner_bg.jpg) no-repeat;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
    }

#printhead 
    {
	display: none;
	}



/* -------------------- Heading from ChE web site -------------------- */
#masthead 
    {
	color: #fff;
	padding-left: 40px;
	margin-bottom: 0px;
	}
	
#logo 
    {
	float: left;
	margin: 14px 0 0 15px;
	}
	
#department.tagline 
    {
	float: left;
	margin: 31px 0 0 0;
	padding-top: 2px;
	}
	
#department.tagline h1.prefixDepartment 
    {
	font-size: 1.4em;
	line-height: 1.6em;
	}
	
#department.tagline h1.group_title 
    {
	font-size: 3.0em;
	line-height: 1.1em;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #333333;
	color: #333333;
	}

#department.tagline p 
    {
	padding: 2px 0 15px;
	font-size: 1.5em;
	color: #333333;
	}
	
#department.tagline a /* Formats the links in the heading so the text doesn't change. */
    {
	color: #333333;
	text-decoration: none;
	}
	
#department.tagline a:link 
    {
	text-decoration: none;
	}
	
#department 
    {
	float: left;
	margin: 31px 0 22px 0;
	padding-top: 10px;
	}
	
#department h1.prefixDepartment 
    {
	font-size: 1.4em;
	line-height: 1.6em;
	}

#department h1.whichDepartment 
    {
	font-size: 2.2em;
	line-height: 1.1em;		
	padding: 0 0 5px 0;
	border-bottom: solid 1px #fff;
	}



/* -------------------- Main navigation -------------------- */
.container 
    {
	float: left;
	width: 100%;
	overflow: hidden;
	background: #BF2110;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
    }

#main_nav 
    {
    padding: 0; 
    margin: 0 auto; 
    list-style-type: none;
    float: left;
    position: relative; 
    left: 50%;
    }
  
#main_nav li 
    {
	float: left;
	position: relative;
	right: 50%;
	margin-top: 0px;
	margin-bottom: 0px;
    }
  
#main_nav a 
    {
	width: auto;
	display: block;
	padding: 4px 16px;
	color: #fff;
	background: #BF2110;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-top: 0px;
    }
  
#main_nav a:hover 
    {
    color: #fff; 
    background: #08c;
    }



/* -------------------- Wrapper -------------------- */
#wrapper 
    {
	width: 960px;
	margin: 0 auto;
	background: url(../images/img02.jpg) repeat-y;
    }



/* -------------------- Wrapper 2 -------------------- */
#wrapper2 
    {
	background: url(../images/img10.jpg) no-repeat left bottom;
	margin-top: 0px;
    }



/* -------------------- Page -------------------- */
#page /* This div was just created to hold a bg image.  Shame. */
    {
	}



/* -------------------- Content -------------------- */
#content 
    {
	float: left;
	width: 555px;
	padding: 0 0 0 76px;
	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 .pcenter 
    {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
	
.post .p_right 
    {
	text-align: right;
    }
	
.post .highlight 
    {
	color: #FF0000;
	}
	
.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 
    {
	float: right;
	width: 186px;
	padding: 20px 76px 0 0;
    }
	
#sidebar h3  
    {
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: bold;
	color: #37404C;
	margin-top: 0px;
    }

#sidebar ul 
    {
	margin: 0;
	padding: 0;
	list-style: none;
    }

#sidebar li 
    {
	margin-bottom: 40px;
    }

#sidebar li ul 
    {
    }

#sidebar li li 
    {
	margin: 0;
    }



/* -------------------- Footer -------------------- */
#footer 
    {
	background: url(../images/img05.jpg) no-repeat;
	padding-top: 10px;
	padding-bottom: 35px;
    }

#footer p 
    {
	margin: 0;
	padding-top: 13px;
	text-align: center;
	color: #8E8E8E;
    }

#footer a 
    {
	color: #666666;
    }


