a:link {
	text-decoration: none;
	color: #997D62;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 7pt;
	}
a:visited {
	text-decoration: none;
	color: #997D62;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 7pt;
	}
a:active {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	}
a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	}

body {
	background-color: #BBA8A6;

	font-family: trebuchet ms, trebuchet, verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #714F35;
	}

li {
	padding-bottom: 10px;
	}

dt {
	font-weight: bold;
	font-family: trebuchet ms, arial, helvetica;
	font-size: 10pt;
	font-style: italic;
	padding: 5px;
	}

dd {
	padding-bottom: 10px;
	padding-right: 30px;
	}

.header {
	position: absolute;
	background-image: url(topbg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1;
	}

.ieTopRight {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 0;
	}

.divMenu {
	position: absolute;
	width: 90px;
	right: 15px;
	top: 15px;
	text-align: center;
	z-index: 3;
	}

.divMenu a {
	display: block;
	color: #937470;
	border-color: #937470;
	border-style: dotted;
	border-width: 1px;
	font-size: 7pt;
	text-transform: lowercase;
	padding: 3px;
	margin: 3px;
	}

.divMenu a:hover, .divMenu a:active {
	display: block;
	color: #fff;
	background-color: #CEC0B2;
	border-color: #fff;
	border-style: dotted;
	border-width: 1px;
	font-size: 7pt;
	text-transform: uppercase;
	color: #fff;
	padding: 3px;
	margin: 3px;
	}


.divColumn {
	position: absolute;
	top: 240px;
	left: 2%;
	background-image: url(columnbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border-style: dotted;
	border-width: 1px;
	border-color: #8E7876;
	width: 18%;
	text-align: left;
	padding: 10px;
	padding-top: 80px;
	z-index: 3;
	}

.divColumnTitle {
	font-family: georgia, serif;
	font-size: 13.5pt;
	font-weight: bold;
	font-style: italic;
	text-transform: lowercase;
	}

h1, .divTitle {
	border-color: #714F35;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 3px;
	padding-bottom: 7px;

	font-size: 20pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	text-transform: uppercase;
	}

h2, .divSubTitle {
	border-color: #714F35;
	border-style: dotted;
	border-width: 0px;
	border-bottom-width: 1px;

	text-transform: uppercase;
	font-family: trebuchet ms, arial, verdana, tahoma;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	}

.divContent {
	position: absolute;
	top: 220px;
	right: 2%;
	width: 70%;
	text-align: justify;
	padding: 20px;
	line-height: 150%;
	z-index: 3;
	}

input, select, textarea {
	background-color: #CEC0B2;
	border-color: #714F35;
	border-style: dotted;
	border-width: 1px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #714F35;
	}

input.noborder {
	border-width: 0px;
	}

.center {
	text-align: center;
	}

.border {
	border-color: #714F35;
	border-width: 3px;
	border-style: double;
	}

blockquote.text {
	font-size: 7pt;
	}

dt {
	font-weight: bold;
	}

dd {
	padding-bottom: 10px;
	}

.indicap_thumb, .indicap_image {
	border-width: 1px;
	border-style: dotted;
   border-color: #997D62;
	padding: 4px;
	margin: 1px;
}