@charset "UTF-8";
/* SCR_v40_index.css */

/* reset */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, address, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}		

ol, ul {list-style-type: none}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

/* global */

a {text-decoration: none; color: #006633}

body {
	position: relative;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: .85em;
	text-align: left;
	line-height: 1.25em;
	color: #7777777;
	}

#container{
	width: 970px;
	background-color: #ffffff;

}

#inside_container {border: 1px solid #cccccc}

#go {
	font-size: .75em;
	color: #ffffff;
	text-align: center;
	background-color: #000066;
}
	
/* masthead */

.font_08em {font-size: .8em}

#masthead {
	color: #000066;
	font-size: .8em;
}

#masthead #signup {
	text-align: left;
	padding: 0 0 0 5px
}

#masthead #logo_scr {text-align: left}

#masthead #logo_bsn {
	text-align: right;
	padding-right: 5px;
}

#masthead #signup_button {
	font-size: .9em;
	color: #ffffff;
	text-align: center;
	margin-top: 1px;
	padding: 1px;
}

/* navigation */

#nav_top{
	font-size: .8em;
	padding: 0 0 5px 10px;
}

#nav_top li {
	display: inline;
	padding: 0 10px 0 0;
}

#nav_top a {color: #666666}

#nav_top a:hover {color: #000066}

#nav_main{}

#signup_button {
	font-size: .75em;
	color: #ffffff;
	text-align: center;
	background-color: #000066;
}

/* content */

.author {color:#006633}

#col_left {
	text-align: left;
	width: 200px;
	border: 1px solid #cccccc;
}

#col_left, #col_mid, #col_right {padding: 10px}	

#col_left, #col_right {
	background-color: #efefef;
}

#col_right {
	text-align: center;
	border: 1px solid #cccccc;
	width: 170px;
}
	
#content {
	background-color: #ffffff;
	text-align: justify;
}

#content li {display: inline}

.dateline {
	font-size: .8em;
	color: #aaaaaa;
}

.drop_cap {
	float: left;
	font-size: 3em; 
	font-family:'Times New Roman', Times, serif;
	line-height: .75em;
	margin: 0 .1em 0 .1em;
}		
	
.headline {
	font-variant: small-caps;
	font-size: 1.3em;
	color: #000066;
	line-height: 1.3em;
	text-align: left;
	padding-top: 10px;
}

.headline_sub {
	font-variant: small-caps;
	font-size: 1.0em;
	color: #000066;
	line-height: 1.3em;
	text-align: left;
	padding-top: 5px;
}

hr {color:#cccccc}

#ed_picks li {
	display: block;
	font-size: .8em;
	font-weight: bold;
	padding: 0 0 0 5px;
}

#ed_picks a {color: #666666}
#ed_picks a:hover {color: #ffffff}

#ed_picks ul {list-style-type: normal}
	
.ed_picks_headline {
	width: 196px;
	background-color: #cccccc;
	font-size: 1.2em;
	text-align: center;
	color: #454545;
	padding: 7px;
}

#msc {
	width: 150px;
	height: 250px;
	text-align: center;
	background-color: #ffffff;
}	
	
#podcast, #video {padding: 7px}

p .read_more {
	text-decoration: none;
	font-size: .9em;
	color: #767769;
}
	
#survey, #video {
	font-size: .9em;
	font-weight: bold;
}

#survey {text-align: center; padding: 10px 0 0 0;}

#two_col {
	border-top: 1px solid #cccccc;
	padding: 10px;
}	

#video {
	color: #000066;
	padding-bottom: 3px;
}

	
/* footer */


#footer #tell a{
	float: left;
	font-size: 1.1em;
	color: #666666;
	padding: 5px 0 0 0;
	
}
	
#footer #copyright a {
	float: right;
	font-size: .8em;
	color: #666666;
	padding: 5px 0 0 0;
}

#footer #tell a:hover, #footer #copyright a:hover { color: #000066}
    



