/*
	Department of Chemistry
	University of Rochester
	Author:	John Bertola
	Date:	May 15, 2008
	CSS Styles
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(page_bg_tier2.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #00467F;
}

#wrapper {
	width: 874px;
	margin: 7px auto 0 auto;
}

#header {
	position: relative;
	height: 110px;
	background-image: url(header_bg_tier2.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#nav {
	position: relative;
	z-index: 950;
	height: 57px;
	background-image: url(nav_bg_tier2.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#body {
	color: #222222;
	position: relative;
	padding: 20px 20px 2px 20px;
	font-size: 0.9em;
	background-image: url(body_bg_tier2.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#body p {
	margin-bottom: 1em;
	text-align: left;
	margin-right: 2px;
}

#body a,
#body a:visited,
#body a:active {
	font-weight: bold;
	color: #1B507B;
}

#body a:hover {
	color: #002849;
}

#body h1 {
	font-size: 1.4em;
	letter-spacing: -1px;
	color: #001E36;
}

#body h3 {
	font-size: 1.2em;
	color: #333333;
	margin-bottom: 0.6em;
}

#body h4 {
	font-size: 1.0em;
	color: #222222;
	font-weight: bold;
	margin-bottom: 0.6em;
}

#body h5 {
	font-size: 1.4em;
	letter-spacing: -1px;
	color: #001E36;
	text-align:center;
}

#body #left_col {
	position: relative;
	margin-right: 15px;
	width: 545px;
	float: left;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

#body #left_col img.frame,
#body #left_col img.two_wide {
	display: block;
	margin: 0 auto;
	padding: 5px;
	background-color: #EEEEEE;
	border: 1px solid #999999;
}

#body #left_col img.frame {
	margin: 0 auto 1.0em auto;
}

#body #left_col img.two_wide {
	float: left;
	margin: 0 5px !important;
}

#body #left_col .tw_frame {
	margin: 0 auto 1.0em auto;
	width: 530px;
}

#body #left_col p.note {
	text-align: left;
	color: #666666;
	font-style: italic;
}

#body #left_col .e_add {
	letter-spacing: -1px;
	font-size: 0.9em;
	font-weight: bold;
}

#body #left_col table {
	width: 520px;
	margin-bottom: 1em;
}

#body #left_col th {
	color: #222222;
	text-align: left;
	font-size: 1.1em;
	border-bottom: 2px solid #888888;
	padding: 6px 0 2px 4px;
}

#body #left_col tr.dark {
	background-color: #EEEEEE;
}

#body #left_col td {
	padding: 4px;
	border-bottom: 1px solid #888888;
}	

#body #right_col {
	position: relative;
	width: 251px;
	padding: 0 2px 0 5px;
	float: left;
}

#body #right_col ul {
	list-style-position: inside;
}

#body #right_col ul li {
	padding-bottom: 0.2em;
}

#body #right_col .group {
	padding-bottom: 1.5em;
}

#body #right_col a,
#body #right_col a:visited,
#body #right_col a:active {
	font-weight: bold; 
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #1B507B;
}

#body #right_col a:hover {
	color: #002849;
}

#body #right_col h2 {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	padding-bottom: 0.5em;
	color: #333333;
}

#body_bottom {
	padding-top: 13px;
	background-image: url(body_bottom_bg_tier2.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
