@import "layout.css";
@import url('layout.css');
@import "nav.css";
@import url('nav.css');
@import "form.css";
@import url('form.css');
@import "menu.css";
@import url('menu.css');

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body, html {
	height: 100%;
}

body {
	margin: 0px auto 0px auto;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	font-size: 0.7em;
	line-height: 17px;
	color:#45657a;
	background:url(/images/bgrepeat2.png) repeat-x top;
	cursor:default;
}

h1 {
	font-size: 1.7em;
	font-weight: normal;
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px; 
	color:#41618c;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color:#41618c;
}
p {
	margin:0px 0px 17px 0px; 
	padding:0px;
}
a {
	outline:none;
	color: #42a4cb;
	text-decoration: none;
}
a:hover {
	color: #9dcee2;
	text-decoration: none;
}

img {
	border:0px;
	outline:none;
}

span.sub {
	position: relative;
	top: 0.3em;
	font-size: 0.8em;
}

#Column2 {
	line-height: 18px;
}

#Column2 sub {
	line-height: 0;
}

#whatisoffsetting {
	display: none;
	margin-top: 16px;
}

.whathead {
	font-size: 13px;
	margin: 0 0 5px;
	font-weight: bold;
}

#readmore {
	margin: 10px 0 16px;
	background: url('../images/bg_dotted.gif') repeat-x left 9px;
	height: 20px;
}

#readmore a {
	display: block;
	background-color: #fff;
	width: 120px;
}

.imgr {
	float: right;
	margin: 0 0 0 20px;
}

.newsimg2 {
	float: left;
	margin: 0 18px 20px 0;
	width: 65px;
	height: 65px;
	display: block;
}

.newsimg3 {
	float: left;
	margin: 0 18px 0 0;
	width: 65px;
	height: 65px;
	display: block;
}