* {margin: 0; padding: 0; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


@charset "utf-8";
@font-face {
	font-family: politica;
	src: url('politica.ttf');
}
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	margin: 0;
	padding: 0;
	color: #000;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
a img {
	border: none;
}

A:link, A:visited, A:active {
	text-decoration: none;
	color: #546781;
	}
h4 a:link {
	color: #888;
}
h4 a:visited {
	color: #888;
}
h4 a:active {
	color: #888;
}
h4 a:hover {
	color: #888;
	font-weight: bold;
}

A:hover {
	/*text-decoration: underline;*/
	color: #546781;
	font-weight: bold;
	}



#container {
	background: #FFF;
	width: 980px;
	position: relative;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h2 {
	font-family: politica, Arial, Helvetica, sans-serif;
	font-size: 27px;
	margin-left: 10px;
	margin-bottom: 10px;

}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin-left: 10px;
	color: #888;
	line-height: 22px;
	text-decoration: none;
}

h3 {
	font-size: 13px;
	font-weight: normal;
	color: #888;
	margin-left: 10px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
p {
	font-size: 14px;
	line-height: 22px;
}
h1 {
	font-family: politica, Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 40px;
}

#topbarleft {
	background: #000;
	width: 230px;
	height: 5px;
	top: 0px;
	float: left;
	position: absolute;
	left: 10px;
}
#topbarcenter {
	background: #eee;
	width: 450px;
	height: 5px;
	top: 0px;
	left: 265px;
	position: absolute;
}

#topbarright {
	background: #000;
	width: 200px;
	height: 5px;
	top: 0px;
	left: 740px;
	position: absolute;
}

#mainimage {
	background: #eee;
	width: 675px;
	height: 280px;
	top: 20px;
	left: 280px;
	position: absolute;
}
#leftcolumn {
	width: 230px;
	top: 380px;
	float: left;
	position: absolute;
	left: 20px;
}
#leftmenu {
	width: 230px;
	top: 20px;
	float: left;
	position: absolute;
	left: 20px;
}

#maincolumn {
	width: 675px;
	top: 320px;
	left: 280px;
	position: absolute;
}
#maincolumnNoImage {
	width: 675px;
	top: 25px;
	left: 280px;
	position: absolute;
}

#blueHeading {
	font-size: 98px;
	line-height: 98px;
	color: #546781;
	font-family: politica, Arial, Helvetica, sans-serif;
}
