html, body {
	margin: 0px;
	padding: 0px;
	height:: 100%;
}

body {
	overflow: auto;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.top {
	height: 90px;
	width: 100%;
	background-image: url(i/topbg.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	text-align: center;
	padding-bottom: 8px;
}

br {
	clear: both;
}

.topNav {
	height: 22px;
	width: 100%;
	background-color: #9A0207;
	text-align: center;
}

.wholePage {
	height: 100%;
	width: 100%;
	background-color: #C8C3C2;
	width: 100%;
	border: 0;
}


.foot {
	background-image: url(i/botBG.gif);
	background-repeat: repeat-x;
	height: 36px;
	width: 100%;
}

.leftC {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #373334;
	background-color: #DCD7D7;
	vertical-align: top;
	padding: 0;
	width: 16%;
}

.centerC {
	height: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #373334;
	background-color: #ECE9E9;
	clear: both;
	padding-top: 6px;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.rightC {
	width: 22%;
	text-align: center;
	padding-top: 6px;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	background-color: #DCD7D7;
	font-size: 12px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.horNavItem, .horNavItemAct {
	font-size: 12px;
	font-weight: bold;
	color: #F5F5F5;
	background-color: #9a0207;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #C3BDA4;
	text-align: center;
	vertical-align: middle;
	line-height: 120%;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	height: 18px;
	cursor: default;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.horNavItemAct {
	background-color: #A55316;
}

.horNavItem A, .horNavItemAct A	{
	color: #ECE9E9;
	text-decoration: none;
	display: block;
}

.horNavItem A:hover,  .horNavItemAct A:hover	{
	text-decoration: none;
	color: White;
}

/*	-------------------------------------------------------	*/
/*	Vertical Navigation: Start */
/*	-------------------------------------------------------	*/

table.tblVertNav	{
	font-family: Tahoma, "Arial Narrow", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #373334;
	width: 231px;
	margin: 0;
}

table.tblVertNav td	{
	border-bottom: 1px solid White;
	height: 22px;
}

td.tdVertNavItem	{
	width: 100%;
	vertical-align: middle;
	padding-right: 4px;
	cursor: default;
}

td.tdVertNavItemAct	{
	cursor: default;
	width: 100%;
	vertical-align: middle;
	padding-right: 4px;
	cursor: default;
	background-color: #ECE9E9;
}

td.tdVertNavItemFolderAct	{
	background-color: #ECE9E9;

}

td.tdVertNavItem	A {
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #373334;
	width: 100%;
}

td.tdVertNavItem	A:hover {
	text-decoration: underline;
}

/*	-------------------------------------------------------	*/
/*	Vertical Navigation: End */
/*	-------------------------------------------------------	*/



td.pageNavTop A	{
	display: block;
	width: 34px;
	height: 34px;
	background-image: url(i/top0.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

td.pageNavTop A:hover	{
	display: block;
	width: 34px;
	height: 34px;
	background-image: url(i/top1.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

td.pageNavPrev A	{
	display: block;
	width: 34px;
	height: 34px;
	background-image: url(i/prev0.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

td.pageNavPrev A:hover	{
	display: block;
	width: 34px;
	height: 34px;
	background-image: url(i/prev1.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

td.pageNavNext A	{
	display: block;
	width: 34px;
	height: 34px;
	background-image: url(i/next0.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

td.pageNavNext A:hover	{
	display: block;
	width: 34px;
	height: 34px;
	background-image: url(i/next1.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

td.pageNavSim A	{
	display: block;
	width: 72px;
	height: 72px;
	background-image: url(i/sim0.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

td.pageNavSim A:hover	{
	display: block;
	width: 72px;
	height: 72px;
	background-image: url(i/sim1.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

td.pageNavRec A	{
	display: block;
	width: 72px;
	height: 72px;
	background-image: url(i/rec0.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

td.pageNavRec A:hover	{
	display: block;
	width: 72px;
	height: 72px;
	background-image: url(i/rec1.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

td.pageNavPrep A	{
	display: block;
	width: 72px;
	height: 72px;
	background-image: url(i/prep0.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

td.pageNavPrep A:hover	{
	display: block;
	width: 72px;
	height: 72px;
	background-image: url(i/prep1.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

td.pageNavSmallText	{
	text-align: center;
	font-size: 12px;
	line-height: 110%;
}

td.pageNavSmallText	A {
	display: block;
	color: #9A0207;
	font-size: 12px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

td.pageNavSmallText	A:hover {
	text-decoration: none;
}




h1, h2, h3, h4, h5, h6, p, li	{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
	color: #9A0207;
}

h1, h3	{
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 8px;
	line-height: 120%;
	margin-top: 12px;
}

span.subHead	{
	font-size: 16px;
	font-style: italic;
	line-height: 120%;
}

h3	{
	font-size: 18px;
	margin-bottom: 6px;
	margin-top: 10px;
	font-weight: normal;
}

.title, .title2	{
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	font-variant: normal;
	cursor: default;
}

.title	{
	font-size: 22px;
	text-align: center;
	color: #9A0207;
	margin-bottom: 0px;
	font-weight: normal;
}

.title2	{
	font-size: 18px;
	text-align: center;
	color: #9A0207;
	margin-bottom: 2px;
}

p, li	{
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 6px;
	text-indent: 18px;
	color: #322D1A;
}

p a	{
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
	color: #9A0207;
}

p a:hover	{
	text-decoration: none;
}

.abc, .abc2 {
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 20px;
	margin-right: 3px;
	margin-bottom: 7px;
	border: 1px solid #9A0207;
	background-color: #DCD7D7;
	padding: 4px;
	text-align: center;
	line-height: 260%;
	line-height: 130 %;
}

.abc2	{
	background-color: #A55316;
	color: #FFFFF0;
}

span.abc, span.abc2	{
	cursor: default;
}

A.abc {
	text-decoration: none;
	color: #9A0207;
}

A.abc2 {
	text-decoration: none;
	color: #FFFFF0;
}

A.abc:hover, A.abc2:hover	{
	text-decoration: none;
	background-color: #ECE9E9;
	color: #9A0207;
}

table.tblAbc	{
	border-collapse: collapse;
	border-top: 5px solid #9A0207;
	border-bottom: 5px solid #9A0207;
	width: 100%;
	margin-top: 20px;
}

table.tblAbc td	{
	border-right: 1px solid #9A0207;
	border-left: 1px solid #9A0207;
	border-bottom: 3px solid #9A0207;
	padding: 6px;
	vertical-align: top;
	text-align: left;
}

table.tblAbcNav	{
	border-collapse: collapse;
	border-bottom: 8px solid #9A0207;
	width: 100%;
}

table.tblAbcNav td	{
	color: #FFFFF0;
	border-right: 1px solid #9A0207;
	border-left: 1px solid #9A0207;
	border-bottom: 1px solid #9A0207;
	text-indent: 6px;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 150%;
	vertical-align: top;
	text-align: left;
}

table.tblAbcNav A	{
	text-decoration: none;
	color: #9A0207;
	display: block;
	width: 100%;
	padding-right: 0px;
	padding-right: 6 px;
	margin-right: 6px;
	margin-right: 0 px;
}

table.tblAbcNav A:hover	{
	text-decoration: none;
	background-color: #DCD7D7;
}

ol, ul	{
	margin-top: 0;
	margin-bottom: 0;
	list-style-position: inside;
	padding: 0;
}

ol	{
	margin-left: 18px;
}

ul	{
	list-style-type: disc;
	margin-left: 10px;
}

/*	-------------------------------------------------------	*/
/*	Advertisment: Start	*/
/*	-------------------------------------------------------	*/

div.divAdvert2Container	{
	margin: 0;
	padding: 0;
	margin-top: 14px;
	padding-top: 2px;
	border-top: 4px solid #DCD7D7;
}

div.divAdvert, div.divAdvert2  {
	background-color: #ECE9E9;
	color: #9A0207;
	font-size: 12px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 130%;
	margin: 10px;
	padding: 3px;
	border: 1px solid #9A0207;
}

div.divAdvert2	{
	float: left;
	background-color: #F0EDED;
	border: 1px solid #C0C0C0;
	margin: 0;
	margin-top: 8px;
	margin-right: 8px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	width: 160px;
	min-height: 80px !important;
	_height: 80px;
}

div.divAdvert  a, div.divAdvert2 a {
	color: #9A0207;
	font-size: 12px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

div.divAdvert a:hover, div.divAdvert2 a:hover   {
	text-decoration: none;
}

/* -------------------------------------------------------- */
/*	Begun Info Block: Start */
/* -------------------------------------------------------- */

.begun	{
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
}

span.spanBegunInfo, span.spanBegunInfo2	{
	display: block;
	margin-bottom: 6px;
	margin-top: 12px;
}

span.spanBegunInfo2	{
	margin-top: 0;
}

span.spanBegunInfo li, span.spanBegunInfo2 li	{
	background-color: #F0EDED;
	background-color: #F4F1F1;
	border-color: #B0B0B0;
	border-style: dashed;
	border-width: 1px;
}

span.spanBegunInfo2 li	{
	background-color: #ECE9E9;
	border-color: #9A0207;
	border-style: solid;
}

.bgbanner	{
	padding: 4px;
	text-align: left;
}

/* -------------------------------------------------------- */
/*	Begun Info Block: End */
/* -------------------------------------------------------- */
/*	-------------------------------------------------------	*/
/*	Advertisment: End	*/
/*	-------------------------------------------------------	*/

/*	-------------------------------------------------------	*/
/*	Questionnaire: Start	*/
/*	-------------------------------------------------------	*/

table.tblQuest	{
	border: 0;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
	font-weight: normal;
	font-size: 13px;
	color: #322D1A;
}

table.tblQuest td	{
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom: 3px dotted #DCD7D7;
}

td.tdItemName	{
	vertical-align: top;
	text-align: right;
	padding-right: 15px;
	width: 40%;
}

/*	-------------------------------------------------------	*/
/*	Search Results: Start */
/*	-------------------------------------------------------	*/

fieldset	{
	border: 1px solid #373334;
	margin-bottom: 10px;
	padding: 4px;
	padding-bottom: 8px;
}

legend	{
	color: #322D1A;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 6px;
}

div.divSearchResult	{
	height: 460px;
	overflow: auto;
}

ol.olSearchResult	{
	margin-left: 12px;
	padding-left: 6px;
	margin-right: 4px;
}

ol.olSearchResult li	{
	margin-left: 0;
	text-indent: 0;
	padding: 0;
	line-height: 130%;
}

span.spanSearchTitle	{
	padding-left: 4px;
}

span.spanSearchTitle a {
	color: #9A0207;
	text-decoration: underline;
}

span.spanSearchTitle a:hover {
	text-decoration: none;
}

div.divSearchHeadLine	{
	padding-top: 4px;
	font-style: italic;
}

div.divSearchPassage	{
	padding-bottom: 6px;
}

div.divSearchProperties	{
	padding-top: 4px;
	margin-bottom: 10px;
	padding-left: 26px;
	background-color: #FAF2EF;
	font-size: 12px;
}

/*	-------------------------------------------------------	*/
/*	Search Results: End */
/*	-------------------------------------------------------	*/

/*	-------------------------------------------------------	*/
/*	Form Elements: Start	*/
/*	-------------------------------------------------------	*/

.f, .f4, .f5, .txtNameSearch	{
	background-color: #F2F2F2;
	color: #9A0207;
	font-size: 13px;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	line-height: 120%;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #9A0207;
}

.f	{
	width: 60px;
	text-align: right;
}

.f4	{
	width: 250px;
}

.f5	{
	width: 300px;
	overflow: auto;
	height: 100px;
}

.txtNameSearch	{
	margin: 0;
	margin-top: 6px;
	margin-left: 26px;
	height: 20px;
	padding: 2px;
	width : 280px;
	font-size: 12px;
	font-style: italic;
	color: #726565;
}

.fBtn, .btnOrderSearch	{
	background-color: #9A0207;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #F5F5F5;
	border: 0;
	line-height: 120%;
}

.btnOrderSearch	{
	font-size: 12px;
	margin: 0;
	margin-top: 6px;
	margin-left: 6px;
	padding-top: 1px;
	width: 90px;
	text-align: top;
	border: 0;
	height: 20px;
	border: 1px solid White;
	line-height: 100%;
}

/*	-------------------------------------------------------	*/
/*	Form Elements: End	*/
/*	-------------------------------------------------------	*/
/*	-------------------------------------------------------	*/
/*	Questionnaire: End	*/
/*	-------------------------------------------------------	*/
