@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#Content {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#Content p {
	padding:0 10px 0px 40px;
}
#Content ul, #Content ol {
	padding:0 10px 0px 50px;
}
#homecontent p {padding-left:10px;}
#sidebar {
	margin-top:30px;
	background-color:#ffe49d;
	background-image:url(images/sidebarbg.gif);
	background-repeat:repeat-x;
	border-bottom:#003366 2px solid;
	border-top:#003366 2px solid;
	padding-bottom:10px;
	text-align:center;
	}
#sidebarwhite {
	margin-top:30px;
	background-color:#ffffff;
	border-bottom:#003366 2px solid;
	border-top:#003366 2px solid;
	padding-bottom:10px;
	text-align:center;
	}
#sidebar p {
	padding:0px 6px 0px 6px;
	font-size:11px;
 }
#sidebar ul, #sidebar ol {
	padding:0px 6px 0px 26px;
	font-size:11px;
 }
h1 {padding:6px 0px 0px 30px; font-weight:bold; font-size:16px; color:#006;}
h2 {padding-left:30px; font-weight:bold; font-size:13px; color:#CC9933;}
h3 {padding-left:40px; font-weight:bold; font-size:12px; margin-bottom: -6px; color:#003399; text-transform:uppercase;}
h4 {padding-left:40px; font-weight:normal;  font-size:12px; margin-bottom: -6px; text-decoration:underline;}

a {color:#006699;}

.authorspan {color:#996666; font-style:italic;}
.quoteinternal {font-weight:bold; font-style:italic; color:#663300; padding: 0px 40px 0px 40px; text-align:center;}
.tablehead {padding-left:3px; font-weight:bold; font-size:12px; line-height:14px; border-bottom:#600 1px solid;}
#footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size:10px;
	color:#999999;
	text-align:center;
	text-decoration:none;
	}
#footer a {
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size:10px;
	color:#999999;
	text-align:center;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
input { text-align:right; font-size:10px; background-color:#FFCC66; margin: 18px 54px -18px 0;}

.homerightsidelinks {padding-right:20px;}
.homerightsidelinks p {margin-bottom: -6px;}

.sidebarhead {font-weight:bold; font-size:12px; color:#CC9933;}
