body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color:#221100;
	}
	
#content {
	margin: 0px;
	padding: 24px 24px 20px 36px;
	}
#content2 {
	margin: 0px;
	padding: 24px 24px 20px 36px;
	}
#content3 {
	margin: 0px;
	padding: 24px 24px 20px 36px;
	}
#content-v {
	margin: 0px;
	padding: 2px 24px 2px 36px;
	}
#content-v2 {
	margin: 0px;
	padding: 2px 24px 2px 36px;
	}

/*typography*/
a {
	/*letter-spacing: 1px;*/
	font-size: 12px;
	}
	
a:link {
	text-decoration: none;
	color: #0000cc; 
	}
a:visited {
	text-decoration: none;
	color: #006699;
	}
a:active {
	text-decoration: underline;
	color: #992211;
	}
a:hover {
	text-decoration: underline;
	color: #992211;
	}
	
/* This (below) defines a second set of hyperlink colors for use on dark backgrounds. Use as a class (<div class="menu1"> containing the hyperlinks */
/* This CSS file adapted for SDWSC.com */
	
div.menu1  {color:#fcedd7;; font-weight: bold; font-size: 13px; text-decoration: none; outline: 0;}
div.menu1 a {color:#fcedd7;; font-weight: bold; font-size: 13px; text-decoration: none; outline: 0;}
div.menu1 a:visited {color:#fcedd7;; font-weight: bold; font-size: 13px; text-decoration: none; outline: 0;}
div.menu1 a:active {color:#ffffff;; font-weight: bold; font-size: 13px; text-decoration: underline; outline: 0;}
div.menu1 a:hover {color:#ffffff;; font-weight: bold; font-size: 13px; text-decoration: underline; outline: 0;}

/* outline: 0 keeps the dotted outline from appearing around an active hyperlink */
	
h1 {
	font-size: 26px;
	font-weight: 600;
	line-height: 26px;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #000;	}
h2 {
	font-size: 22px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: 600;
	line-height: 22px;
	color: #000;	}
	}
h3 {
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: 800;
	line-height: 16px;
	color: #000;	}
	}
h4 {
	font-size: 13px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
	line-height: 13px;
	color: #000;	}
	}
h5 {
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: 600;
	line-height: 11px;
	color: #000;	}
	}
h6 {
	font-size: 9px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
	line-height: 9px;
	color: #000;	}
	}
img {
	border: 0;
	}
ol, ul {
	font-size: 12px;
	line-height: 16px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	padding-left: 8px;
	margin-left: 8px;
	}
	
/* note: if you remove the comment tags below, you will remove the space
that appears AFTER 2nd, 3rd and 4th level lists, but NOT after first level lists */

/*ol ol, ol ol ol, ol ol ol ol, ul ul, ul ul ul, ul ul ul ul {
	padding-bottom: 0px;
	margin-bottom: 0px;
	}*/
	
ul li {
	list-style: square outside;
	padding-left: 0px;
	margin-left: 12px;
	}
ul ul li, ul ul ul ul li {
	list-style: disc outside;
	padding-left: 0px;
	margin-left: 0px;
	}
ul ul ul li {
	list-style: circle outside;
	padding-left: 0px;
	margin-left: 0px;
	}
ol li {
	list-style-type: upper-roman;
	padding-left: 0px;
	margin-left: 12px;
	}
ol ol li {
	list-style-type: upper-alpha;
	padding-left: 0px;
	margin-left: 0px;
	}
ol ol ol li {
	list-style-type: decimal;
	padding-left: 0px;
	margin-left: 0px;
	}
ol ol ol ol li {
	list-style-type: lower-alpha;
	padding-left: 0px;
	margin-left: 0px;
	}
p, td, tr {
	font-size: 12px;
	line-height: 16px;
	margin: 8px 0px 8px 0px;
	}
.greentext {
	color: #5cba48;
	}	
.whitetext {
	color: #fff;
	}
.smalltext {
	font-size: 10px;
	line-height: 13px;
	}
.smalltext_lightcolor {
	font-size: 10px;
	line-height: 13px;
	color: #fcedd7;
	}
pre {
	font-family: monospace;
	font-size: 12px;
	line-height: 16px;
	margin: 8px 0px 8px 0px;
	}
strong, b {
	font-weight: bold;
	}
	
.inset1 {
	padding-left: 8px;
	margin-left: 8px;
	padding-right: 12px;
	margin-right: 12px;
	}
	
.inset2 {
	padding-left: 16px;
	margin-left: 16px;
	padding-right: 24px;
	margin-right: 24px;
	}
.titlecase {
	text-transform: capitalize;
	}	
.uppercase {
	text-transform: uppercase;
	}	

/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 14px;
	}
.narrow2{
	width: 50%;
	line-height: 15px;
	}