﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:0.8em;
    line-height:1.4em;
	color:#666;
	height: 100%;
}

 h1,
 h2,
 h3,
 h4,
 h5,
 h6{
	padding-bottom:20px;
}
 h1{
	color:#2b2b2b;
	font-size:30px;
	font-weight:bold;
	line-height:32px;
}
 h2{
	color:#2b2b2b;
	font-size:26px;
	font-weight:bold;
	line-height:26px;
}
 h3{
	color:#2b2b2b;
	font-size:20px;
	font-weight:normal;
	line-height:24px;
}
 h4{
	color:#2b2b2b;
	font-size:16px;
	font-weight:normal;
}
 h5{
	color:#2b2b2b;
	font-size:12px;
	font-weight:normal;
}
 h6{
	color:#2b2b2b;
	font-size:10px;
	font-weight:normal;
}

#contentColumnRight h3
{	
	font-weight: normal;		
	border-bottom: solid 1px #dddddd;
	padding-bottom: 4px;
	margin-bottom: 20px;
	color: #1f1f1f;
}

#main_content .intro_text{
	color:#7d7d7d;
}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p{
	margin: 0 0 20px;
	line-height: 1.5;
}

blockquote{
	font: 1.58em Georgia, serif;
	color: #8ab810;
	margin: 10px 0;
}

blockquote p {
	line-height: 1.5;
}

blockquote cite{
	display:block;
	margin:10px 0 0;
	font: normal .57em Arial, sans-serif;
	color: #999;
}

strong
{
	font-weight:bold;
}


/*link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

a, a:link{
	color:#0d5ea3;
	text-decoration:none;
}
a:hover{
	color:#0d5ea3;
	text-decoration:underline;
}

a img{
	border:0;
}

.more a {
	padding-left: 12px;
}

.skip { border: 5px solid #fff; color: #fff; background: #95C512; padding: 6px 8px; position: absolute; top: 15px; left: -9999px; z-index: 10; font-size: 1.2em; }
.skip:focus, .skip:active { left: 15px; text-decoration: none; border-color: #ffe; /* :hack: IE requires a border-color change (!?) for this to work */ }
.skip:hover { text-decoration: underline; }
