/***********************************************/
/* screen.css */
/***********************************************/

body{
	font-family: Arial, Helvetia, sans-serif;
	color: #111111;
/*	line-height: 1.166;	*/
	margin: 0px;
	padding: 0px;
 	background: #ffffff;
}

/******* 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% 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 100% Arial,sans-serif;
 color: #334d55;
 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;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* 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;
}

/****** link styles *****/

.skipLinks {display: none;}

a.head_glink, a.head_glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 1px 2px 2px 2px;
    background-color: #e3e5e6;    
	border-right: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
	border-left: 1px solid #888888;
    border-bottom: 1px solid #888888;
}

a.head_glink:hover{
/*  	background-image:  url("./css/glblnav_selected.gif"); */

	text-decoration: none;
    background-color: #ffd722;
    
	border-right: 1px solid #ffd722;
    border-top: 1px solid #ffd722;
	border-left: 1px solid #888888;
    border-bottom: 1px solid #888888;
}

a.head_crumb, a.head_crumb:visited{
  	font-size: small;
  	color: #e3e5e6;
	margin: 1px;
	padding: 1px 2px 2px 2px;
}

a.head_crumb:hover{

	text-decoration: none;
    background-color: #ffd722;    
}


/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 20px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

.mp_orange {
  color: #ff7d22;
}

.mp_grey {
  color: #e3e5e6;
}

.mp_blue {
  color: #005FA9;

}


/**** other  styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 20px;
	height: 20px;
}

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: 2px 2px 2px 10px;
	font-size: 80%;
}

.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;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("./css/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}
