@charset "UTF-8";
/* CSS Document */


*	{
	margin:0;
	padding:0;
	}

body	{
		font-size:75%;
		font-family:Verdana, Helvetica, Arial, sans-serif;
		line-height:1.6;
		background:#e3e3e3 url(images/background.jpg) repeat-x;
		}
		
		
#container	{
			width:955px;
			margin:auto;
			}
			

a:link		{color:#999999; text-decoration:none;}
a:hover		{color:#666666; text-decoration:underline;}
a:visited	{color:#999; text-decoration:none;}

p {margin-bottom:10px;}

img			{border:none;}

h1, h2 {
	font-size: 18px;
	font-weight:bolder;
	text-transform:uppercase;
	
}
			
			
h3			{
			font-size:1em;
			line-height:1.3em;
			}

h4			{
			font-size:0.9em;
			color:#999999;
			font-style:italic;
			font-weight:normal;
			line-height:1.3em;
			}
			
#header		{position:relative; height:149px;}


#topnavleft {
	position: absolute; margin: 3px 0 0 0; width: 100px; height: 35px;
}
#topnavright {
	position: absolute; margin: 3px 0 0 200px; width: 750px; height: 35px; text-align: right;
}
#topnavleft a, #topnavright a {
	color:#000; font-weight: ; text-decoration: none;
}
#topnavleft a:hover, #topnavright a:hover {
	text-decoration: underline;
}


	#logo	{position: absolute; height:149px;}
	
	#tab	{
	background:url(images/tab.gif) no-repeat;
	color:#FFFFFF;
	width:201px;
	height:39px;
	position:absolute;
	left: 754px;
	top: 0px;
	text-align:center;
	padding-top:10px;
			}
			
		#tab a	{color:#FFFFFF; text-decoration:none; font-size:0.9em;}
		#tab a:hover {text-decoration:underline;}
		

#nav	{
		background:url(images/navbg.jpg) no-repeat top left #FFFFFF; 
		height:39px; 
		padding-left:333px;
		color:#FFFFFF;
		border-bottom: #000 dotted 0px;
		}
		


		#nav ul {overflow: hidden; display: inline-block;} 
		
		#nav ul {display: block; width:100%; float:left;}
		  
		#nav ul li	{
						list-style:none;
						float:left;
						padding-right:26px;
						}
						
		#nav img { border: none; }
		#nav li { display: inline; list-style:none; }
		#nav li a { float: left; display:block; color:#FFFF00; font-size: 19px; padding:4px; font-family: "Times New Roman" }
		#nav li a img {  border:none; vertical-align:bottom; /* for IE6 */}
		#nav li a:hover { visibility:visible; text-decoration: none; color: #FFFFFF; /* for IE6 */ }
		#nav li a:hover img { visibility:visible; /* for IE6 */ }
		#nav li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}


	
#left	{background:#fff; width:612px; float:left; padding-left:10px;}

	.articles img	{padding-top:10px;}

	.toparticles	{
					border-bottom:1px dotted #000;
					position:relative;
					padding-top:15px;
					padding-bottom:30px;
					}
			

.toparticles a {
text-decoration:none;
}

.toparticles  em {
	font-weight: normal;
	background:#FFFF00;
	position: absolute;
	top: 495px;
	left: 3px;
	text-align: center;
	font-style: normal;
	z-index: 2;
	display: none;
	color:#000000;
	text-decoration:none;
}





#right	{width:300px;
		float:left;
		background:#fff;
		padding-left:23px;
		padding-right:10px;
		}

#body	{background:#fff; padding-top:10px;}

#footer	{background:#fff; clear:both; text-align:center; font-size:0.8em; color:#999999; padding-top:30px;}

	#footer a	{text-decoration:none; color:#999;}
