/* SYMBIOTIC std CSS */
  
body { 
	padding: 0; 
	margin: 0; 
	font: 0.74em Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a {
	color: #4A8EBC; 
	background: inherit;
}

a:hover {
	color: #77c4f0;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #FFF;
}

 ol{margin-left:15px;}

h1 {
	font: bold 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px; 
	padding: 2px 0 0 0px;
	margin: 0;
	color: #464548;
	background: inherit;
}

h1 a, h2 a {
	text-decoration: none;
	color: #6e6e6e;
	background: inherit;
}

h1 a:hover, h2 a:hover {
	color: #77c4f0;
	background: #FFF;
}



h2 { 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 1.5em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000; 
	background: inherit;
}

h2 .yellow{
	color: #FFFCD1;
	background: inherit;
}

p {	margin: 0 0 5px 0; }

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; 
}

#rss{width:50px; float:left;
}

/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 760px; 
}

.sitename {
	float: right;
	width: 740px;
	padding: 10px 10px 5px 10px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-style:oblique;
}

#sitename h1 a {
	color: #7f7e7e;
	font-style:italic;
	letter-spacing:-2px;
	background: inherit;
}

.sitename p {
	font-size: 12px;
	color: #808080;
	padding: 0 0 0 7px;
	background: inherit;
}


.search_field { 
	text-align: right;
	float: right;
	width: 540px;
	height: 38px;
	background: #464548 url(../images/searchbg.gif) no-repeat top right; 
	color: #000;
	clear: both;
	padding: 10px 10px 0 0;
}


.search {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background: inherit;	
}

.banner {
	float: left;
	height: 120px;
	padding: 0px;
	width: 760px;
	background: #6E6E6E url(../images/banner.jpg) no-repeat;
	color: #FFF;
	margin: 0 0 3px 0;
}

.topads {
	clear: both;
	margin: 3px 0 10px 0;
	padding: 5px;
	background: #f4f4f4;
	color: #808080;
	border-bottom: 1px solid #ccc;
}

/* left side
   --------- */

.left {
	float: left;
	width: 490px;
	margin: 0 0 10px 0;
}
	

	.lt {
		height: 10px;
		background: #6E6E6E url(../images/maintop.gif) no-repeat;
		color: #FFF;
	}
	
	.lbox {
		color: #eee;
		padding: 3px 12px;
		margin: 0 0 15px 0;
		background: #6E6E6E url(../images/mainbott.gif) no-repeat bottom left;
		
	}
	
	.lbox a {
		color: #FFFCD1;
		background: inherit;
	}
	
	.lbox h2 {
		color: #FFF;
		background: #6E6E6E;
	}
	
	
/* right side
   ---------- */
		
.right {
	float: right;
	width: 245px;
	margin: 0 0 10px 0;
}

.right a {
	color: #FFFCD1;
	background: inherit;
}

		
	.rt {
		background: #0d578c url(../images/righttop.gif) no-repeat;
		color: #FFF;
		height: 7px;
	}
		
	.right_articles {
		font-size: 12px;
		background: #0d578c url(../images/rightbott.gif) no-repeat bottom;
		color: #FEE1D5;
		padding: 4px 15px;	
		margin: 0 0 10px 0;
		border-top: 1px solid #0a4875;
		padding-left:20px;
	}
	
    .right_articles h2{color:#F3F3F3; font-size:14px;}	
			
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF url(../images/dot.gif) repeat-x;
	padding: 8px 0;
}

.footer a {
	color: #606162;
	background: inherit;
	
}

.footer a:hover{color:#0d578c; 
}