html {
	height: 100.1%;
	}
	
body {
	margin: 0;
	padding: 0;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 75%;
	background: url(../images/top_bg.png) repeat-x;
	}
	
h1,h2,h3,h4,h5,h6,form,p,ul {
	margin: 0;
	padding: 0;
	}
	
form {
	margin: 0;
	padding: 0;
}
	
a {
	color: #2a5194;
}

img {
	border: none;
}

h1,h2,h3,h4,h5,h6,p,form,ul,li {
	margin: 0;
	padding: 0;
}

.no_margin_r {
	margin-right: 0 !important;
	}
	
p {
	color: #5c5c5c;
	margin-bottom: 10px;
	line-height: 1.5em;
	font-size: 0.9em;
	}
	
.first_p {
	font-size: 1.0em;
        line-height: 1.4em;
}

.clearfix {
	clear: both;
	float: none;
	}
	
div.container {
	width: 990px;
	margin: 0 auto;
	position: relative;
	}
	
div.top {
	height: 193px;
	position: relative;
	top: 0px;
	width: 990px;
	background: url(../images/top_bg.png) repeat-x;
	}
	
div.top img.logo {
	position: absolute;
	top: 17px;
	left: 10px;
}

div.top div.language {
		position: absolute;
		right: 0px;
		bottom: 8px;
}
div.top div.language img {
	margin-right: 4px;
	margin-top: 5px;
}

div.top div.language div.flags {
	margin-top: 10px;
}
div.top ul {
	position: absolute;
	bottom: 12px;
	height: 20px;
	list-style: none;
}

div.top ul li {
	float: left;
	padding-right: 7px;
	border-right: 1px dotted #a2a2a2;
	margin-left: 7px;
	line-height: 15px;
}

div.top ul li a {
	color: #d2d2d2;
	font-size: 0.9em;
	text-decoration: none;
}

div.top ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

div.banner {
	position: absolute;
	width: 728px;
	height: 90px;
	right: 0;
	top: 12px;
}
	
div.middle_col {
	width: 640px;
	margin-right: 140px;
	margin-top: 10px;
	float: right;
}

div.middle_col h1 {
	font-size: 1.3em;
	color: #234e9b;
}

div.middle_col h2 {
	font-size: 1.2em;
	color: #234e9b;
}

div.middle_col h3,
div.middle_col h4{
	font-size: 1.1em;
	color: #234e9b;
}

div.middle_col h5{
	background: url(../images/nav_header_bg.png) no-repeat;
	height: 28px;
	line-height: 26px;
	padding: 0 0 0 10px;
	display: block;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}

div.google_ads {
	width: 468px;
	height: 60px;
	margin: 0 auto 15px auto;
	clear: both;
}
div.sq_banner {
	float: right;
	margin-left: 10px;
	width: 300px;
}

div.left_col {
	float: left;
	width: 180px;
	margin-top: 10px;
}

div.left_col h2 {
	background: url(../images/nav_header_bg.png) no-repeat;
	width: 174px;
	height: 28px;
	line-height: 26px;
	padding: 0 0 0 10px;
	display: block;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
}

div.left_col ul {
	list-style: none;
	margin: 0 0 1em 0;
	font-size: 0.9em;
}


div.left_col ul li {
	display: block;
        border-bottom: 1px dotted #d3d3d3;
	padding: 5px 5px;
	color: #414141;
}


div.left_col ul li a {
	text-decoration: none;
}

div.left_col ul li a:hover {	
         background: #eaeff5;
         text-decoration: underline;
}

div.right_banner {
	width: 120px;
	height: 600px;
	position: absolute;
	right: 0;
	top: 200px;
}

div.footer {
	clear: both;
	background: url(../images/footer_bg.png) repeat-x;
	height: 60px;
	margin-top: 30px;
}

div.footer ul {
	list-style: none;
	display: block;
	font-size: 0.9em;
	height: 50px;
	line-height: 50px;
	width: 870px;
	margin: 0 auto;
}

div.footer ul li {
	float: left;
	padding: 0 10px;
        color: #accbfd;
}

div.footer ul li a {
	color: #accbfd;
	text-decoration: none;
}

div.footer ul li a:hover {
	text-decoration: underline;
}


div.news {
	clear: both;
	padding: 10px;
}

div.news_box {
	margin: 5px;
	padding: 10px;
	border: 1px solid #d3d3d3;
	background: #f4fafd;
	font-size: 0.9em;
}

div.news_box ul {
	list-style: none;
	position: relative;
	display: block;
}

div.news_box ul li {
	display: block;
	width: 50%;
	float: left;
	margin-bottom: 0.7em;
}

div.news_box ul li span.header {
	display: block;
	clear: both;
	font-weight: bold;
	margin-bottom: 0.4em;
}

a.rss {
	display: block;
	background: url(../images/rss_bg.gif) no-repeat;
	width: 304px;
	height: 53px;
	font-size: 0.8em;
	text-decoration: none;
	color: #414141;
	margin-bottom: 10px;
}

a.rss span {
	padding-left: 104px;
	padding-top: 5px;
	display: block;
}


div.ads {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}

.fl_left {
	float: left;
	}
	
.fl_right {
	float: right;
	}
	
.continue_link {
	width: 126px;
	height: 19px;
	background: url(../images/continue_to_read.png) no-repeat;
	display: block;
	clear: both;
	float: right;
	text-indent: 5px;
	font-size: 0.9em;
	line-height: 19px;
}

.google_text_ad {
	width: 120px;
	height: 240px;
	float: right;
        padding-right: 10px;
}

table.stats 
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 10px;
color: #000;
width: 640px;
background-color: #FFF;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.stats td 
{background-color: #FFF;
color: #000;
padding: 4px;
text-align: left;
border: 0px #000 solid;}

table.stats td a:hover {
	color: #ff0000;
	text-decoration: none;
}

table.extitle td a:hover {
	color: #ff0000;
	text-decoration: none;
}

table.stats td.hed
{background: url(../images/table_header_bg.png) no-repeat;
background-color: #FFF;
color: #FFF;
padding: 7px;
text-align: left;
border-bottom: 0px #000 solid;
font-size: 12px;
font-weight: bold;} 
