/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

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

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0;
	padding: 0;
	border: 0;	
	background-color: #ffffff;
	background-image: url(../images/nav1_bg.jpg);
	background-repeat: repeat-y;
}

img {
margin: 0;
padding: 0;
border: 0;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family:  Arial,Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;

}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

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

#masthead{
	width: 770px;
	margin: 0;
	padding: 0;
	/*width: 100%;*/
background-color: #837ed7;
background-image: url(../images/row1_bg.jpg);
background-repeat: no-repeat;
border-bottom: 2px white solid;
	height: 102px;
}
	
#masthead_inner {
float: left;
	width: 770px;
}

img.scf_logo {
float: left;
display:none;
}
	
#masthead2 {
height: 49px;
background-color: #c8badb;
background-image: url(../images/row2_bg.jpg);
background-repeat: no-repeat;

}

#masthead2_inner {
	width: 770px;
}

#masthead2 img {
float: left;
}

#masthead3 {
margin:0;
padding:0;
height: 10px;
background-color: #88d1da;
background-image: url(../images/row3_bg.jpg);
background-repeat: repeat-x;
	display:none;}
	
#navBar {
	display:none;	
	}

#printLogo {
float: right;

margin-top: 0;
display:block;
}

#headertext {
display: block;
float: left;
margin: 0;
padding: 7px 0 0 0;
 font-weight: normal;
 font-size: 29px;
 color: #6ac6d2;}
 
.subhead_purple {
font-weight: bold;
color: #6a5acd;
}

.subhead_grey {
font-weight: bold;
color: #666666;
}

.credit {
display: block;
font-size: 11px;
font-weight: bold;
margin-top: 5px;
}


#story ul{
 list-style-image:url(../images/bullet_purple.gif);
 margin-left: 0px;
 padding-left: 17px;
}

#story ul li {
margin-bottom: 5px;
}

#holder {
	width: 770px;
}


/*#navBar{
	float: left;
	margin: 0;
	padding: 28px 0 0 0;
	width: 175px;}*/

#content{
  float:left;
	width: 640px;
	margin: 0 0 0 0;
	padding: 0;/**/
}

#right_menu {
display: none;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

/************* #breadCrumb styles ************

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}*/

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

#story{
	/*clear: both;*/
	float:left;
	width: 435px;
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 80%;
	width: 450px;

}

#story p{
	padding: 0;
	text-align: justify;
}



