/* CSS Document */

body {
	position: relative;
	clear: both;
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #FFFFFF;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}


/* Masthead */
.mastheadbkg {
    position:absolute; 
	clear: both;
	top:65px;
	left:0;
	width: 100%;  /* this will create a container 95% of the browser width */
	height:119px;
	background: url(/fiber/images/menubarbk3.gif) top repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right;
} 

.masthead { 
	 position: relative;
	 width: 800px;
	 margin: 0 auto;
	 padding:0 0 8px 0;
	 text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}  

.mastheaddes {
	font-size: 16px;
	color: #111957;
	padding: 40px 0px 8px 0px;
}
.udlogo {position:absolute; left:660px; top:0px;
}

/* Menubar */
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */


.menuwrapper
{	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width:810px;
	text-align: center;
	z-index: 999;
}

.crumbs {
    display:block;
	color:#999;
	font-size: 12px;
	padding: 10px 0 30px 0;
}
.issuedate {
	float: right;
	display: inline;
	font-weight:normal;
	color:#666;
}

/* Mainbody */
.container {
    position: relative;
	clear: both;
	width: 795px;
	font-size: 13px;
	line-height: 18px;
	color:#000;
	text-align:left;
	margin: 0 auto;
	padding-top:6px;
}
	

.header {
	font-size: 28px;
	color: #111957;
	font-weight: bold;
	background: url(../images/bluesubheaddot.gif) no-repeat;
	padding: 5px 0 8px 30px;
	
}

.header2 {
	font-size: 20px;
	color: #111957;
	font-weight: bold;
	text-align:center;
	
}
.header3 {
	font-size: 18px;
	color: #111957;
	font-weight: bold;
	
}
.header4 {
	font-size: 16px;
	color: #111957;
}
.header5 {
	font-size: 22px;
	line-height: 20px;
	font-weight: bold;
	color: #111957;
	border-bottom: 1px #111957 solid;
	padding: 2px 0 8px 0;
	margin:30px 0 0 0;
	
}

.header6 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #111957;
	border-top: 1px #111957 solid;
	border-bottom: 1px #111957 solid;
	padding: 2px 0 4px 0;
	margin:20px 0 0 0;
	
}
.header7 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #111957;
	border-bottom: 1px #111957 solid;
	background: url(../images/bluesubheaddot.gif) no-repeat;
	padding: 2px 0 8px 30px;
	margin:30px 0 0 0;
	
}
.header8 {
	font-size: 16px;
	color: #111957;
	font-weight: bold;
	
}
.dropcap
 {
	float:left;
	margin-top:0px;
	color: #fff;
	background-color: #111957;
	padding:10px 5px 0 5px;
	margin-right:12px;
	font-size:24pt;
	height:1em;
	font-weight:bold;
	line-height: 24px;
 } 

.dropcap2
 {
	float:left;
	margin-top:0px;
	color: #fff;
	background-color:#10A4EA;
	padding:10px 5px 0 5px;
	margin-right:12px;
	font-size:24pt;
	height:1em;
	font-weight:bold;
	line-height: 24px;
 } 

.question
 {
	color: #111957;
	font-weight:bold;
	padding-top:20px;
	padding-bottom: 10px;
} 

.answer1
 {
	padding-bottom:20px;
	padding-top:10px;
	border-bottom: 1px #111957 solid;
	width: 430px;
 } 
.answer
 {
 padding-bottom:20px;
 padding-top:20px;
 border-bottom: 1px #111957 solid;
 } 
 
.answer2
 {
 padding-bottom:20px;
 padding-top:20px;

 } 
.list ul{
	list-style: none;
}
.list ul li{
    list-style-image:url(../images/bluedot.gif);
    font-size: 12px;
	line-height: 14px;
	padding:0 0 10px 0;
}

.list2 ul{
	list-style: none;
}
.list2 ul li{
    list-style-image:url(../images/bluedot.gif);
    font-size: 13px;
	line-height: 18px;
	padding:0 0 10px 0;
}

.sidebarwrapper {
	background-color: #fff;
	width: 340px;
	float: right;
	padding-top:25px;
	margin:0 0 20px 20px;
}

.sidebar {
	padding: 2px 10px 5px 10px;
	background-color: #CBE3FF;
	border: 1px #b0b1ba solid;
	font-size: 12px;
	line-height: 18px;
	color:#000000;
	font-weight:normal;
	width: 300px;
	float: right;
	margin:0 0 20px 20px;
}

.sidebar ul{
	list-style: none;
}
.sidebar ul li{
    list-style-image:url(../images/issuebullet.gif);
    font-size: 12px;
	line-height: 14px;
	padding:0 0 10px 0;
}

.sidebar2wrapper {
	background-color: #fff;
	width: 380px;
	float: right;
	margin:0 0 20px 20px;
}

.sidebar2 {
	padding: 2px  10px 5px 10px;
	background-color: #CBE3FF;
	border: 1px #b0b1ba solid;
	font-size: 12px;
	line-height: 18px;
	color:#000000;
	font-weight:normal;
	width: 350px;
	float: right;
}

.sidebar2 ul{
	list-style: none;
}
.sidebar2 ul li{
    list-style-image:url(../images/issuebullet.gif);
    font-size: 12px;
	line-height: 14px;
	padding:0 0 10px 0;
}

.authorsnote {
	background-color: #fff;
	color: #111957;
	width: 700px;
	font-size:12px;
	padding:10px 0 0 0;
	margin:0 0 20px 20px;
}

/* Intro page */

.introductionbox {
	background-color: #D8E9C9;
	border-left: 1px #49751F solid;
	border-right: 1px #49751F solid;
	border-top: 1px #111957 solid;
	width: 770px;
	margin:0;
	padding:10px;
	}
.right {
	border:1px solid #000;
	margin: 0 0px 0px 20px;
	}
.archiveboxwrapper {
	width: 230px;
	margin:0 20px 0 0;
	float: left;
	}
.archivebox {
	padding: 2px  10px 10px 10px;
	background-color: #111957;
	border: 1px #b0b1ba solid;
	font-size: 12px;
	line-height: 16px;
	width: 210px;
	color:#fff;
	}
.archivebox a:link{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
.archivebox a:hover{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
	}
.archivebox a:visited{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
/* PI Box */
.pibox {
	font-size: 11px;
	line-height: 13px;
	width: 110px;
	float: left;
	margin:0 10px 20px 0;
	}
.pibox img {
	border:1px solid #000;
	margin: 0 0 5px 0;
}
/* Author Box */
.authorbox {
	font-size: 11px;
	line-height: 13px;
	float:right;
	margin:0 10px 20px 10px;
	}
.authorbox img {
	border:1px solid #000;
	margin: 20px 0 5px 0;
}
/* Issue */

/* Image Box no boarder */
.rightimage {
	font-size: 11px;
	line-height: 14px;
	float:right;
	margin:0 10px 20px 10px;
	}
.rightimage img {
	margin: 20px 0 5px 0;
}
.leftimage {
	font-size: 11px;
	line-height: 14px;
	float:left;
	margin:0 20px 10px 10px;
	}
.leftimage img {
	margin: 20px 0 5px 0;
}
/* Issue */
.issuewrapper {
	background-color: #fff;
	float: right;
	margin:0 0 20px 20px;
}
.issuebox {
	padding: 2px  10px 5px 10px;
	background-color: #CBE3FF;
	border: 1px #b0b1ba solid;
	width: 200px;
	margin:0 0 0 20px;
}
.issuebox ul{
	list-style: none;
}
.issuebox ul li{
    list-style-image:url(../images/issuebullet.gif);
    font-size: 12px;
	line-height: 14px;
	padding:0 0 10px 0;
}

.issuetitle {
	font-size: 22px;
	color: #111957;
	font-weight: bold;
	padding:10px 0 10px 0;
	border-bottom: 1px #111957 solid;
	
}

.contact {
	font-size: 12px;
	line-height:14px;
	color: #fff;
	background: #11A5ED;
	margin: 0 0 0 20px;
	}
.contact a:link{
	font-size: 12px;
	font-weight:bold;
	line-height:14px;
	color: #fff;
	text-decoration:none;
	}
.contact a:hover{
	font-size: 12px;
	font-weight:bold;
	line-height:14px;
	color: #111957;
	text-decoration:underline;
	}
.contact a:visited{
	font-size: 12px;
	font-weight:bold;
	line-height:14px;
	color: #111957;
	text-decoration:underline;
	}
/* World */

.worldbluebar {
	width: 792px;
	height:10px;
	margin:30px 0 0 0;
	background-color:#111957;
	}
	
.worldbottombar {
	width: 792px;
	height:10px;
	margin:0 0 30px 0;
	background-color:#D8E9C9;
	}
.worldbox {
	background-color: #D8E9C9;
	border-left: 1px #49751F solid;
	border-right: 1px #49751F solid;
	border-top: 1px #111957 solid;
	width: 780px;
	margin:0;
	padding:10px 0 10px 10px;
}
.worldcontent {
	dispplay:block;
	width: 530px;
}

.worldimagebar {
	dispplay:block;
	width: 530px;
	height: 190px;

}

.worldimages {
	float:left;
	margin:0 3px 10px 0;
	display:inline;
	
}


.worldimagecapt {
    width: 310px;
	font-size: 10px;
	line-height: 12px;
	font-style:italic;
	text-align:left;
	float:left;
	
}

.worldarticlecol1 {
	dispplay:block;
	width: 250px;
}
.worldarticlecol2 {
    width: 260px;
	text-align:left;	
	float:right;
	padding:16px 0 0 20px;
}


/* Q&A */
.bluebox {
	padding: 2px  10px 10px 10px;
	background-color: #111957;
	border: 1px #b0b1ba solid;
	font-size: 12px;
	line-height: 16px;
	width: 200px;
	float: right;
	margin:0 10px 0 0;
	color:#fff;
	}
	

.qatitle {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	padding:10px 0 10px 0;
	
}
.columnistbox {
	font-size: 10px;
	line-height: 12px;
	width: 100px;
	float: right;
	margin:10px 0 5px 10px;
	}
.columnistbox img {
	border:1px solid #fff;
	margin: 0 0 5px 0;
}
.qareadmore {
	font-size: 12px;
	line-height: 12px;
	margin:10px 0 10px 0;
	color:#FF6600;
	}
.qareadmore a:link{
	font-size: 12px;
	line-height: 12px;
	margin:10px 0 10px 0;
	color:#F08120;
	text-decoration:none;
	}
.qareadmore a:hover{
	font-size: 12px;
	line-height: 12px;
	margin:10px 0 10px 0;
	color:#fff;
	text-decoration:underline;
	}
.qareadmore a:visited{
	font-size: 12px;
	line-height: 12px;
	margin:10px 0 10px 0;
	color:#F08120;
	text-decoration:none;
	}
/* Column Feature */
.featurecontainer {
    width: 100%;
	height:180px;
}

.featurecolumn {
    width: 240px;
	font-size: 12px;
	line-height: 16px;
	text-align:left;	
	float:left;
	padding:0 12px 0 12px;
	border-right: 1px #b0b1ba solid;
}

.featurecolumn a:link{
color:#1176C6;
font-size: 14px;
font-weight:bold;
text-decoration:none;
}
.featurecolumn a:hover{
color:#111957;
font-size: 14px;
font-weight:bold;
text-decoration:underline;

}
.featurecolumn a:visited{
color:#1176C6;
font-size: 14px;
font-weight:bold;
text-decoration:none;
}
.featurecolumn2 {
    width: 235px;
	font-size: 12px;
	line-height: 16px;
	text-align:left;	
	float:left;
	padding:0 7px 0 12px;
	
}

.featurecolumn2 a:link{
color:#1176C6;
font-size: 14px;
font-weight:bold;
text-decoration:none;
}
.featurecolumn2 a:hover{
color:#111957;
font-size: 14px;
font-weight:bold;
text-decoration:underline;

}
.featurecolumn2 a:visited{
color:#1176C6;
font-size: 14px;
font-weight:bold;
text-decoration:none;
}

/* Anchor Boxes */

.anchorcontainer {
    position: relative;
	 width: 790px;
	 display:block;
	 margin: 0 auto;
	 padding:0;
	 text-align: left;
}

.anchorcolumn {
    width: 380px;
	font-size: 11px;
	line-height: 13px;
	color:#fff;
	text-align:left;	
	float:right;
	background: #111957 url(../images/anchorcolumbk.gif) repeat-x;
}

.anchorcolumn2 {
    width: 380px;
	font-size: 11px;
	line-height: 13px;
	color:#fff;
	text-align:left;	
	background: #111957 url(../images/anchorcolumbk.gif) repeat-x;
}

.anchorcolumn2 a:link{
color:#74B6FF;
font-size: 13px;
font-weight:bold;
text-decoration:none;
}
.anchorcolumn2 a:hover{
color:#fff;
font-size: 13px;
font-weight:bold;
text-decoration:underline;

}
.anchorcolumn2 a:visited{
color:#74B6FF;
font-size: 13px;
font-weight:bold;
text-decoration:none;
}

.anchorcolumn a:link{
color:#74B6FF;
font-size: 13px;
font-weight:bold;
text-decoration:none;
}
.anchorcolumn a:hover{
color:#fff;
font-size: 13px;
font-weight:bold;
text-decoration:underline;

}
.anchorcolumn a:visited{
color:#74B6FF;
font-size: 13px;
font-weight:bold;
text-decoration:none;
}

/* ANCHORS */

a:link {
	color: #111957;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {	
	color: #4680DC;
	text-decoration: none;	
	font-weight: bold;
	}

a:hover {
	color: #4680DC;
	text-decoration: underline;
	font-weight: bold;	
	}

a:active {
	text-decoration: none;
	font-weight: bold;
}
/* footer */
.footer
{
	clear: both;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	
}
.footerbar
{
	width: 800px;
	margin-top:20px;
	padding:20px 0 40px 0;
	display: block;
	border-top:#003366 1px solid;
	text-align:left;
	color: #111957;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}
.copyright {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #003397;
	line-height: 12px;
	display: block;
	text-align: center;
}
.copyrightspace {
	letter-spacing: 3px;
}
.quote {
    width: 300px;
	font-size: 12px;
	line-height: 16px;
	text-align:left;	
	float:left;
	padding:0 12px 0 12px;
	margin-right:100px;
	color: #003397;
}
.quote2 {
    width: 300px;
	font-size: 12px;
	line-height: 16px;
	text-align:left;	
	float:left;
	padding:0 12px 0 12px;
	color: #003397;
}