﻿@import url("layout.css");
@import url("Table_Styles.css");

/*Formatting Stles */
h1 {
	font-size: medium;
	text-align: center;
	font-family: Verdana;
	color: black;
	font-weight:bold; 
}

h2 {	
	text-align:center;
	font-size: small;
	font-family: Verdana;
	color: black;
	font-weight:bold; 
}

/* Bold Italic Blue */
.b_itl_bl {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-style:italic;
	font-weight: bolder; 
	color: #0000FF;
}
.dac_bold {
	font-size: large;
	color: #6677BB;
}

}
.f_small {
	font-size: small;
}
.f_large {
	font-size: 14px;
}
.f_xlrg {
	font-size: x-large;
	color: #0000FF;
	font-family: Verdana;

}
.p_left_strd /*standard mid body paragraph */
	{
	padding-left:50px;
	width:85%;
	text-align:justify;
	}

.tbl_hdr {
	font-size:18px;
	color: #0000FF;
	font-family: Verdana;
}

#content img {
	display: block;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
	font-size:12px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* styles for top nav bar */
#topbar ul {
	list-style-type: none;
	width: 45px;
	display: block;
	margin: 0;
	padding: 0;
}

#topbar li {
	list-style-type: none;
	width: 110px;
	height: 45px;
	float: left;
}

#topbar a {
	font-weight: bold;
	height: 39px;
	text-decoration: none;
	color: white;
	display: block;
	padding: 3px;
	border-left-style: solid;
	border-left-color:#C0C0C0;
	font-size:14px;
	
	}

#topbar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
	
}

.herenow {
	color: blue; 
	background-color: #666666	}

/* Styles for Footer */
#footer a {
	color: blue;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.lnkstyl1 {
	color: blue;
	text-decoration:none;
	background-color: #CCCCCC;
	text-align:center;

}

a.lnkstyl1:hover {
	background-color: #C0C0C0}
	
	
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.clear
{
  clear: both;
}

.sans_14 {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:14px;
	text-align:justify
}
.sans_16 {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:16px;
	text-align:justify
}

.center {
	margin-left:auto;
	margin-right:auto;
}

.chem_ctr {     /*-- Used for Chemical Formulae --*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing:0.05em
}
.list_ctr {
	width:80%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

ul.list_ctr>li {
	font-size:16px;
	font-weight:normal;
	margin-left:15px;
}

