/* default styles */
body { padding: 2px 0 0 0; margin: 0; font: .7em Tahoma, Arial, sans-serif; line-height: 1.3em; background: #fff url(images/bg.gif) repeat-x; color: #150505; }
a { color: #2F63FA; background: inherit; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0 0 5px 0; text-align: justify;}
h1 { margin: 0; font: bold 1.9em Arial, Sans-Serif; padding: 0 0 0 0; margin: 0;}
h2 { margin: 0; padding: 0; font: bold 1.5em Arial, Sans-Serif;}
h1 a, h2 a { color: #000; background: inherit; text-decoration: none; }
img { border: 0; }


/* layout */
#content { margin: 10px auto; width: 960px; }
#logo { margin: 0 0 5px 0; }
#slogan { font-size: 0.9em; margin: 0 0 0 0; padding: 0; color: #808080; background: #fff; }
#top_info { float: right; color: #808080; margin: 0 0 0 0; text-align: right; font-size: 18px;}

/* round blue login button */
#loginbutton a { text-decoration: none; width: 24px; padding: 7px 12px; margin: 0 0 0 8px; height: 28px; background: #fff url(images/lb.gif) no-repeat; color: #000; }
#loginbutton a:hover{ background: #fff url(images/lbhover.gif) no-repeat; color: #000;}

/* main horizontal menu */
#tablist{ padding: 3px 0; margin: 0; float: left;  line-height: 1.7em;}
	#tablist li{ list-style: none; display: inline; margin: 0; }
	#tablist li a{
		text-decoration: none;
		padding: 4px 22px;
		margin-right: 2px;
		background: #304080 url(/css/images/corner.gif) no-repeat top right;
		font-weight: bold;
		color: #fff;
	}
	#tablist li a:hover{
		background: #5d7dbe url(/css/images/corner.gif) no-repeat top right;
		color: #fff;
	}
	#tablist li a.red_menu{
		background: #af0000 url(/css/images/corner.gif) no-repeat top right;
		color: #fff;
	}
	#tablist li a.red_menu:hover{
		background: #fb404c url(/css/images/corner.gif) no-repeat top right;
		color: #fff;
	}
	#tablist li a.current{
		background: #5d7dbe url(/css/images/corner.gif) no-repeat top right;
		color: #fff;
		padding: 6px 22px;
	}

/* main menu topics */
#topics {
	clear: left;
	float: left;
	width: 930px;
	background: #5d7dbe;
	padding: 10px 15px 10px 15px;
	margin: 0 0 5px 0;
	color: #fff;
}
	#topics li a { background-image: url(/css/images/bullet.gif); background-repeat: no-repeat; background-position: center left;  padding: 0 0 0 12px; }

/* left side */
#left {
	float: left;
	width: 705px;
	margin: 0 0 10px 0;
}
	.subheader {
		margin: 0 0 5px 0;
		padding: 0 5px 1px 0;
		background: #f4f4f4 url(/css/images/bgshade.gif) repeat-x;
		color: #303030;
		border-bottom: 1px solid #ccc;
		line-height: 1.3em;
		height: 47px;
	}
	
	.logotype {display: inline; float: left; padding: 0px; margin: 0px 5px 0px 0;}
	
	.left_articles {
		margin: 0px 0 10px 0;
		background: #fff url(/css/images/bgshade.gif) repeat-x;
		color: #454545;
		padding: 15px 15px 5px 10px;
	}
		.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(/css/images/news.gif) no-repeat center left; color: #808080; }
		.bigimage {
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			margin: 0 15px 10px 0;
		}
	.left_box {
		background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	.thirds {
		float: left;
		padding: 0 0px 0 5px;
		margin: 0;
	}		
	.rthirds {
		float: right;
		padding: 0 5px 0 0px;
		margin: 0;
	}		
		
/* right side */
#right {
	float: right;
	width: 250px;
	margin: 0 0 10px 0;
}
	.right_alert {
		border: 1px solid #ccc;
		padding: 8px;	
		margin: 0 0 5px 0;
		background: #feffc1 url(/images/alert.png) no-repeat center center;
		color: #454545;
	}
	.right_quest {
		border: 1px solid #ccc;
		padding: 8px;	
		margin: 0 0 5px 0;
		background: #efefef;
		color: #454545;
	}
	.notes {
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 17px 10px 17px 80px;	
		margin: 0 0 5px 0;
		background: #fff url(/css/images/notes.gif) no-repeat center left;
		color: #454545;
	}
/* footer */
#footer { 
	clear: both; 
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}
	#footer .right { float: right; }