/***********************************************/
/* NCSCE_print.css                             */
/* Use with template ncscemain.dwt             */
/***********************************************/

/***********************************************/
/* CFM tag styles                             */
/***********************************************/


/***********************************************/
/* Used Styles                                 */
/***********************************************/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

a:link, a:visited, a:hover {
	color: #000066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #000000;
}

h3{
 font-size: 100%;
 color: #000000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: circle;
 font-size: 12px;
}

ol{
 font-size: 12px;
}

label{
	font: bold 100% Arial,sans-serif;
    color: #334d55;
}

#imageright {
	position: absolute;
	top: 259px;
	left: 463px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px
	}

#imageleft {
	position: absolute;
	top: 242px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	float: right;
	padding: 0px 0px 0px 0px;
}

#pagehead {display: none}

#search {display: none}

#search input {display: none}

#topbar{
    position: absolute;
    top: 150px;
	left: 12px;
}

#siteInfo{
	clear: both;
	font-size: 70%;
	color: #666666;
	padding: 3px 0px 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

#content{
    float: left;
	width: 99%;
	margin: 0;
	padding:  0px 5px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.feature{
	padding: 0px 5px 0px 0px;
	font-size: 100%;
	min-height: 200px;
}

html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 1px 0px 5px 0px;
}

.feature img{
	float: right;
	padding: 0px 5px 0px 0px;
}



/***********************************************/
/* Unused Styles                               */
/***********************************************/

#masthead{
	width: 700px;
	margin: 0;
	padding: 10px 0px 0px 5px;
	width: 100%;
}

#navBar{
	margin: 26 0 0 67%;
	width: 17%;
	padding: 0px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

#pagecell1{
	position:absolute;
	top: 164px;
	left: 12px;
	width: 752px;
	background-color: #ffffff;
}

#pageNav{
	float: left;
	width: 755px;
	padding: 0px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 1px;
}

#sectionLinks h3{
	padding: 0px 0px 1px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #0000cc;
}

#sectionLinks a:hover{
	border-top: 1px solid #003366;
	background: #cccccc;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 1px 1px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 0px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 0px 2px 0px 1px;
}

#advert img{
	display: block;
}

/********************* end **********************/


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
