/***********************************************/
/* fd2_nav.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: arial,  verdana, tahoma, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: normal;	
	margin: 0px;
	padding: 0px;
	background-color:white;
background-image: url(../Images/FDbanner96.jpg);
background-repeat: no-repeat;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Verdana, Helvetica, Arial, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 10pt verdana, arial, helvetica, sans-serif;
 color: #0e20eb;
 margin: 0px;
 padding: 0px;
}


h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}



/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#langcell1{
	position:absolute;
	top: 110px;
	left: 5%;
	right: 55%;
	width:49.6%;
	background-color: #ffffff;
}

#langcell1 img{
border: 0;
width: 80px;
height: 16px;}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}


#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/


/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 50px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #000000;
}

#utility a:hover{
	font: 120% Arial,sans-serif;
	text-decoration: underline;
}

#utility2{
	color: #5c5cb7;
}

#utility2 a{
	color: #1f2cc1;
}

#utility2 a:hover{
	text-decoration: underline;
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
}



/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	/*min-height: 200px;*/
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}


.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

/*************** story styles ******************/

.story {
	padding: 0px 0px 0px 10px;
	font-size: 100%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

/************** siteInfo styles ****************/

#siteInfo{
position:absolute;
	top: 110px;
	left: 10px;
	right: 2%;
	width:100%;	clear: both;
	font-size: small;
	color: #5b3fcb;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}


/********************* end **********************/