@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body  {
	background: #bbb;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	width: 980px;
	background: #fff;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	align: top;
}

#header {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	height: 170px;
}

#header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}

* ----addded____*

#header a:link, #wrapper a:visited {
    text-decoration: none;
    color: #b36b00;
}
#header a:hover, #wrapper a:active {
	color: #900;
	border-bottom: 1px dashed #566440;
	text-decoration: none;
}
/* ===== contact link ===== */

#header #contactButton {
	position: absolute;
	left: 850px;
	top: 0px; 
	margin: 0px;
	padding: 0px;
}

#contactButton a:link, #contactButton a:visited{
    height: 29px;
    width: 86px;
    display: block;         /* make it a block element */
    text-indent: -1000em;   /* keep the text out of the display */
    background: url(../images/contact_icon_dual.gif) no-repeat left top;
    border: none;           /* don't display a border */
	align: bottom;
}

#contactButton a:hover, #contactButton a:active{
    background-position: left bottom;   /* relocate the image to show the rollover image */
}

#features {
	margin: 0px;
	padding: 0px;
	height: 150px;
}

#navigation {
	margin: 0px;
	padding: 0px;
	height: 50px;
	clear: both;
}

#navigation p.leftMenu {
	font-family: "arial";
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#navigation p.leftMenu a {
	color: #600;
	text-decoration: none;
}

#navigation p.leftMenu a:hover {
	color: #333;
	border: none;
	text-decoration: none;
	border-bottom: 1px dashed #566440;

}

#mainContentMisc {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 910px;
	float: left;
}

#mainContent {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 510px;
	float: left;
}

#innerContent {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
}

#mainContentStory {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 710px;
	float: left;
}

#innerContent h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 130%;
}
#innerContent h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.35em;
	font-weight: bold;
	line-height: 130%;
}


#innerContent byline {
	font-size: 0.9em;
	text-align: center;
	text-align: center;
	line-height: 1.4em;
}

#innerContent p{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 18px;
	line-height: 1.5em;
}

#float {
	float: right;
	width: 360;
	display: block;
  }
  

#float img {
	margin-left: 10px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
}
	
#float img.lineart {
	margin-left: 10px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#floatCenter {
	width: 400;
	display: block;
  }
  
#floatCenter img {
	padding-left: 110;
	display: block;
	margin-left: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
}

#float p.caption {
	width: 350px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding-top: 2px;
	padding-bottom: 8px;
	padding-right: 10px;
   }

#floatCenter p.caption {
	width: 400px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-left: 140px;
	padding-top: 2px;
	padding-bottom: 8px;
	padding-right: 100px;
   }

#innerContent p.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
}

#innerContent p.continue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-bottom: 15px;
	color: #900;
	font-weight: bold;
}
#innerContent p.continue a {
	color: #900;
	text-decoration: none;
}

#innerContent p.continue a:hover {
	color: #333;
	border: none;
	text-decoration: none;
	border-bottom: 1px dashed #566440;

}

#toc {
	background-color: #FFF;
	margin: 0px;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 200px;
	float: left;
	border-left: solid #aaa 1px;
	border-right: solid #aaa 1px;
}

#toc h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #006;
	text-align: center;
	padding-bottom: 7px;
}

#toc p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.3em;
	padding-bottom: 8px;
	text-decoration: none;
}

#toc p a {
	color: #600;
	text-decoration: none;
}

#toc p a:hover {
	color: #333;
	border: none;
	border-bottom: 1px dashed #566440;
}

#adSidebar {
	margin: 0px;
	padding-right: 20px;
	width: 200px;
	float: right;
}

#adSidebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #036;
	text-align: center;
	}
	
#adSidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	line-height: 1.5em;
	padding-bottom: 18px;
	font-style: italic;
}

#adSidebar p.continue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-bottom: 15px;
	color: #900;
	font-weight: bold;
	text-decoration: none;
}

	#adSidebar h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #000;
	line-height: 1.3em;
	font-weight: bold;
}

#adSidebar h6 {
	text-align: center;
	font-size: 1em;
	color: #033;
}

#3ad {
	margin: 10px;
	padding-top: 10px;
	padding-left: 10 px;
	height: 240px;
	clear: both;
}

#links {
	margin: 10px;
	padding: 0px;
	height: 170px;
	clear: both;
}

#footer {
	margin: 0 auto;
	padding: 5px;
	height: 40px;
	clear: both;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #009;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #006;
	margin: 0;
	padding: 10;
	text-align: center;
}

#footer a {
	color: #900;
	text-decoration: none;
}

#footer p a:hover {
	color: #333;
	border: none;
	text-decoration: none;
	border-bottom: 1px dashed #566440;
}
#innerContent p columnhead {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #mainContentStory #innerContent #float .quote {
	font-size: 1.2em;
	width: 350px;
	padding: 15;	
}
.sidestory {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5 em;
	font-size: .9 em;
	padding-bottom: 18 px;
}
