

body { 
	background-color: #FFF;
	color: #000;
	font: 0.9em Arial, Helvetica, sans-serif;
	margin: 0px;
}



.header {
	background: #bed5ff;
	color: #625f7a;
	margin: 3px 0px 7px 0px;
	padding: 10px 0px 4px 0px;
	border-bottom: 1px solid #000;
}



h1 { 
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0px;
	padding-left: 10px;
}
.main h1 {
	background: #bed5ff url(/images/right_corner.gif) no-repeat top right;
	color: #02067d;
	text-align: left;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: 4px 8px 0px 3px;
	padding: 5px 7px 5px 7px;
}

h2 { 
	color: #000;
	font: bold 1.1em Arial, sans-serif;
	margin: 0px 0px 5px 0px;
}

h3 { 
	font: bold 1.0em Arial, sans-serif;
	margin: 0px 0px 5px 0px;
}

h4 { 
	font: bold 1.0em Arial, sans-serif;
	margin: 0px 0px 5px 0px;
}



p {	
	margin: 0px 0px 5px 0px;
}
p#bookmark {
	float: left;
	position: absolute;
	left: 6px;
	top: 5px;
	margin: 0px;
}
p#top_articles {
	float: right;
	position: absolute;
	right: 6px;
	top: 5px;
	margin: 0px;
}
p#description	{
	font-style: italic;
	text-align: center;
	margin: 0px;
}




a:link {
	color: #142867;
	text-decoration: none;
}
a:visited {
	color: #142867;
	text-decoration: none;
}
a:hover { 
	color: #142867; 
	text-decoration: underline;
}
a#title {
	text-decoration: none; 
}






div#top_bar {
	margin: 4px 4px 4px 10px;
	padding: 0px 0px 2px 3px;

}

div#language_bar {
	display: inline;
	text-align: right;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

div#top_left_google_ad {
	margin: 0px 0px 3px 10px;
}

div#left_side_bar {
	float: left;
	margin: 0px;
	padding: 0px;
}
div#included_rss_feed {
	font-size: 1em;
	margin: 0px 8px 5px 3px;
	padding: 2px;
}



form.google_search {
	display: inline;
	padding: 0px;
	margin: 0px;
}



.article_image {
	float: right;
	margin: 0px 0px 5px 8px;
	border: 1px solid #000;
}

.thumbnail_image {
	float: left;
	margin: 0px 10px 0px 0px;
	border: 1px solid #000;
}



.navigation { 
	background: #2d45a9; /***** change to just navigation color */
	width: 150px;
	font-size: 1em;
	margin: 5px 8px 8px 10px;
	padding: 0px;
}


.navigation_table td { 
	background: 111b8f; /***** change to just navigation color */
	width: 100%;
	font: 0.9em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 3px 10px 3px 10px;
}

.navigation_table td a {
	color: #eff0f7;
	font-weight: bold;
	text-decoration: none;
}
.navigation_table td a:visited { 
	color: #eff0f7;
	text-decoration: none;
}
.navigation_table td a:hover {
	color: #eff0f7; 
	text-decoration: underline;
} 

.navigation_table td.current { 
	background: #bed5ff; 
	width: 100%;
	margin: 0px;
	padding: 3px 10px 3px 10px;
}
.navigation_table td.current a {
	color: #02067d; 
	font-weight: bold;
	text-decoration: none;
}
.navigation_table td.current a:visited {
	color: #02067d; 
	text-decoration: none;
}
.navigation_table td.current a:hover {
	color: #02067d; 
	text-decoration: underline;
}

.navigation_box {
	background: #dddddd;
	color: #777777;
	width: 138px;
	margin: 5px 8px 8px 10px;
	padding: 5px;
	border: 1px solid #cccccc;
}

.paid_ad {
	background: #dddddd; /********** change to just paid ad */
	color: #777777;
	/*width: 150px;*/
	margin: 5px 8px 8px 10px;
	padding: 5px;
	border: 1px solid #cccccc;
}






.main { /* change this to be a div#main */
	float: none;
	margin: 8px 260px 0px 167px;
}

.content {
	padding: 6px 5px 8px 5px;

}
.content .bottom_google_ad {
	text-align: center;
	margin: 10px 10px 10px 10px;
}
.inline_article_ad {
	float: right;
	padding: 5px 5px 5px 8px;
}


.right_column {
	float: right;
	width: 268px; /* also had position: relative */
	display: inline;
	margin: 0px 0px 10px 0px;

}
.right_column h2 {
	background: #bed5ff url(/images/left_corner.gif) no-repeat top left;
	color: #02067d;
	font-family: Tahoma, Sans-Serif;
	font-size: 1.0em;
	font-weight: bold;	
	margin: 7px 8px 4px 10px;
	padding: 5px 7px 5px 7px;
}
.right_google_ad {
	background: #f0f0f0;
	clear: both;
	margin: 5px 8px 8px 10px;
	padding: 8px;
	border: 1px solid #cccccc;
}

.related_articles {
	background: #f0f0f0; /****** change to just related articles... */
	color: #777777;
	margin: 0px 8px 5px 10px;
	padding: 8px;
	border: 1px solid #bed5ff;
}
.related_articles a:link {
	color: #142867;
	text-decoration: none;
	font-weight: bold;
}
.related_articles a:visited {
	color: #142867;
	text-decoration: none;
}
.related_articles a:hover	 {
	color: #142867;
	text-decoration: underline;
}

.footer { 
	clear: both;
	text-align: center;
	margin: 0px;
	padding: 7px;
	border-top: 1px solid #cccccc;
}