/* ---------------------------------- BODY ---------------------------------- */
body {
	background:#797C6E url("bg.jpg") repeat-y fixed;
	margin: 20px;
	cursor: default;

}


#content {
	background: url("index_02.png") repeat-y;
	font: 12px/130% Tahoma, sans-serif;
	color: #000000; 
	padding: 8px;
	text-align: justify;
	line-height: 140%;
}

b, strong, s {
	color: #38678E; 
}

#sites b {
	color: #38678E; 
	text-transform: uppercase;
}
i, em {
	color: #5B7623;

}

u {
	color: #A5A9AC; 
}

li {
	margin-right: 0.1em;
	margin: 1px 0;
	list-style: circle;
}

/* ---------------------------------- IMAGES ---------------------------------- */

img {
	border:0;
	color: #9093C0;

        }

#images {
	position: relative;
	top: 0px; 
	left: 0px;
	}

/* ---------------------------------- HEADERS ---------------------------------- */


h1 {
	font-weight: bold;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 18px;
	color: #235885;
	text-align: center;
	font-family: times new roman, arial, serif;
	border-bottom: 1px solid #235885;
}

h2 {
	font-weight: bold;
	letter-spacing: 5px;
	text-transform: lowercase;
	font-size: 18px;
	color: #33634F;
	text-align: center;
	font-family: times new roman, arial, serif;
}

h3 {
	font-family: times new roman, arial, serif;
	color: #90A7B8;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: lowercase;
	text-align: left;
	text-indent: 20px;
	line-height: 0.3px;
}
h4 { /* ------- SITE HEADER  ----------- */
	font-family: times new roman, arial, serif;
	color: #90A7B8;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	text-indent: 20px;
	line-height: 0.3px;
}
/* ---------------------------------- LINKS ---------------------------------- */
a:link, a:visited, a:active {
	color: #C53635;
	text-decoration:none;
}
	a:hover {
	color: #512323;	
	font-weight: bold;
}

/* ---------------------------------- CONTENT OTHER ---------------------------------- */
#box {
	position: relative;
	border-left: #38678E 6px solid;
	background: #ECF2F6;
	left: 170px;
	width: 200px;
	padding: 5px;
}

#sites {
	font: 12px/130% Tahoma, sans-serif;
	color: #000000; 
	background-color: #D6DACE;
	padding: 8px;
	width: 570px;
	text-align: justify;
	line-height: 140%;
}

#disclaimer {
	background: url("index_03.png") repeat;
	font: 12px/130% Tahoma, sans-serif;
	color: #000000; 
	padding: 8px;
	text-align: justify;
	line-height: 140%;
}