/* ----------------------------------------------------
   C O N T E N T S
------------------------------------------------------*/

/* --- DIVS --- */

#contents div.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	width: 560px;
}


/* --- HEADERS --- */

#contents h1 {
	color: #8b9a5e;
	font: normal 27px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

#contents h2 {
	color: #424244;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 18px 0 18px 0;
}

#contents h3 {
	color: #424244;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 18px 0 18px 0;
}


/* --- PARAGHRAPHS --- */

#contents p {
	color: #3c3c3c;
	line-height: 18px;
	margin: 18px 0 18px 0;
}

#contents p.clear {
	clear: both;
}


/* --- ANCHORS --- */

#contents a {
	color: #3e5c88;
}

#contents p a {
	font-weight: normal;
	text-decoration: underline;
}

#contents p a:hover {
	color: #a46435;
	text-decoration: underline;
}


/* --- LISTS --- */

#contents ul {
	color: #3c3c3c;
	line-height: 20px;
	margin: 18px 0 18px 17px;
}

#contents ul li {
	list-style-type: disc;
}

#contents ul li ul {
	margin: 2px 0 2px 17px;
}

#contents ul li ul li {
	list-style-type: square;
}


/* --- IMAGES --- */

#contents img.left {
	float: left;
	margin: 5px 10px 0px 0px;
}

#contents img.right {
	float: right;
	margin: 5px 0px 0px 10px;
}

#contents img.bordered {
	background-color: #ffffff;
	border: solid 1px #c9b287;
	padding: 4px;
}

#contents img.bordered-left {
	background-color: #ffffff;
	border: solid 1px #c9b287;
	float: left;
	margin: 5px 15px 5px 0;
	padding: 4px;
}

#contents img.bordered-right {
	background-color: #ffffff;
	border: solid 1px #c9b287;
	float: right;
	margin: 5px 0 5px 15px;
	padding: 4px;
}

#contents div.leftimage-caption {
	color: #261010;
	display: inline;
	font: 11px "Times New Roman", Times, serif;
	float: left;
	margin: 5px 15px 5px 0;
	text-align: center;
}

#contents div.rightimage-caption {
	color: #261010;
	display: inline;
	font: 11px "Times New Roman", Times, serif;
	float: right;
	margin: 5px 0 5px 15px;
	text-align: center;
}

#contents div.centerimage-caption {
	color: #261010;
	font: 11px "Times New Roman", Times, 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;
}



/* ----------------------------------------------------
   M I S C
------------------------------------------------------*/

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

