﻿body
{
	background-color: #cbcbcb; 
	margin: 0px;
	font: .85em Arial, sans-serif;
	color: #000;
}

/*  Misc Table Settings */

table
{
	border-collapse: collapse;
}

td
{
	padding: 0px;
}

.fullWidth
{
	width: 100%;
}

.halfWidth
{
	width: 50%;
}

.stdTablePadding tr td
{
	padding: 3px;
}

/*  Misc Element Settings */

img
{
	border: 0px;
}

img.absmiddle
{
	vertical-align: middle;
}

img.border
{
	border: 1px solid #000000;
}

.floatLeft
{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.floatRight
{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

hr
{
	border: 1px dashed #711f55;
	height: 3px;
}

p
{
	margin-bottom: 0px;
}


/*  Misc. Font and Alignment Properties */

a:link, a:visited, a:active
{
	color: #721f55;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: #88866b;
	font-weight: bold;
	text-decoration: underline;
}

a:link.white, a:visited.white, a:active.white
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:hover.white
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.smallFont
{
	font-size: 11px;
}

.alignCenter
{
	text-align: center;
}

.alignRight
{
	text-align: right;
}

.valignTop
{
	vertical-align: top;
}


/*  Misc. Headings */

h1
{
	font: 2.1em Georgia, serif;
	color: #5e0f43;
}

h2
{
	font: 1.7em Georgia, serif;
	color: #000000;
}

h3
{
	font: 1.5em Arial, sans-serif;
	color: #000000;
}


/*  Misc Border and Background Colors */

table.tableBorder tr td
{
	border: 1px solid #000000;
	padding: 5px;
}

tr.tableHeading td
{
	background: #5e0f43;
	color: #ffffff;
	font-weight: bold;
}

tr.tableSubHeading td
{
	background: #dcbad1;
	font-weight: bold;
}

.borderBtmBlack
{
	border-bottom: 1px solid #000000;
}

.bgWhite
{
	background: #ffffff;
}


/*  Misc List Styles */

ul.inline li
{
	display: inline;
	list-style: none;
}

/*  Header Elements */

.hdrMainTable
{
	background: url(../../images/bg_hdr_expand.jpg) repeat-x;
	margin-bottom: -5px;
}

.hdrTopRow
{
	background: url(../../images/bg_top_bar.jpg) repeat-x;
	height: 28px;
}

.hdrSubNav
{
	background: url(../../images/hdr_subnav.jpg) no-repeat;
	height: 31px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
}

.hdrTag
{
	background: url(../../images/hdr_tag.jpg) no-repeat;
	height: 109px;
	color: #ffffff;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}


/*  Navigation Elements */

.leftBar
{
	background: url(../../images/bg_left_bar.jpg) repeat-y;
	width: 15px;
}

.mainNavBg
{
	background: #deddcd;
	width: 161px;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

.navItemMain
{
	background: #88866b;
	border-bottom: 1px solid #ffffff;
	padding: 5px;
}

.navItemMain a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.navItemMain:hover
{
	background: #5c0b3f;
}

.navItemSub
{
	background: #b6b493;
	border-bottom: 1px solid #ffffff;
	padding: 5px;
	padding-left: 15px;
}

.navItemSub a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.navItemSub:hover
{
	background: #5c0b3f;
}


/*  Main Content Elements */
.mainContentArea
{
	background: #ffffff url(../../images/bg_content.jpg) repeat-x;
	width: 100%;
	border-top: 1px solid #ffffff;
	padding: 12px;
}


/*  Footer Elements */

.lastUpdated
{
	background: url(../../images/bg_ftr.jpg) repeat-x;
	height: 28px;
	color: #ffffff;
	font-weight: bold;
	font-size: .8em;
	padding-left: 10px;
}

.lastUpdated
{
	background: url(../../images/bg_ftr.jpg) repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: .8em;
	padding-left: 10px;
}

