/* default styles */
body {
	padding: 5px 0 0 0;
	margin: 0;
	font: .7em Tahoma, Arial, sans-serif; 
	line-height: 1.7em; 
	background: #FFF;
	color: #444;
}
a {color: #03f;}
a:hover {color: #C33;}
p {	margin: 0 0 5px 0;}
h1 {
	font: bold 2.2em Arial, Sans-Serif;
	padding: 8px 0 0 0; 
	margin: 0;
	letter-spacing: -1px;
}
h2 {
	margin: 0;
	padding: 0 0 2px 5px;
	border-bottom: 1px dotted #aaa;
	color: #000;
	font: bold 1.8em Arial, Sans-Serif;
	letter-spacing: -1px;
}
h1 a, h2 a {
	color: #000;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img { border: 0; }

.style1 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}


/* layout */
#content {
	margin: 10px auto;
	width: 975px;
}
#logo {
	margin: 0 0 5px 0;
	text-align: center;
}
#slogan {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	text-indent: 150px;
	margin: 0 0 10px 2px; 
	padding: 0;
	color: #e0524f;
}
#top_info {
	line-height: 27px;
	float: right;
	color: #bbb;
	margin: 20px 3px 7px 0;
	text-align: right;
	height: 5px;
	font-size: 16px;
	font-weight: bold;
}

/* main horizontal menu */
#tablist{
	padding: 3px 0;
	margin: 0;
	text-align: left;
}
	#tablist li{
		list-style: none;
		display: inline;
		margin: 0;
	}
	#tablist li a{
		text-decoration: none;
		padding: 4px 22px;
		margin-right: 2px;
		background: #888;
		font-weight: bold;
		color: #eee;
	}
	#tablist li a:hover{
		background: #000;
		color: #eee;
	}
	#tablist li a.current{
		background: #888;
		color: #eee;
		padding: 6px 22px;
	}
	#tablist .key { text-decoration: underline; }

/* main menu topics */
#topics {
	clear: left;
	float: left;
	width: 959px;
	background: #888;
	padding: 8px;
	margin: 0 0 5px 0;
	color: #eee;
	height: 30px;
}
	#topics li a { 
		background-image: url(images/bullet.gif);
		background-repeat: no-repeat;
		background-position: center left;
		padding: 0 0 0 12px;
	}
	#topics img {
		float: right;
		padding-right: 5px;
	}
	
/* subheading bar */
#subheader {
	margin: 0 0 10px 0;
	padding: 8px;
	background: #ddd;
	color: #000;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	width: 959px;
	float: left;
}
/* left side */
#left {
	float: left;
	width: 65%;
	margin: 0 0 10px 0;
}
	.left_articles {
		margin: 0px 0 10px 0;
		background: #ddd;
		color: #444;
		padding: 5px 15px 5px 10px;
		border: 1px solid #aaa;
	}
		.news {
			font-size: .9em;
			padding: 0 0 0 12px;
			background: #ddd url(images/news.gif) no-repeat center left;
			color: #808080;
		}


		
/* right side */
#right {
	float: right;
	width: 33%;
	margin: 0 0 10px 0;
}
	.right_articles {
		border: 1px solid #888;
		padding: 8px;	
		margin: 0 0 10px 0;
		background: #bbb;
		color: #444;
	}
		.right_articles p { text-align: center; }
	.image {
		float: left;
		margin: 0 5px 3px 0;
	}
	.notes {
		border-top: 1px dotted #888;
		border-bottom: 1px dotted #888;
		padding: 17px 10px 17px 80px;	
		margin: 0 0 10px 0;
		background: #bbb url(images/notes.gif) no-repeat center left;
		color: #444;
	}

	.right_box {
		background: #cce;
		color: #666;
		border-top: 1px dotted #aaa;
		border-bottom: 1px dotted #aaa;
		padding: 15px;
		margin: 0 0 15px 0;
	}

/* footer */
#footer { 
	clear: both; 
	color: #555;
	background: #ddd;
	padding: 10px 15px;
	border-top: 1px solid #666;
}
	#footer .right { float: right; }
