/* ----------------------------------------------------
   C O N T E N T S
------------------------------------------------------*/

/* --- DIVS --- */

#contents div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	margin: -10px 0 -10px 0;
	width: 100%;
}


/* --- HEADERS --- */

#contents h1 {
	color: #69882e;
	font: normal 28px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 50px;
}

#contents h2 {
	color: #64300a;
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 25px 0 25px 0;
	text-transform: uppercase;
}


#contents h3 {
	color: #64300a;
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 20px 0 20px 0;
}


/* --- PARAGHRAPHS --- */

#contents p {
	color: #5e5743;
	line-height: 19px;
	margin: 20px 0 20px 0;
}

#contents td {
	color: #5e5743;
	line-height: 19px;
	margin: 20px 0 20px 0;
}

#contents p.clear {
	clear: both;
}


/* --- ANCHORS --- */

#contents p a {
	color: #125b94;
	font-weight: bold;
	text-decoration: underline;
}

#contents p a:hover {
	color: #3883bd;
}


/* --- IMAGES --- */

#contents img.left {
	float: left;
	margin: 5px 10px 5px 0;
}

#contents img.right {
	float: right;
	margin: 5px 0 5px 10px;
}

#contents img.bordered {
	background: url(../images/image_shadow.png) #ffffff bottom right no-repeat;
	padding: 3px 9px 9px 3px;
}

#contents div.leftimage-caption {
	color: #9b947e;
	display: inline;
	font: normal 11px Arial, Helvetica, sans-serif;
	float: left;
	margin: 5px 15px 5px 0;
	text-align: center;
}

#contents div.rightimage-caption {
	color: #9b947e;
	display: inline;
	font: normal 11px Arial, Helvetica, sans-serif;
	float: right;
	margin: 5px 0 5px 15px;
	text-align: center;
}

#contents div.centerimage-caption {
	color: #9b947e;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 5px auto 5px;
	text-align: center;
}

#contents div.leftimage-caption img,
#contents div.rightimage-caption img,
#contents div.centerimage-caption img {
	margin-bottom: 3px;
}



/* --- MISC --- */

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}
