<!--
body {
	background-color: #2B1717;
	background-image: url(images/bg/bg_stone.jpg);
	background-repeat: repeat;
}

#sectionLinks {
	margin: 0px;
	padding: 0px;
}

#sectionLinks a:link, #sectionLinks a:visited, #sectionLinks a:active {
	display: block;
	background-color: #AAAABB;
	background-image: url(../images/bg/links.jpg);
	border-top: 1px solid #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	color: #000000;
	text-align: right;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #CCCCCC;
	border-right: 3px solid #000000;
	background-color: #888899;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

a:link {  
	font-family: times new roman;
	font-size: 12pt;
	font-weight: normal; 
	color: #000000;
	text-decoration: underline;
}

a:visited {  
	font-family: times new roman;
	font-size: 12pt;
	font-weight: normal;
	color: #2B1717;
	text-decoration: underline;
}

a:hover {  
	font-family: times new roman;
	font-size: 12pt;
	font-weight: normal;
	color: #330000;
	text-decoration: none;
}

a:active {  
	font-family: times new roman;
	font-size: 12pt;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none
}

.title {
	font-family: times new roman;
	font-size: 20pt;
	color: #2B1717;
	text-decoration: none;
}

.subTitle {
	font-family: times new roman;
	font-size: 16pt;
	color: #2B1717;
	text-decoration: none;
}

.textTiny {
	font-family: times new roman;
	font-size: 8pt;
	color: #2B1717;
	text-decoration: none;
}

.tinyBlack, .tinyBlack a:link, .tinyBlack a:visited, .tinyBlack a:active {
	font-family: times new roman;
	font-size: 8pt;
	color: #000000;	
}

.tinyBlack a:hover {
	font-family: times new roman;
	font-size: 8pt;
	color: #0C0C0C;
}

.tableBanner {
	width: 760px;
	height: 125px;
	background-position: center top;
	background-image: url(../images/headers/index.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}

.tdBanner {
	align: right;
	text-align: right;
	vertical-align: bottom;
	font-family: times new roman;
	padding-right: 8px;
	padding-bottom: 7px;
}

.tdMain {
	align: left;
	text-align: left;
	vertical-align: top;
	font-family: times new roman;
	font-size: 12pt;
	color: #2B1717;	
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
}

.tdHalf {
	width: 305px;
	align: left;
	text-align: left;
	vertical-align: top;
	font-family: times new roman;
	font-size: 12pt;
	color: #2B1717;
	padding: 8px;
}

.tdLeft {
	width: 166px;
	align: left;
	text-align: justify;
	vertical-align: top;
	font-family: times new roman;
	font-size: 12pt;
	color: #2B1717;
	padding: 3px;
}

.tdRight {
	width: 400px;
	align: left;
	text-align: justify;
	vertical-align: top;
	font-family: times new roman;
	font-size: 12pt;
	color: #2B1717;
	padding: 3px;
}

.tableFoot {
	width: 760px;
	height: 125px;
	background-position: center top;
	background-image: url(../images/headers/foot.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}

.tdFoot {
	align: right;
	text-align: center;
	vertical-align: top;
	font-family: times new roman;
	padding-top: 0px;
}

#mainBody {
	width: 760px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	align: center;
	text-align: left;
}

#mainContent {
	float: right;
	width: 610px;
	height: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	align: left;
	text-align: left;
	background-color: #FFFFFF;
	background-position: right bottom;
	background-image: url(../images/bg/scales.jpg);
	background-repeat: no-repeat;
}

#mainContentContact {
	float: right;
	width: 610px;
	height: 1350px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	align: left;
	text-align: left;
	background-color: #FFFFFF;
	background-position: right bottom;
	background-image: url(../images/bg/scales.jpg);
	background-repeat: no-repeat;
}

#nav {
	width: 150px;
	height: 1000px;
	float: left;
	text-align: center;
	vertical-align: bottom;
	background-color: #C18D52;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../images/bg/nav.jpg);
}

#navContact {
	width: 150px;
	height: 1350px;
	float: left;
	text-align: center;
	vertical-align: bottom;
	background-color: #C18D52;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../images/bg/nav.jpg);
}

#navBottom {
	width: 150px;
	text-align: center;
	padding-top: 25px;
}

LI.list1 {
	list-style: circle;
	list-position: outside;
	color: #000000;
}

.hr {
	width: 75%;
	color: #155BAD;
}
-->