/* CSS Document */

#path {
	margin-top: 15px;
}

#path td {
	background-color: #F5F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #401914;
	text-align: left;
}

#path a {
	text-decoration: none;
	color: #401914;
	font-weight: bold;
}

#path a:hover {
	text-decoration: underline;
}

#path img.home {
	margin-left: 15px;
	margin-right: 5px;
}

#content{
	padding-top: 0px;
}

#content p.sectionTitle {
	display: block;
	height: 55px;
	font-family: Tahoma;
	font-size: 24px;
	color: #401914;
	background: url(../images/title_marker.gif) no-repeat left top;
	padding-top: 13px;
	padding-left: 21px;
}

/*--------------------START FOR MAIN PAGE-------------------------*/
.content{
	padding-top: 0px;
}

.content p.sectionTitle {
	display: block;
	height: 55px;
	font-family: Tahoma;
	font-size: 24px;
	color: #401914;
	background: url(../images/title_marker.gif) no-repeat left top;
	padding-top: 13px;
	padding-left: 21px;
}

.content p {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000;
	text-align: justify;
}

.content li {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000;
	text-align: justify;
}

.content a {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #401914;
	text-align: justify;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.content a.searchLink {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	text-decoration: none;
	font-weight: bold;
}

.content a.searchLink:hover {
	text-decoration: underline;
}

/*--------------------END FOR MAIN PAGE--------------------------*/

#content p {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000;
	text-align: justify;
}

#content li {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000;
	text-align: justify;
}

#content p.head {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	color: #401914;
	text-align: center;
	font-weight: bold;
}

#content a {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #401914;
	text-align: justify;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content a.searchLink {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	text-decoration: none;
	font-weight: bold;
}

#content a.searchLink:hover {
	text-decoration: underline;
}

/* =========================================== Headers ================================================ */
#content p.header1 {
	font-family: Verdana;
	font-size: 17px;
	color: #401914;
	padding-left: 21px;
	font-weight: normal;
}

#content p.header2 {
	font-family: Verdana;
	font-size: 14px;
	color: #401914;
	padding-left: 21px;
}

#content ul {
	margin: 5px 5px 5px 20px;
}

/* =========================================== Table Design =========================================== */

table.cTable td, table.cTable th, table.cTable tr.light td, table.cTable tr.light th,
table.cTable tr.dark td, table.cTable tr.dark th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
	padding: 4px 6px 4px 6px;
}

table.cTable {
	border-collapse: separate;
	/*border-spacing: 2px;*/
}

table.cTable td {
	background-color: #F0E9C8;
	/*text-align: center;*/
}

table.cTable tr.break td {
	height: 1px;
	background-color: #D9CFBB;
}

table.cTable th {
	background-color: #DDD4C7;
	font-weight: normal;
}

table.cTable tr.light td {
	background-color: #F8F5E5;
	/*text-align: center;*/
}

table.cTable tr.light th {
	background-color: #F5F3F3;
	font-weight: normal;
}

table.cTable tr.dark td {
	background-color: #F4EFD6;
	/*text-align: center;*/
}

table.cTable tr.dark th {
	background-color: #EBE5DD;
	font-weight: normal;
}