/* CSS Document */

@import "../../cssmenu/menu.css";

body {
	background: #fff url(../../images/home-bg.jpg) repeat-y;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
	
	}
	
h1 {
	font-size: 19px;
	line-height: 1.2em;
	color: #990000;
	font-weight: 100;
	
	}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	letter-spacing: -.05em;
	line-height: 1em;
	
	}

h3 {
	font-size: 11px;
	line-height: 1.37em;
	color: #666;
	font-weight: 100;
	
	}
	
a {
	color: #003366;
	text-decoration: none;
	
	}
	
a:hover {
	text-decoration: underline;
	
	}

a:visited {
	color: #DA4B67;
	text-decoration: none;
	
	}
	
.pagetitle {
	font-size: 19px;
	line-height: 1.2em;
	color: #990000;
	font-weight: 100;
	
	}
	
#search {
	position: absolute;
	left: 459px;
	top: 44px;
	z-index: 1001;
	
	}
	
#search input {
	border: 1px solid #990000;
	vertical-align: middle;
	margin: 0 1px 0 1px;
	
	}
	
#subhead {
	padding: 5px 0px 0px 22px;
	
	}
	
#content {
	padding: 22px 37px 0px 22px;
	
	}
	
#footer {
	background: url(../../images/footer-bg.gif) no-repeat;
	padding: 10px 0px 0px 0px;
	margin: 34px 0 0 22px;
	
	}
	
#footer_right {
	padding-top: 10px;
	
	}
	
#email {
	/* position:absolute;
	top:380px;
	left:538px;
	width:169px;
	height:18px;
	z-index:7000; */
}

#msds {
/*	position:absolute;
	top:398px;
	left:538px;
	width:169px;
	height:25px;
	z-index:8000; */
}

/* Article category titles on default.aspx and article.aspx pages */

.articlecategory {
	font-size: 15px;
	font-weight: bold;
	color: #00529B;
	padding: 0;
	
	}

/* Article title on article.aspx page */

.articletitle {
	font-size: 18px;
	font-weight: bold;
	color: #00529B;
	padding: 0;
	
	}

/* Date on article.aspx page */
	
.articledate {
	font-size: 11px;
	color: #999;
	padding: 0;
	margin: 0;
	line-height: 1em;
	
	}

/* Byline on article.aspx page */
	
.articlebyline {
	font-style: italic;
	
	}

/* Continue reading article link on default.aspx page */
	
.continuereading {
	font-size: 11px;
	font-weight: bold;
	
	}
