/* COLOR SCHEME */

.colorScheme {
	logo: #000000 ;

	seaGreen: #196877;
	seagreenHover: #259fb6;
	seagreenVisited: #90c9d4;
	seagreenFocus: #259fb6;
	}
	
body {
	margin:0px;
	padding:0px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	color:#333333;
	background:url('../images/legal/confidential.png');
	}
	
.wrapper {
	position:absolute;
	width:96%;
	padding:20px;
	}	

.redactedcourier{margin-top:-20px;
				line-height: 250%; 
				font-family:Courier;"
				}
		
.courier {margin-top:-10px;
		line-height: 130%; 
		font-family:Courier;
		}	
		
.couriershort {margin-top:0px;
		line-height: 130%; 
		font-family:Courier;
		}		
	
.bold {font-weight:bold;}


/*  link styles  */

a {
	text-decoration:none;
	color: #196877;
	font-weight:bold;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	}


a:link 		{color:#196877;}
a:visited 	{color:#90c9d4;}
a:hover 	{color:#259fb6;}
a:active	{color:#F68953;}
a:focus	{color:#259fb6;}



.navBar a {
	padding-right:20px;
	font-weight:bold;
	text-decoration:none;
}
.navBar a:link 		{color:#196877;}
.navBar a:visited 	{color:#90c9d4;}
.navBar a:hover 	{color:#259fb6;}
.navBar a:active	{color:red;}
.navBar a:focus 	{color:#259fb6;}

.footer a {font-weight:bold;
			padding-left:20px;
			text-decoration:none;
			}
			
.footer a:link 		{color:#9ee0ec;}
.footer a:visited 	{color:#90c9d4;}
.footer a:hover 	{color:#fff;}
.footer a:active	{color:red;}
.footer a:focus 	{color:#fff;}
 
/*  end link styles  */

/*  header styles here  */

img {border:none;}

.navBar {
	position:relative;
	width:100%;
	height:40px;
	padding: 20px 4px 4px 4px;
	}

/*  end header styles  */

/*  main content styles  */

.main {
	position:relative;
	float:left;
	width:65%;
	margin-top:20px;
	color:#333333;
	margin-top:-20px;
	line-height: 250%; 
	}
	
.biosmain {
	position:relative;
	float:left;
	width:80%;
	}	

.stroke {margin-bottom:-5px;
		}

h1, .main h1 {
	font-size:14pt;
	color:#333333;
	font-weight:bold;
	}
	
.main h2 {
	font-size:12pt;
	color:#333333;
	font-weight:bold;
	}
	
.main h3	{
    display:inline;
	font-size:14pt;
	color:#333;
	font-weight:bold;
	}
	
.main li {line-height: 150%;}	

.jd {font-weight:bold;
		font-size:11pt;
		list-style-type:none;}
		
.jdnormal {font-weight:normal;
			font-size:10pt;
			list-style-type:none;
			display:inline-block;
			}	

.arialtight{line-height: 100%;}


.news {
	width:26%;
	float:right;
	padding: 10px;
	}
	
.news h1 {
	font-size:11pt;
	color:#333333;
	font-weight:bold;
	}	

.bodyCopy {padding-bottom: 4px; 
			border-bottom:1px solid #aaaaaa;"
			}

table {width:100%;
	  padding:0;
	  margin-top:10px;
	  }
	  
td {vertical-align:top;
	padding: 0px;
	margin: 0;
	}

td img {margin-right: 20px;
		margin-bottom: 30px;
		margin-top: 10px;
		border:1px solid #000;
		}
		
		
		
td span {/*background-color:#888;*/
		position:relative;
		top:-15px;
		color:#555;
		}	
		
.subhead span {/*background-color:#888;*/
		position:relative;
		top:-25px;
		}	
		
td h3 {margin-top: 10px;
	   font-weight:normal;
	   color:#000;
	   }	

h3	{
	font-size:14pt;
	color:#333;
	/*background-color:yellow;*/
	}
			
hr {margin-top:-12px;
	color:#176877;
	}			
	
/*  end main content styles  */

.privacy {margin-top:-20px;}


/*  footer styles  */

.footer {
	position:fixed;
	width:100%;
	padding: 10px;
	bottom:0px;
	color:#ffffff;
	font-weight:bold;
	background-color:#196877;
	}
	
.footer span {float:right;
			padding-right:50px;
			}	
	
/*  end footer styles  */