@charset "UTF-8";

body {
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Papyrus, Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.4;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
li {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

ul.items p {
	margin: 4px 0 24px 20px;
}

ul.items ul > li, ul.testimonials ul > li {
	margin: 0 0 0 84px;
	list-style: disc;
}

ul.items h2 {
	margin: 12px 0 0 0;
}
ul.testimonials p {
	margin: 12px;
	width: 400px;
}
ul.testimonials p.sig {
	margin: 12px;
	text-align: right;
}
#outerContainer {
	width: 1000px;
	background: #42413C;
	margin: 12px auto 0 auto;
}
#tapIntoSource {
	background: #F0EDC2;
}

div#header {
	background: #ADA96E;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 2px solid #333;
/*	-moz-border-radius-topleft: 80px;
	-moz-border-radius-topright: 80px;
	-webkit-border-top-left-radius: 80px;
	-webkit-border-top-right-radius: 80px;*/
}

div#header img {
	border: 2px solid #333;
	margin: 0 14px;
}
#content {
	float: left;
	background: #F0EDC2;
	padding: 12px 0 0 0;
	width: 570px;
	height: 612px;
	overflow: auto;
}
#content.scroll {
	overflow: scroll;
}
#content li {
	list-style: disc;
	margin-left: 56px;
}
#content h3 {
	font-size: 100%;
}
ul#nav li.current {
	background-color: #924B99;
}
ul#nav li.current a {
	color: #FFF;
}
#sidebar1 {
	float: left;
	width: 180px;
	background: #EADCAE;
	padding-bottom: 10px;
	height: 614px;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
}

ul#nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px;
}
ul#nav li {
	border-bottom: 1px solid #666;
}
ul#nav li {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #B480E7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
}
ul#nav li a {
	line-height: 1.2em;
	font-size: 22px;
	padding: 0 0 0 15px;
	color: #000;
}
ul#nav a, ul#nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	outline: 0;
}
ul#nav a:focus, ul#nav a:active { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
}

ul#nav > li > a:hover {
	color: #FFF;
}
#sidebar2  {
	background: #EADCAE;
	height: 604px;
	width: 216px;
	margin-left: 0px;
	float: right;
	padding: 10px;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
}
#sidebar2 p {
	font-size: 14px;
	margin: 24px 4px 0 4px;
	padding: 2px;
}
#sidebar2 p.sig {
	margin-bottom: 12px;
	margin: 0 0 12px 8em;
	border-top: 0;
}
#sidebar2 h2 {
	font-size: 100%;
	margin: 4px 0 0 4px;
	padding-left: 0;
}

#footer {
	padding: 6px;
	background: #ADA96E;
	height: 1.5em;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	border: 2px solid #333;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}




