body {
	background: #fff;
		margin: 0 0 0 8px;
		padding: 0; 
		font: 12px/1.5 arial, helvetica, sans-serif; 
		color: #3a3a3a;
}

p, h2, h3, h4, h5, h6, dt, ul, th, td, input, select, blockquote { 
	background: transparent;
	font: 12px/1.5 arial, helvetica, sans-serif; 	
	color: #3a3a3a;
	}

p.smallfont {
	font-size: 11px;
	line-height: 1.3em;
}

a:link { color: #007ea1; }
a:visited { color: #a7975c; }

img {
	display: block;
}

/* PRIMARY CONTAINERS */
#container {
	width: 751px;
	margin: 12px 0 0 5px; 
	background: url(/imgs/bg_container.gif) repeat-y #fff;
	}

#content { width: 727px; padding: 10px 10px;}

/* ==== START CONTENT AREA ==== 
#content h2, #content h3, #content h4, #content h5, #content h6, #content dt, #content dd, #content table, #content form, #content #backnextLinks, #content .alignCenter, #content hr, #content div.holder,  { 
	width: 355px; 
	}*/ /* set all to width of content area */
#footer, {
	width: 380px;
	} /* footer exception */
#content blockquote { width: 60%; }	
	
/* COMMON ELEMENTS */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #334233; 
	background: transparent; 
	margin: 18px 0 0 0;	
	font-size: 13px;
	font-weight: bold;
	}
	
#content h1 { 
	font-size: 18px; 
	line-height: 1.2em; 
	color: #006c93; 
	border-bottom: 1px solid #006c93; 
	margin: 0 0 16px; 
	width: 100%; 
	}
	
	
#content p { 
	margin: 9px 0; 
	}

.pp {
	padding:0px 5px;
}

#content hr { 
	height: 1px; 
	color: #b9b8b8; 
	border: none; 
	background-color: #b9b8b8; 
	width: 95%;
}
	
div#dialogueContent { 
    margin-left: 5px; width:100%;
}

ul {
list-style-type: square;
}
	
ul.toc {
list-style-type: none;    
padding: 1em;
    border: 1px #999 solid;
    /*background: #eee;*/
}

ul.toc li {
    padding-bottom: .3em;
}

ol.body {
	
}

ol.body li {
    font:bold 100% arial, helvetica, sans-serif;
    padding-bottom: .3em;
}

div.graybkgd {
	padding: 10px 3px 10px 3px;
	padding: 0;
	background: #e9e9e9;
}

div.question {
    font-weight: bold;
}

/*Join Now*/

.joinnow {
	font-size: 18px; 
	line-height: 1.2em; 
	color: #006c93; 
	border: 1px solid #006c93; 
	margin: 0 0 16px; 
	width: 80px;
	padding: 6px 5px 6px 5px;
	text-decoration:none;
	
	}
a.joinnow:link { 
	color: #006c93; 
	text-decoration:none;
	
	}
a.joinnow:visited{ 
	color: #006c93; 
	text-decoration:none;
	
	}

	/* FOOTER */
	
	#footer { 
		margin: 20px 0 10px;
		text-align: center;
		}

	#footer ul {
		list-style: none;
		margin: 0 0 3px;
		padding: 0;
		width: auto;
		}

	#footer li, #footer p {
		margin: 0;
		font: 10px/1.3 arial, helvetica, sans-serif; 
		color: #000;
		}

	#footer li {
		display: inline;
		width: 18%;
	 	padd\ing-right: 5px;
		w\idth: auto;
		}
	/* end footer */

/* PRIMARY NAV WITHIN GLOBAL */	
#primarynav {
	height: 21px;
	width: 743px;
	}

#primarynav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#primarynav li {
	display: inline;
	}
	
#primarynav li img { 
	display: inline; 
	border: none;
	}
	
#primarynav li .nobar {
	background-image: none;
	padding-right: 0;
	}
/* ===== end global nav ==== */