@charset "utf-8";

#leftSidebar
{
	float: left;
	width: 170px;
	margin-right: 15px;
	margin-left: 20px;
	margin-top: 0px;
}

*html #leftSidebar
{
	margin-left: 15px;
}

#leftNav
{
	margin: auto auto;
	width: 170px;
}

#leftNav ul
{
	margin-top: 11px;
	margin-left: 0;
}

#leftNav, #leftNav ul
{
	list-style: none;
	padding-left: 0;
}

#leftNav li
{
	padding-left: 14px;
	margin-left: 0;
	line-height: 6px;
	margin-bottom: 11px;
}

#leftNav .currentNav
{
	background-image: url(images/triangle.gif);
	background-repeat: no-repeat;
}

.label
{
	clear: both;
	color: #933640;
	font-weight: bold;
	font-style: italic;
	padding: 5px;
	padding-top: 10px;
}

.redBar2
{
	position: relative;
	clear: both;
	margin-top: 25px;
	margin-bottom: 25px;
	left: -5px;
	height: 1px;
	width: 175px;
	background-image: url(images/redBar2.png);
}

* html .redBar2
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://acculence.com/images/redBar2.png");
}

.sidebarLinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.sidebarLinks h1
{
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	font-weight: normal;
	letter-spacing: 1pt;
}

.sidebarLinks ul
{
	list-style: none;
	margin-left: 10px;
	padding-left: 0;
}

.sidebarLinks li
{
	margin-left: 0;
	line-height: 5px;
	padding-left: 10px;
	padding-bottom: 15px;
	background-image: url(images/angle.gif);
	background-repeat: no-repeat;
}

#bodyTitle
{
	position: absolute;
	/*right: 20px;*/
	margin-left: 28px;
	top: -12px;
	width: 540px;
	left: 210px;
	height: 160px;
}

#titleImage
{
	position: absolute;
	top: 1px;
	height: 151px;
	width: 500px;
	right: 7px;
}

#bodyTitle h1
{
	position: absolute;
	margin-bottom: 0;
	bottom: 35px;
	left: 15px;
	right: 240px;
	color: rgb(250, 250, 240);
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1pt;
	text-transform: lowercase;
}

#bodyTitle .column1
{
	margin-left: -28px;
	width: 28px;
	height: 160px;
	background-image: url(images/title_r1_c1.gif);
}

#bodyTitle, #bodyTitle .column1
{
	background-color: #1e5e92;
}

/*#bodyTitle .column1
{
	background-color: expression(this.offsetParent.currentStyle.backgroundColor);
	background-color: inherit;
}*/

#bodyTitle .column2
{
	width: 100%;
	height: 160px;
	background-image: url(images/title_r1_c2.gif);
	background-repeat: repeat-x;
}

#bodyTitle .column3
{
	width: 8px;
	right: 0px;
	height: 160px;
	background-image: url(images/title_r1_c3.gif);
}

/* IE6 filter hack "bleeds" in from main.css rule "* html #row2 .column3" */
* html #row2 #bodyTitle .column3
{
	filter: none;
	margin-top: 0px;
	height: 160px;
	background-image: url(images/title_r1_c3.gif);
}

#bodyMain
{
	margin-top: 160px;
	margin-left: 210px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	padding: 10px;
	padding-top: 0;
}

#bodyMain dt, #bodyMain h1
{
	font-size: 18px;
	line-height: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	font-weight: normal;
	letter-spacing: .5pt;
	color: #1E5D91;
}

#bodyMain dd
{
	margin: 10px;
	margin-left: 20px;
}

sup
{
	font-size: 50%;
}
