@charset "utf-8";
/*===================
	ARTICLE STYLES
===================*/
#leftarticle, #rightarticle {
	float: left;
	margin: 10px;
	min-height: 100px;
}
#leftarticle {
	width: 680px;
}
	#leftarticle ul {
		color: #444;
		font-size: 0.9em;
		margin: 20px 50px;	
	}
	#leftarticle ul li {
		border-bottom: 1px dotted #ccc;
		list-style-type: square;
		padding: 3px 0;
	}
	#leftarticle .author {
		color: gray;
		font-size: 0.9em;
		margin-bottom: 30px;	
		text-indent: 30px;
	}
#rightarticle {
	width: 250px;
}
#Menu ul li a{font-size: 0.8em !important;}
#content table {
	margin: 0 auto 20px auto;
}
	#content table th {
		background: white;
		background-image: -moz-linear-gradient(top, #fff, #ddd);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ddd));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#dddddd)";
		border-bottom: 1px solid #baa;
		font-size: 0.8em;
		padding: 5px 5px 2px 5px;
	}
	#content table td {
		border-bottom: 1px dotted #dcc;
		font-size: 0.8em;
		font-weight: bold;
		margin: 0;
		padding: 5px;
		text-align: center;
		vertical-align: middle;
	}
	#content table p {
		font-weight: normal;
		line-height: 1.5;
		margin: 0;
		text-align: left;
	}

h1.classTitle {
	font-size: 1em;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

#bottomMenu ul li {
	float: none;
	width: auto;
}
	#bottomMenu ul li a {display: block;}

/*===================
	NEWS LIST STYLES
===================*/
#newsList { clear: both;}
	#newsList h2 {
		font-size: 1em;
		font-variant: normal;
		margin: 0 5px;
		text-indent: 0;
	}
	#newsList p {
		margin: 0 5px;
		text-indent: 0;
	}
	#newsList li {
		float: left;
		line-height: 1.5;
		margin: 0 0;
		min-height: 160px;
		text-indent: 10px;
		width: 50%;
	}
	#newsList .readmore {
		font-size: 0.8em;
		margin: 0 40px;
		text-align: right;
		text-transform: capitalize;
	}


