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

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333;
}

#container {
	width: 780px;
	margin: 0 auto;
}

#header {
	height: 195px;
	margin-bottom: 2px;
}

#headings {
	float: left;
}

#heading-right {
	padding-top: 22px;
	padding-left: 15px;
	float: right;
	width: 400px;
}

h3 {
	font-size: 39px;
	text-align: justify;
	color: #648CA5;
	font-weight: bold;
	line-height: 35px;
}

/*#header h2 {
	font-size: 19px;
	color: #648CA5;
	padding-top: 5px;
	letter-spacing: -1px;
	font-weight: bold;
}*/

#left {
	float: left;
	width: 500px;
	text-align: justify;
	margin-bottom: 20px;
}

#left h2 {
	color: #648CA5;
	font-size: 18px;
	font-weight: 100;
	font-style: bold;
	padding: 15px 0 7px 0;
}

#right {
	float: right;
	width: 260px;
}

.ad250 {
	float: left;
	height: 250px;
	width: 250px;
	font-size: 18px;
	color: #aaa;
	padding: 0 5px 0 5px;
	text-align: center;
}

.latestarticles {
	/*background: #D5D5D5;*/
	background: #ffffff;
	margin-top: 15px;
	margin-bottom: 15px;
}

.latestarticles h2 {
	padding-left: 10px;
	height: 28px;
	line-height: 28px;
	background: #e8eefc;
	color: #000000;
	font-size: 13px;
	border: 2px double #333333;
}

.latestarticles ul {
	padding: 10px 0 10px 25px;
	color: #888;
}

.latestarticles ul li a {
	/*color: #648CA5;*/
	color: blue;
	text-decoration: none;
	font-weight: 100;
}

.menuleft {
	float: left;
	width: 120px;
	background: #eee;
	margin-top: 10px;
}

.menuleft h2 {
	padding-left: 10px;
	height: 28px;
	line-height: 28px;
	background: #333;
	color: #f7f7f7;
	font-size: 13px;
}

.menuleft ul {
	padding: 10px 0 15px 10px;
	list-style-type: none;
}

.menuleft ul li a {
	color: #648CA5;
	text-decoration: none;
	font-size: 12px;
	font-weight: 100;
}

.menuleft ul li a:hover {
	color: #111;
}

#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #e8eefc;
	border: 2px solid #333333;
	text-align: center;
	font-size: 11px;
	padding: 10px 0 10px 0;
}