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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 1020px;
	margin: auto;
}
#logo {
	width: 249px;
	height: 156px;
	float: left;
}
#title {
	width: 771px;
	height: 156px;
	float: left;
}
#tabs {
	padding-right: 10px;
	padding-top: 3px;
	width: 1010px;
	height: 25px;
	float: left;
	background: #333399;
	color: #FFFFFF;
	text-align: right;
}
#tabs a {
	color: #FFFFFF;
	text-decoration: none;
}
#image {
	width: 1018px;
	height: 200px;
	float: left;
	border-left: #333399 1px solid;
	border-right: #333399 1px solid;
}
#main {
	width: 1018px;
	float: left;
	border-bottom: #333399 1px solid;
	border-left: #333399 1px solid;
	border-right: #333399 1px solid;
	background: url(images/mainbg.png);
}
#left {
	padding-left: 7px;
	padding-right: 7px;
	width: 236px;
	float: left;
	color: #333399;
}
#left h3 {
	color: #333399;
}
#left a {
	color: #333399;
	text-decoration: none;
}
#left ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
	line-height: 2;
}
#left li {
	margin: 0;
	padding: 0;
	border-bottom: #333399 1px solid;
}
#left li.quote {
	color: #FFFFFF;
	background: #333399;
	padding-left: 2px;
}
#left li.quote a {
	color: #FFFFFF;
}
#right {
	padding-left: 10px;
	width: 758px;
	float: left;
}
#right h1 {
	color: #333399;
	font-size: 1.5em;
}
#right h2 {
	color: #333399;
	font-size: 12px;
}
#extra {
	float: right;
	width: 300px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#quoteimg {
	float: right;
	width: 300px;

}
#text {
	float: right;
	width: 270px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 14px;
	color: #333399;
	border-top: 1px solid #333399;
	border-bottom: 1px solid #333399;
	border-left: 1px solid #333399;
}
#text ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
#text li {
	margin: 0;
	padding: 0;
	border-bottom: #333399 1px solid;
}
#footer {
	text-align: center;
	padding: 5px;
}

/*---articles----*/
#articles h1{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-style:italic;
color:#333399;
font-size:16px;
font-weight:600;}
.article_title{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-style:italic;
color:#333399;
font-size:10px;
font-weight:300;
}
.article_date{}
.article_contact{}

