#articlecontent p {
	margin-bottom: 10px;
}
/* -------------------------------------- */
/* -------  GLOBAL ELEMENTS  ------------ */
body,h1,h2,h3,h4,h5,h6,form,img,span,div,ul,li,p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background: url(../images3/page_bg3.gif) repeat-x #dfddd1;
	text-align: center;
	color: #555244;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}

/* span and link styles */
a {
	color: #C96503;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #03C;
}
a:visited {
	text-decoration: none;
	color: #00607C;
}
.orange { color: #c96503; }
.darkgray {
	color: #332F28;
}
.newstlye {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #900;
	font-size: 1.1em;
	font-weight: bold;
}
#articlecontent p b img {
	padding-top: 10px;
}
#articlecontent p strong img {
	padding-top: 10px;
}
.classsubtitle {
	color: #555244;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
}

.subtitle {
	color: #555244;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
}

.displayblock { display: block; }
.floatleft { float: left; }
.floatright { float: right; }
.outlineSubTitles {
	margin-top: -10px;
	margin-left: 1.5em;
}

/* Centers the layout */
#centered {
	margin: 0 auto;
	text-align: left;
	width: 921px;
}

/* Info bar (top) */
#info {
	padding: 12px 35px 14px 0px;
	text-align: right;
	color: #5e5d57;
	font-weight: bold;
}

/* Header */
#header {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 11px;
}
	#header a#logo {
	display: block;
	text-indent: -10000px;
	width: 330px;
	height: 95px;
	background-image: url(../images3/2010-dtd-logo-sml.png);
	background-repeat: no-repeat;
	background-position: 50px 5px;
	}
	
	#header a#logocenter {
	display: block;
	width: 300px;
	height: 95px;
	background-image: url(../images3/2010-dtd-logo-sml.png);
	background-repeat: no-repeat;
	background-position: 40px 5px;
	text-indent: -1000px;
	clear: both;
	margin-left: 300px;
	}
	
/* White content background */
#content {
	background-repeat: repeat-y;
	background-image: url(../images3/content_bg.gif);
}
#top {
	background: url(../images3/content_top.gif) no-repeat;
	padding: 11px 0px 0px 0px;
}
	#top.subpage {
		padding: 2px 0px 0px 0px;
	}

/* Grey banner */
#banner {
	height: 141px;
	padding: 0px 0px 0px 20px;
	color: #e2e0d5;
	background-image: url(../images3/banner_bg.gif);
	background-repeat: no-repeat;
	background-position: 20px 0px;
}
	/* Tagline box */
	#banner #quote {
	position: relative;
	top: -65px;
	left: 381px;
	width: 491px;
	height: 95px;
	color: #45443d;
	background-image: url(../images3/quote_bg2.png);
	background-repeat: no-repeat;
	}
		#banner #quote span {
	display: block;
	font-size: 1.4em;
	padding-top: 42px;
	padding-right: 40px;
	padding-bottom: 42px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
		}
	/* Banner text */
	#banner .text {
	display: block;
	font: 1.2em Arial;
	line-height: 1.7em;
	margin-top: -40px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 300px;
	}
	
/* Navigation */
#navigation {
	height: 64px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images3/nav_bg2.gif);
	background-repeat: no-repeat;
}
	/* Alternative navigation for subpage */
	#navigation.subpage {
	background: url(../images3/nav_bg3.gif) no-repeat;
	}
	#navigation ul {
	display: table;
	text-decoration: none;
	}
		#navigation ul li {
	display: table-cell;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
		}
			#navigation ul li a {
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-decoration: none;
			}
#navigation ul li a:hover {
	color: #047878;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
				#navigation ul li a span {
	display: block;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 24px;
	padding-left: 12px;
	text-align: center;
				}
			#navigation ul li.active a {
	color: #177A79;
	background-image: url(../images3/nav_left3.gif);
	background-repeat: no-repeat;
			}
			#navigation.subpage ul li.active a {
	background: url(../images3/nav_left3.gif) no-repeat;
			}
			#navigation ul li.active a span {
			background: url(../images3/nav_right.gif) no-repeat right top;
				}
			#navigation.subpage ul li.active a span {
	background: url(../images/nav_right.2gif) no-repeat;
				}

				
#container {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 53px;
}
	#container:after {
    	content: ".";
    	display: block;
    	height: 0;
    	clear: both;
    	visibility: hidden;
	}
	#container {
		display: inline-block;
	}
	/* Hides from IE-mac \*/
	* html #container { height: 1%; }
	#container { display: block; }
	/* End hide from IE-mac */
	
	
	/* Left column */
	#left {
	width: 530px;
	float: left;
	margin-bottom: 5px;
	}
		/* Left big text */
		#left .big {
	margin-bottom: 17px;
	line-height: 1.2em;
	display: block;
	font-family: Arial;
	font-size: 1.2em;
		}
		/* intro big text */
		#left #intro {
	display: block;
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 2px;
		}
		
		#left h2 {
	border-bottom: 2px solid #e5e5e4;
	font: bold 1.5em Arial;
	margin-bottom: 5px;
		}
		
		
		#left h3 {
	border-top-width: 1px;
	border-top-color: #484740;
	padding-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A5952;
	padding-bottom: 2px;
}

		#left h4 {
	border-top-width: 1px;
	border-top-color: #484740;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A5952;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #666;
	letter-spacing: 1px;
	padding-bottom: 1px;
	margin-bottom: 10px;
}

		
		/* Left lists */
		#left ul {
	list-style: none;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
		}
			#left ul li {
	background: url(../images3/bullet.gif) no-repeat 0px 8px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
			}
			
		/* Main articles */	
		#left #articlecontent {
	line-height: 1.5em;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
		}
			#left #articlecontent .img2 {
				border: 5px solid #dfddd9;
				padding: 3px;
				background: #ffffff;
				margin: 3px 28px 10px 0px;
			}
	
	/* Right column */
	#right {
	width: 292px;
	float: right;
	margin-bottom: 2px;
	}
		/* Headers */
		#right h1 {
			background: url(../images3/right_h1.gif) no-repeat;
			color: #ffffff;
			font: 1.6em Arial;
			padding: 7px 10px 18px 20px;
		}
#articlecontent h3 a {
	font-size: .9em;
	color: #c96503;
}
		#right .padding {
	padding-top: 2px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 11px;
		}
		#right .img1 {
			display: block;
			padding: 3px;
			border: 5px solid #e3e3e2;
			margin-bottom: 20px;
		}
		
		/* Right lists */
		#right ul {
			list-style: none;
		}
			#right ul li {
				border-bottom: 1px solid #e3e3e2;
				padding: 6px 15px;
			}
				#right ul li.active {
					background: #c96503;
				}
					#right ul li.active a {
						color: #ffffff;
					}
				#right ul li a {
	color: #C96503;
	font-weight: bold;
	font-size: 1em;
				}
		
		#right a.more {
	display: block;
	height: 25px;
	background: url(../images3/more3.gif) no-repeat;
	color: #ffffff;
		}
			#right a.more span {
				display: block;
				float: right;
				width: 89px;
				text-align: center;
				padding: 5px 0px;
			}
	
	/* Three column bottom portion */		
	#threecol {
	background: url(../images3/threecol_bg.gif) repeat-y;
	clear: both;
	line-height: 1.7em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
		#threecol:after {
    		content: ".";
    		display: block;
    		height: 0;
    		clear: both;
    		visibility: hidden;
		}
		#threecol {
			display: inline-block;
		}
		/* Hides from IE-mac \*/
		* html #threecol { height: 1%; }
		#threecol { display: block; }
		/* End hide from IE-mac */
		
		#threecol h3 {
			font: 1.5em Arial;
			margin-bottom: 10px;
		}
		#threecol ul {
			display: table;
		}
			#threecol ul li {
				display: table-cell;
				width: 254px;
			}
				#threecol ul li.one div {
					padding: 0px 16px 0px 0px;
				}
				#threecol ul li.two div {
					padding: 0px 30px 0px 30px;
				}
				#threecol ul li.three div {
					padding: 0px 0px 0px 25px;
				}
				#threecol ul li.two {
					width: 290px;
				}
				
				#twocol {
		
		clear: both;
		line-height: 1.7em;
		padding: 10px 0px;
	}
	
/* -------------------------------------- */
/* -------  two column placeholder  ----------------- */		
	#twocol {
	clear: both;
	line-height: 1.7em;
	padding: 10px 0px;
	}
		#twocol:after {
    		content: ".";
    		display: block;
    		height: 0;
    		clear: both;
    		visibility: hidden;
		}
		#twocol {
			display: inline-block;
		}

	
	
	
	
	
			
/* -------------------------------------- */
/* -------  FOOTER  --------------------- */			
#footer {
	background: url(../images3/footer_bg.gif) no-repeat;
	text-align: right;
	padding: 32px 38px 20px 0px;
}
#right .padding p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #42413B;
}
.subtext {
	text-indent: 10px;
}
