/* Clarity Connect, Inc., by Kay Tien */
/* Created Date: September 10, 2006 */
/* Modified Date: October 14, 2006 */

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	background: #EAEAFF;
}
#wrapper {
	background: #FFFFFF;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 694px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#header {
	width: 694px;
	margin: 0px;
	padding: 0px;
}
#navbar {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 180px;
	height: 100%;
}
#navbar img {display: block;}
#navbarfooter {
	font: 10px Arial, Helvetica, sans-serif;
	background: #FFFFB0;
	color: #333333;
	text-align: center;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content {
	float: right;
	width: 513px;
	color: #333333;
	min-height: 450px;
	border-left: 1px solid #333333;
}
#content h1 {
	font-size: 1em;
	border: 1px solid #000000;
	font-style: italic;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 490px;
	padding-left: 4px;
}
#content h2 {
	padding-left: 12px;
	padding-top: 8px;
	font-size: 1em;
	font-style: italic;
}
#content h3 {
	padding-left: 12px;
	font-size: .9em;
}
#content h3.indent {
	margin: 0px;
	padding-left: 30px;
}
#content h4 {
	font-size: 1em;
	text-align: center;
}
#content h5 {
	padding-left: 12px;
	font-size: 1em;
	text-align: left;
	text-decoration: underline;
}

#content p {
	padding: 0px 5px 10px 12px;
	margin: 0px;
	font-size: .9em;
}
#content ul {
	margin-top: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content ul li {
	font-size: .9em;
	padding-bottom: 8px;
}
#content ol li {
	font-size: .9em;
	padding-bottom: 8px;
}

#content blockquote {
	font-size: .9em;
}
#content p.indent {
	margin: 0px;
	padding-left: 30px;
}
#content p.signature {
	text-align: right;
	padding-right: 40px;
}
#content p.boxed {
	margin: 6px 20px 10px 30px;
	padding-left: 4px;
	padding-bottom: 2px;
	border: 1px solid #333333;
	padding-right: 4px;
}
#content table {
	width: 490px;
	font-size: 0.75em;
	margin-left: 12px;
}
.heading {
	text-align: center;
	font-weight: bold;
}
.topic {
	width: 70%;
	text-align: left;
	padding-bottom: 10px;
}
.audience {
	width: 10%;
	text-align: center;
	padding-bottom: 10px;
}
#lastupdate {
	font-size: .6em;
	text-align: center;
	margin-top: 20px;
}
#bottomnav {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	padding-top: 8px;
}
#bottomnavlist {
	font-size: .8em;
	padding: 0px auto 0px auto;
	text-align: center;
	text-decoration: none;
	display: block;
	background: #FFFFFF;
}

#bottomnavlist li {
	display: inline;
}
#bottomnavlist li a {
	padding: 0px 4px;
	margin: 0 4px;
	text-decoration: none;
	background: #FFFF99;
}
#bottomnavlist li#bottomnavcurrent a {
	font-weight: bold;
	background: #DADADA;
}
#footer {
	font-size: .6em;
	clear: both;
	text-align: center;
	border-top: 4px solid #666666;
	border-right: 8px #666666;
	border-bottom: 8px #666666;
	border-left: 8px #666666;
	width: 694px;
	padding-top: 4px;
	padding-bottom: 4px;
}
