body {
	margin: 0;
	padding: 0;
	background-image: url(images/page_background.jpg);
}
h2, h3 {
	margin-top: 0;
}
p {
	font: 80%/1.8 Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
}
a:link, a:visited {
	text-decoration: underline;
	color: #661E08;
	background-color: transparent;
}
a:hover, a:active {
	text-decoration: underline;
	color: #968354;
}
#wrapper {
	min-width: 400px;
	width: 100%;
}
#outer {
	border-left: 165px solid #661E08;  /* left column background */
	border-right: 200px solid #C9BB96; /* right column background */
	background: url(images/content_gradient.jpg) #fff repeat-x top center;        /* center column background */
}
#inner {
	margin: 0;
	width: 100%; 
}

#header {    
	color: #901602;
	border-bottom: 1px dotted #666;
	background: url(images/new_logo.gif) #F5F5B7 no-repeat top right;
	height: 111px;
}

.headerText {
	padding: 10px 0 0 10px;
	font: 85% Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}

#side1 {
	width: 160px;                      /* left column width */
	margin-left: -160px;               /* negative left column width */
	float: left;
	position: relative;
	z-index: 10;
}
#side1 h3 {
	width: 150px;
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #621313;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
}
#side1 .txt {
	width: 150px;
	background-color: #FCF5F5;
	border: 1px inset #901602;
}
#side1 ul {
	width: 150px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#side1 li {
	font: 90% Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.8em;
	border-bottom: 1px dotted #fff;
}
#side1 a:link, #side1 a:visited {
	text-decoration: none;
	color: #fff;
	background-color: transparent;
}
#side1 a:hover {
	color: #F5F5B7;
}
#side2 {
	width: 200px;                      /* right column width */
	margin-right: -200px;              /* negative right column width */
	float: left;
	position: relative;
	z-index: 11;
}
#side2 h3 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background-color: transparent;
	margin-top: 0.5em;
	margin-bottom: 0;
	padding-bottom: 4px;
	padding-left: 0.5em;
}
#side2 h1 {
	font: 65% Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	background-color: transparent;
	margin-top: 0.5em;
	margin-bottom: 0;
	padding-bottom: 4px;
	padding-left: 0.5em;
}
#side2 p {
	padding-left: 10px;
	font-size: 10px;
	line-height: 1.75em;
}
.testBox {
	padding: 4px 6px 2px 6px;
	margin: 0 0.5em 10px 1em;
	border: 1px dotted #B1B1B1;
	background-color: #ededed;
	line-height: 12px;
}
#content {
	margin: 0 5px 0 0;
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;
}
#content h2 {
	font: 130% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	color: #661E08;
	margin-top: 0.5em;
	margin-left: 1em;
}
#content h1 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin-left: 2em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	padding-bottom: 4px;
	border-bottom: 1px dotted #666;
}
#content h3 {
	font: 90% Georgia, "Times New Roman", Times, serif;
	color: #666;
	margin-left: 3.5em;
	margin-bottom: 0.7em;
	padding-bottom: 4px;
	border-bottom: 1px dotted #666;
}
#content ul {
	list-style: circle;
	margin-left: 75px;
	margin-right: 25px;
	padding-left: 0;
}
#content li {
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.8em;
}

.marginList {
	margin-left: 25px;
	list-style: square;
}

#content p {
	margin-left: 3em;
	margin-right: 2em;
}
#footer {
	background-color: #F5F5B7;
	width: 100%;
	position: relative;
	z-index: 13;
	border-top: 1px dotted #fff;
}
#footer p {
	padding-left: 1em;
	color: #666;
}
.clear { 
	clear: both;
}

/* Mozilla bug workarounds */
#outer > #inner { 
	border-bottom: 1px solid transparent; 
}
#side1 {
	margin-right: 1px;
}
#side2 {
	margin-left: 1px;
}
#content {
	margin: 0 -3px 0 -2px;
}