/* HTML tag definitions */
td {
	vertical-align: top;
	font-size: 12px;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	background-color: #6E7160;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
}
h3 {
	font-size: 10pt;
	color: #7E3A2A;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 60px;
	margin-left: 60px;
}
ul {
	margin: 0px 0px 0px 13px;
	padding: 0px;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

/* Layout IDs */
table#layout {
	border: 1px solid #000;
}
td#leftCol {
	background-color: #95994F;
	height: 100%;
	width: 55px;
}
td#header {
	background-repeat: no-repeat;
}
td#nav {
	background-color: #C3C689;
	width: 172px;
}
td#content {
	padding: 20px 3px 10px;
	background-color: #fff;
	font-size: 12px;

}
td#bodycontent {
	padding: 20px 20px 5px;
	background-color: #fff;
	font-size: 12px;

}
#navMenu img {
	border-bottom: 1px dashed #8C563D;
	display: block;
}

/* Class styles */
.footer {
	font-size: 8pt;
	color: #7C7F47;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.top {
	margin-top: 50px;
}
.centerCol {
}
.listTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.tableInset {
	width: 250px;
	margin-top: 10px;
}
.tdInset {
	background-image: url(img/table_bottomLeft.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-bottom: 30px;
	font-size: 12px;

}
h2 {
	font-size: 14px;
	color: #663333;
}
a:link {color : #990000;
	text-decoration: underline;
}

a:visited {color : #640000;
	text-decoration: underline;
}

a:hover {color : #5E0000;
	text-decoration: none;
}

a:active {color : #3A3214;
	text-decoration: none;
	
}
a.foot:link {color : #7C7F47;
	text-decoration: underline;
}

a.foot:visited {color : #7C7F47;
	text-decoration: underline;
}

a.foot:hover {color : #7C7F47;
	text-decoration: none;
}

a.foot:active {color : #7C7F47;
	text-decoration: none;
	
}
.header {
	font-size: 12px;
	font-weight: bold;
	color: #666633;
}
.title12 {
	font-size: 12px;
	font-weight: bold;
	color: #666633;
}
