﻿/* CSS Document */
.tblMaster {
	width: 826px;
	margin-left: auto;
	margin-right: auto;
}
.tblContent {
	width: 826px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #cccccc;
}
.lftCol {
	width: 247px;
	background-color: #FFFFFF;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #414040;
}
/******************* right column **********************/
.rtCol {
	width: 579px;
	background-color: #FFFFFF;
	padding: 0px 0px 10px 25px;
	font: normal 12px arial;
	color: #414040;
}
.rtCol p, .rtCol div {
	margin: 0;
	margin-bottom: 20px;
}
.rtCol p.desc {
	margin: 0 10px 20px 5px;
}
.rtCol div .first {
	margin: 0px 0px 20px 0px;
}
.rtCol ul {
	padding: 2px 0;
	margin: 0;
	margin-left: 22px;
	margin-top: 5px;
}
.rtCol ul li {
	padding: 3px 0px;
}
.rtCol ul li .nobullet {
	list-style: none;
	list-style-image: none;
}
.rtCol ol {
	padding: 2px 0;
	margin: 0;
	margin-left: 22px;
}
.rtCol ol li {
	padding: 3px 0px;
}
.breadcrumb {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #414040;
	background-color: #FFFFFF;
	background-image: url(../images/bg_breadcrumb.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px; /*border-bottom: 1px solid #dadada;*/;
	width: 100%;
	padding: 5px 0px 5px 32px;
	height:30px;
	text-align: left;
}
.breadcrumb a {
	font: normal 12px Arial, Helvetica, sans-serif;
}
.wrapper {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
div.wrapper + H2 {
	padding-top: 10px;
}
/***************** menu *********************/
.leftListmenu {
	width: 99%; /*width of menu*/;
	margin-left: auto;
	margin-right: auto;
}
.leftListmenu .headerbar {
	font: bold 16px Arial;
	color: #01612F;
	margin-bottom: 7px; /*bottom spacing between header and rest of content*/;
	padding: 4px 0 4px 5px; /*header text is indented 10px*/
}
.leftListmenu ul {
	list-style-type: none;
	margin: 0px 3px;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.leftListmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.leftListmenu ul li a {
	/*color: #007DAA; background: url(../images/arrow_left.gif) no-repeat top left; custom bullet list image*/;
	color: #002EB7;
	display: block;
	padding: 2px 0;
	padding-left: 20px; /*link text is indented 20px*/;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dashed #dadada;
	font-size: 100%;
}
.leftListmenu ul li a:visited {
	color: #007DAA;
}
.leftListmenu ul li a:hover {
	/*hover state CSS*/
	color: #01612F;
	background-color: #F3F3F3;
}
/**************************************/
.leftListmenuBlue {
	width: 99%; /*width of menu*/;
	margin-left: auto;
	margin-right: auto;
}
.leftListmenuBlue .headerbar {
	font: bold 16px Arial;
	color: #004E6A;
	margin-bottom: 7px; /*bottom spacing between header and rest of content*/;
	padding: 4px 0 4px 5px; /*header text is indented 10px*/
}
.leftListmenuBlue ul {
	list-style-type: none;
	margin: 0px 3px;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.leftListmenuBlue ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.leftListmenuBlue ul li a {
	color: #002EB7; /*background: url(../images/arrow_left.gif) no-repeat top left; custom bullet list image*/;
	display: block;
	padding: 2px 0;
	padding-left: 20px; /*link text is indented 19px*/;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dashed #dadada;
	font-size: 100%;
}
.leftListmenuBlue ul li a:visited {
	color: #007DAA;
}
.leftListmenuBlue ul li a:hover {
	/*hover state CSS*/
	color: #004E6A;
	background-color: #F3F3F3;
}
/******* BACK LINK *********/
a.back:link, a.back:visited {
	color: #666666;
	font: 11px normal Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.back:hover {
	font: 11px normal Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #414040;
}

