html { 
  padding:0px;
  margin:0px;
}
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px;
	margin:0px;
	font-size: 88%;
}
p {
	font-size: 1em;
}
#frame {
	border-top: thin solid #666666;
	border-right: thin solid #666666;
	border-bottom: medium solid #666666;
	border-left: thin solid #666666;
}
#container {
	margin: 0px auto;
	padding: 0px;
	border-top: 1px none #0066CC;
	border-right: 1px solid #0066CC;
	border-bottom: 1px solid #0066CC;
	border-left: 1px solid #0066CC;
	text-align: left;
	width: 95%;
		}

/* Banner across top of page that says the name of the whole site */
#banner {
	padding: 0px;
	background-color: #AFD6FF;
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	background-image:  url("/images/grad.jpg");
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	height: 100px;
		}
		
.banner_img {
	float: left;
	margin: 10px 20px 0px 15px;
}
#main-title {
	font-size: 90%;
	color: #000000;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	margin: 0;
	padding: 0px 50px 8px 10px;
	background:  #AFD6FF url("/images/grad.jpg") repeat-y left;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	line-height: 1.25em;
}

.main-title imgs {
float: left; 
margin: 0px 20px 10px 0px;
}
 
/* To create the main image near the top of the page. */

#header-image {
background-color: #52526F;
background-image:   url("/images/Al-Oxide.jpg");
background-repeat: no-repeat;
background-position: center top;
height: 100px;
border-top: 2px none #ff4700;
border-bottom: 2px none #ff4700;
}

/* For the main navigation bar for the site. */
#content {
	padding: 0px;
	margin-left: 50%;
	background-color: #EBEBEB;
	margin-top: 0px;
		}

#sidebar-a {
			float: left;
			width: 48%;
			margin: 0 0px 0 0;
			padding: 0px;
			background-color: rgb(235, 235, 235);
		}
#navbar {
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	border-top: 1px solid #000000;
	border-right: none #000000;
	border-bottom: 1px none #000000;
	border-left: none #000000;
	background-repeat: repeat;
	padding: 0px 0px 10px;
	font-size: 76%;
	background-image: url(/images/vertical_grad.jpg);
	width: 100%;
	height: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}	

/* For text directly under the navigation bar. */

#headline {
	text-align: center;
	background-color: #ECECEC;
	padding: 10px 100px;
	margin: 10px 0px 0px;
}

/* Contains all the main body of text on the page */

#narrow {
	padding-right: 15%;
	padding-left: 15%;
	border: none;
	margin: 0px;
	padding-top: 0px;
}
#main-text {
	font-size: 76%;
	line-height: 1.35em;
	background-color: #F9F9F9;
	margin: 0;
}

#main-text p {
	margin-left: 40px;
	margin-right: 20px;
}

h1 {
	color: #000000;
	border-bottom: thin solid #0033CC;
	letter-spacing: 5px;
	font-weight: bold;
	background-color: #b4d8fd;
	margin: 0;
	padding: 5px 0 5px 40px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.2em;
}
h2 {
padding-bottom: 3px;
padding-right: 0;
color: #000000;
border-bottom: 1px #000000 solid;
letter-spacing: 2px;
font-weight: normal;
margin-left: 40px;
margin-right: 40px;
font-size: 1.2em;
margin-top: 0;
padding-top: 3px;
}

h3 {
	font-size: 90%;
	padding-left: 0px;
	border-bottom: 1px solid #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 40px;
	margin-top: 0px;
}

h4 {
	font-size: 90%;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 40px;
	margin-top: 0px;
	color: #0000CC;
}

h5 {
	font-size: 110%;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #0000CC;
	border-bottom: thin solid #000000;
	padding-top: 0px;
	margin: 5px 50px 0px 40px;
}
h6 {
	background: #B4D8FD;
	padding-left: 40px;
	border-bottom: thin solid #0000FF;
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 5px;
}

.float_img {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px 10px 5px 15px;
}

.strong {
	font-size: 1em;
	font-weight: bold;
	color: #4210C0;
}
.small {
	font-size: 80%;
	color: #999999;
}
.superscript {
	font-size: 6px;
	vertical-align: super;
}
.bold_TR {
	font-weight: bold;
	color: #FFFFFF;
	background: #999999;
}
.img_right {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.subscript {
	font-size: 8px;
	vertical-align: sub;
}

.table_indent {
	margin-left: 40px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 95%;
}
.td {
	background:  url("/images/vertical_grad.jpg") repeat-x;
}
.img {
	padding-right: 10px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

p, {
	margin-top: 5px;
	margin-bottom: 0;
}

ol, ul {
	padding: 0 0 0 3em;
	margin-left: 3em;
	list-style: square;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #ff4700;
}

a:hover {
text-decoration: underline;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
margin-bottom: 0;
padding-top: 8px;
padding-bottom: 8px;
font-size: 86%;
margin-top: 5px;
background-color: #9F9FBC;
color: #ffffff;
border-top: 1px #000000 solid;
border-bottom: 1px #000000 solid;
}

#footer a:link, #footer a:visited {
color: #ffffff;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #ffffff;
}
.headline {
	font-size: 125%;
	font-weight: bold;
	color: #008240;
	text-align: center;
	padding-top: 9px;
}
.headline_italics {
	font-size: 125%;
	font-style: italic;
	font-weight: bold;
	color: #008240;
}

.img_left {
	padding: 0px;
	margin: 10px 10px 10px 40px;
}
