@charset "utf-8";
/* CSS Document */

a:link, a:visited, a:active {
	text-decoration:none;
}

/*
div.content-element {
	margin-bottom:3em;
	overflow:hidden;
}
*/

p {
	line-height:1.5em;
	margin:0 0 1.5em 0;
	padding:0;
}

ul {
	margin:1.5em 0 0 0; padding:0;
	list-style-type:none;
}

.clearer {
	width:0; height:0;
	border:0;
	line-height:0;
	font-size:0;
}

strong {
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

.color-1, a {
	color:rgb(160,40,0);
}

.color-2, h3, .highlight {
	color:rgb(140,115,45);
}

.color-3, h2 {
	color:rgb(90,90,90);
}

.color-4, a:hover {
	color:rgb(200,135,130);
}

.color-5 {
	color:rgb(150,150,150);
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.clear-float {
	clear:both;
}

h1 {
	font-size:1.7em; line-height:0.65em;
	margin:0 0 1em 0; padding:0 0 0 6px;
	font-family:'Times New Roman', Times, serif;
	text-transform:uppercase;
	border-left:10px solid rgb(160,40,0);
	color:black;
}

h2 {
	font-size:1em; line-height:22px;
	margin:2em 0 1em 0; padding:4px 0 0 0.7em;
	text-transform:uppercase;
	background:url(h2-bg.png) left bottom repeat-x;
	/*border-bottom:1px solid rgb(140,115,45);*/
	clear:both;
	font-weight:bold;
	display:block;
	width:100%;
}

h3 {
	margin:0; padding:0;
	line-height:1.5em;
	font-size:1em;
	text-transform:uppercase;
}

.highlight {
	font-weight:bold;
}





