/*base styles*/
*
{
	font-family: Arial, Helvetica, sans-serif;
}
body
{
	background-color: #3c3030;
}
a
{
	color: #106f6a;
}
img
{
	border: none;
	text-decoration: none;
}

/*header*/
#header
{
	background-image: url('images/topbanner.gif');
	height: 126px;
	width: 989px;
	margin: 0 10%;
}
#mainNav
{
	position: relative;
	left: -6px;
	top: -13px;
	margin-left: 10%;
}
#navLeft
{
	background-image: url('images/navLeft.gif');
	height: 89px;
	width: 324px;
}
#mainMenu
{
	width: 78%;
	z-index: 5;
	position: relative;
	height: 34px;
}
#mainMenu ul
{
	margin: 0;
	padding: 0;
	z-index: 100;
	list-style: none outside none;
}
#mainMenu ul li
{
	float: left;
	position: relative;
	z-index: 100;
}
#navRight
{
	background-image: url('images/navRight.gif');
	height: 89px;
	width: 15px;
	position: relative;
	left: 985px;
	bottom: 123px;
}
.light
{
	left: -123px;
	position: absolute;
	top: -170px;
	z-index: -1;
}

/*table of contents*/
#tocHolder
{
	background-color: White;
	padding-top: 10px;
	margin-left: -3px;
	color: #B2B7B2;
    font-size: 15px;
    line-height: 20px;
}
#tocHolder a
{
	color: White;
	font-size: 15px;
}
#toc
{
	/*margin-left: 184px;
	margin-top: 117px;*/
}
table#tocTable
{
	border-collapse: collapse;
}
table#tocTable td
{
	vertical-align: top;
	padding-top: 10px;
}
table#tocTable td a
{
	color: White;
	font-size: 15px;
}
td#tocCol1
{
	width: 285px;
	padding-left: 6px;
	width: 50%;
	background-color: #454944;
	color: White;
}
td#tocCol1 a
{
	color: White;
	font-size: 15px;
}
td#tocCol2
{
	width: 93%;
	padding-left: 25px;
	margin-left: 10px;
	background-color: #454944;
	color: White;
}

td#tocDivider
{
	padding-right: 10px;
}
span.tocSection
{
	color: #A0A0A0;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
	text-transform: uppercase;
}
ol.tocList
{
	margin-top: 8px;
	margin-bottom: 8px;
}

/*articles*/
#artBody
{
	/*margin-top: 117px;*/
	/*margin-left: 10px;*/
}
.articleTitle
{
	color: #FFFFFF;
    font-family: georgia;
    font-size: 22px;
    font-style: italic;
	text-align: center;
}
.articleSubtitle
{
	font-size: 16px;
	text-align: center;
}
.articleAuthor
{
	font-size: 13px;
	text-align: center;
}
.articleSegment
{
	padding-left: 15px;
	padding-right: 15px;
}
.articleSegment p
{
	margin-bottom: 5px;
	margin-top: 5px;
}
.adviceSections
{
	color: #FFFFFF;
    font-family: georgia;
    font-size: 22px;
    font-style: italic;
	margin-top: 5px;
	display: block;
}

#topCol
{
	/*border-bottom: 1px solid Black;*/
	vertical-align: top;
}
#sideCol
{
	vertical-align: top;
	background-color: #454944;
	border-right: 5px solid White;
}
#sideCol.sendCol
{
	padding: 0 18px;
}
#mainArticle
{
	vertical-align: top;
	padding-top: 10px;
	background-color: #454944;
	width: 800px;
}
#mainArticle.sendCol
{
	padding-left: 18px;
	width: 757px;
}
#browseHolder
{
	float: right;
	left: -1px;
	top: -6px;
	position: relative;
	margin-top: 6px;
	margin-bottom: 0px;
}
#logo
{
	margin-top: 6px;
}
#sideMenu
{
	/*background-image: url("images/AAback.gif");*/
	background-position: center bottom;
	background-repeat: repeat-x;
	margin-right: 5px;
	margin-top: 20px;
	text-align: center;
}
#sideMenu a
{
	text-decoration: none;
	margin-bottom: 10px;
}
#sideMenu a span
{
	text-decoration: underline;
}
#sideMenu a img
{
}
.AABottom
{
	/*background-image: url("images/AdviceBottom.gif");*/
	height: 13px;
	width: 188px;
	position: relative;
	bottom: -12px;
}
#pageList
{
	height: 23px;
	width: 275px;
}

/*Comments*/
#commentSubmit
{
	margin-bottom: 30px;
	margin-left: 10px;
}
#commentList
{
	height: 200px;
	overflow: auto;
	border: 1px solid Black;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-top: 4px;
	background-color: White;
	color: #454944;
	margin: 0 8px;
}
#commentCell
{
	background-color: #454944;
	border-top: 5px solid White;
}
.commentHead
{
	font-weight: bold;
}
.commentBody
{
	font-size: 10pt;
	margin-bottom: 10px;
}

/*Printing*/
#printHolder .articleTitle
{
	font-size: 16pt;
	font-weight: bold;
	color: Black;
}

#printHolder .adviceSections
{
	font-size: 14pt;
	color: Black;
}
