	/* some global font attributes is good to have */
* {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	}
	
p {
	margin-bottom: 1.0em;
	}
	
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.5em;
	}
	
#contentwrapper ol,
#contentwrapper ul {
		line-height: 1.5em;
		margin: 1.2em 0 1.2em 2em;
		}

#contentwrapper ul li,
#contentwrapper ol li {
		margin-bottom: 0.2em;
		}
		
	/* sizes for the headers */
h1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #036;
	}
h2 {
	font-size: 13px;
	color: #468;
	}
h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #036;
	}
h4 {
	font-size: 1em;
	}
h5 {
	font-size: 0.8em;
	}
h6 {
	font-size: 0.6em;
	}
#maincontent img
	{
	float: right;
	margin: 0 20px 20px 0;
	background-color: #fff;
	}
#maincontent img.addBorder
	{
	float: none;
	padding: 9px;
	border: solid 1px #ebf1f7;
	float: none;
	margin: 0 0 1.5em 0;			
	}
		
	/* some global styles for links */
a:link,
a:active,
a:visited {
			text-decoration: none;
			color: #006699;
			}
a:hover {
			text-decoration: underline;
			color: #000000;	
			}
			
/* Some local adjustments :)
---------------------------------------------------------------------- */

#right_content h3 {
	margin-bottom: 0px;
}

#right_content .lesmer {
	top: -1em;
	position: relative;
}

.lesmer a {
	color: #f35806;
	text-transform: uppercase;
}

#newscontainer .lesmer a {
	font-size: 12px;
}
			
/* Typography
---------------------------------------------------------------------- */

.important_text {
	font-weight: bold; 
	}
	
.smaller_text {
	font-size: 0.7em;
	}
	
.quote_text {
	}
