/***********************************************/
/* wssci2009MAINSITE.css                             */
/* Use with template icepag08.dwt.aspx        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{ font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	line-height: 1.3em;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}


a:visited{
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #009900;
	font-weight: bold;	
}
h1, h2, h3, h4, h5{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	}

ol{
	margin-top: 2px;
}

ul{
	list-style-type: disc;
	margin-top: 2px;
}

ul ul{
	list-style-type: circle;
	margin-top: 2px;
}

ul ul ul{
	list-style-type: lower-alpha;
	margin-top: 2px;
}
sup {
line-height: 0;
vertical-align: text-top; font-weight:bold

}
sub {
line-height: 0;
vertical-align: text-bottom;

}

.gotomain { display: none }
.gotonav { display: none }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 100%;
	background-image: url(../images/mastheadBackground.jpg);
	background-repeat: repeat;
	background-position: left;
	height: 110px;
	}


#navBar{
	float: left; clear:both;
	width: 200px;
	margin-top: 15px;
	padding: 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #cccccc;
}

#content{ 
	float: left;
	width: 55%;
	padding: 10px 10px 10px 20px;  
}

#headlines{
	float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	font-size: 90%;
		}

/*************** #pageName styles **************/

#pageName{
	padding: 0px;
	font-size: 175%;
	color: #990000;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: normal;
	margin-left: 5px;
}


/************** .story styles *****************/


.story{
	clear: both;
	padding: 10px 0px 0px 10px;
}

.story p{line-height: 1.3em;	
	margin-top: 0px;
	margin-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	color: #000066;
}
.story blockquote {
	margin: 3px 0px 0px 25px;
}

.story li{
	margin-bottom: 8px;
	color: #000066;
	line-height: normal;
	}

.story h1, h2, h3, h4, h5, h6{
	color: #330066;
	font-weight: bolder;
	margin-bottom:0px;
	line-height: normal;
} 
.story h1 {font-size: 150%;}
.story h2 {font-size: 140%;}
.story h3 {
	font-size: 130%;
	color: #990000;
}
.story h4 {font-size: 120%;}
.story h5 {font-size: 110%;}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 80%;
	color: #666666;
	padding: 10px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

#navBar h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #CCF2EF;
	color: #000066;
	text-align: center;
	padding: 3px 0px;
	
	}
/*********** #sectionlinks styles ***********/
#sectionlinks{
	position: relative;
	background-color: #FFFFFF;
	color: #000066;
	font-size: 12px;
	list-style-type: none;
	padding-left: 6px;
	font-weight: bold;
	font-variant: small-caps;
}


#sectionlinks h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #E0E0EB;
	color: #000033;
	text-align: left;
	padding: 3px 0px 3px 3px;
	line-height: normal;
}

	
#sectionlinks a {
	display: block;
	padding: 2px 0px 2px 5px;
	font-size: 95%;
	border-bottom:1px solid #BFDDE6;
	border-top: 1px solid #E7F2F5;
	border-right: 1px solid #BFDDE6;
	font-weight: bold;
	color: #000066;
	white-space: normal;

}

#sectionlinks a:hover{
	background-color: #FFEA97;
	padding: 2px 0px 2px 5px;
	font-size: 95%;
	border-bottom:1px solid #E1B737;
	border-top: 1px solid #FFFFCC;
	border-right: 1px solid  #E1B737;
	color: #000066;
}

/*-------------miscellaneous---------*/

.ResearchHeading { margin-bottom: 5px;
background-color:#E8F0F4}

.ParaLineTop {
	border-top:thick dotted #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.floatLeft {
	float:left;
	margin-right:15px;
	padding-right: 10px;
}

.pad15px {
	padding: 15px 0px 0px;
}
.clearB { clear:both;}

