body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 75%;
	background-color: #ffffff;
	color: #666666;
	/*background-image: url('../images/global_logo.png');
	padding: 110px 0 0 0;
	background-repeat: no-repeat;*/
}
	a:link,a:visited{
		color: #00b7c5;
		text-decoration: none;
	}
	a:hover,a:active{
		text-decoration: underline;
		cursor: pointer;
	}	
	
	.left {float: left;}
	.right {float: right;}
	
	h1 {
		margin: 0 0 25px;
		font-size: 2.5em;
		color: #00b7c5;
		font-weight: bold;
	}
	h2 {
		font-size: 1.4em;
		color: #8b8b8b;
	}
		h2 a { color: #8b8b8b; }
		
	h3 { 
		color: #006b77;
		font-size: 1.4em;
		margin: 0 0 6px 0;
	}
		h3 a:link, h3 a:visited { color: #006b77; }
	h4 {
		margin: 0 0 10px 0;
		font-weight: bold;
		font-size: 1.15em;
	}
	h5 {
		padding: 0 0 10px 0;
		font-size: 1.25em;
		font-weight: bold;
	}
			 p {
				padding: 0 0 25px 0;
				line-height: 1.6em;
			}	
			
			ul {
					list-style-image:url(../images/bullet-blue.gif);
					list-style-position: outside;
					margin: 0 0 0 20px;
				}
			ol {
					list-style-type: decimal;
					list-style-position: outside;
					margin: 0 0 0 20px;
				}
			ul li, ol li {
				padding: 0 0 15px 0;
				margin: 0;
			}
			
			
	.orange, a.orange:link, a.orange:visited, .orange a {color: #fa6403;}
	ul.orange { list-style-image: url(../images/bullet-orange.gif); }
	.teal, .teal a { color: #006b77;}
	.blue, .blue a { color: #00b7c5; }
	.blueBullet,
	.orangeBullet
	{
		display: block;
		padding-left: 12px;
		background-repeat:no-repeat;
		background-position: left center;
	}
	.orangeBullet, .orangeBullet:link, .orangeBullet:visited {
		background-image: url(../images/bullet-orange.gif);
		color: #fa6403;
	}
	.blueBullet, .blueBullet:link, .blueBullet:visited {
		background-image: url(../images/bullet-blue.gif);
		color: #00b7c5;
	}

	#container {			
		margin: 0 auto;
		max-width: 980px;
		min-width: 785px;
	} 
	
		#header {
			display: none;
		}

		#content,
		#secondaryNav,	
		#sidebar {
			float: left;
		}
		
		#content {
			padding: 10px 0 0 0;
			width: 100%;
			background-color: #ffffff;
		}
		#secondaryNav {
			display: none;
		}
		#sidebar {
			display: none;
		}
		
			#content p.breadCrumbs {
				display: none;
			}
			#content dl.imageCaption  {
				text-align: left;
			}
			#content dl.imageCaption dt {
				text-align: left;
			}
			#content dl.imageCaption dd {
				margin: 3px 2px 0 0;
				text-align: left;
				font-size: 0.8em;
				color: #b3b3b3;
			}
			
			#content dl.imageCaption img {
			}
				
			#content .lastUpdated {
				font-size: 0.9em;
			}
			#content .contentOptions {
				display: none;
			}		
		#footer {
			display: none;
		}
				#content .pagination {
					display: none;
				}
		#secondaryContent { display: none;}
		
		#briefcaseModal { display: none;}