/* general page elements */

body {
	margin: 0;
	background: #DEDFDE;
}

img {
	margin: 0 auto;
	border: none;
	padding: 0;
	background: #FFFFFF;
}
p {
	text-align: left;
	margin: 20 0 0 0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 130%;
}

a { text-decoration: none }
a:hover { text-decoration: underline }


/* index text */

h1 {
	text-align: left;
	margin: 20 0 0 0;
	color: #333365;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

h2 {
	text-align: left;
	margin: 10px 0 0 0;
	color: #333365;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

.abstract {
	text-align: left;
	margin: 5 0 0 0;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 130%;
	font-size: 12px;
}



/* layout */


.story {
	margin:0 0 20px 0
}





/* story text */

.title {
	margin: 10px 0 5px 0;
	border: 0;
	color: #006699;
	font-size: large;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-weight: bold;
}
.source {
	margin: 0 0 3px 0;
	border: 0;
	color: #333333;
	font-size: 12px;
	text-align: left;}
.source a:link { color: #006699; }
.source a:visited { color: #006699; }
.source a:hover { color: #3399CC; text-decoration: underline; }
.source a:active { color: #003366; }


.byline {
	margin: 10px 0 5px 0;
	border: 0;
	color: #3399CC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;}
.byline a:link { color: #3399CC; }
.byline a:visited { color: #3399CC; }
.byline a:hover { color: #006699; text-decoration: underline; }
.byline a:active { color: #003366; }


.story p{
	text-align: left;
	margin: 20 0 0 0;
	color: #333333;
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
}



.story a:link { color: #006699; }
.story a:visited { color: #003366; }
.story a:hover { color: #003366; text-decoration: underline; }
.story a:active { color: #003366; }

sup {
	font-size: 70%
}

.block {
	margin:20px 25px 0 25px;
}

/* hub page text */


.story h3{
	margin: 20px 0 5px 0;
	border: 0;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;}

h4 {
	margin: 10px 0 0 0;
	border: 0;
	color: #3399CC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;}


h5 {
	text-align: center;
	margin: 5px 0 10 px 0;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 110%;
	font-size: 14px;
}
	

/* text in nav bars */

.navtext {
	margin: 15px 0 5px 0;
	border-bottom: 1px solid #999999;
  	padding: 3px;
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;
}



/* These styles are for the advertorial Sponsor Spotlights in the News section */

#adBox {
background-color:#E0E0E0;
border:1px solid #006;
width:100%;
margin:15px 0px;
padding:10px;
font-family:Verdana;
font-size:11px;
line-height:14px;
width:auto;
}
#adBox a{
text-decoration:none;
}
#adBox h2{
font-family:Arial;
font-size:11px;
line-height:14px;
font-weight:bold;
margin:0 0 10px 0;
}
#adBox img{
margin:5px 5px 5px 0px;
padding:0px;
float:left;
}
#adBox h3{
font-size:11px;
color:#000;
text-decoration:none;
font-weight:bold;
padding:0;
margin:0;
}
.adBox p{
margin:0 0 0 0;
}
.adLink{
color:#339;
text-decoration:none;
}


