@charset "utf-8";
/* CSS Document */

body {
	font-size:   		13px;
	font-family: 		Arial;
	padding: 		0px;
	margin: 		0px;
	background:		#FFFFFF;
	color:			#303030;
}
#container {
	width:			900px;
	margin-left:	auto;
	margin-right:	auto;
	text-align:		left;
	padding:		0px;
}
#content {
	width:	680px;
	float:left;
	display:inline;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	padding:0px;
}
#content p{
	width:600px;

}
#content ul{
	font-family:Verdana, Geneva, sans-serif;
	margin-left:2em;
	list-style:disc;
	margin-bottom:20px;
	line-height:1.7em;
	font-size:0.95em;
	color:#333;
	width:550px;
}
/* sidebar */
#sidebar {
	width:215px;
	float:right;
	font-size:12px;
	padding:0px;
	padding-bottom:20px;
}
#sidebar p {
	padding:0px 0px 0px 5px;
}
#sidebar a {
	color:#F60;
}
#sidebar img {
	padding:5px;
}
#sidebar a:hover {
	color:			#FFFFFF;
	background:		#000000;
}
#header {
	height: 		160px;
	margin-top:		40px;
	border-bottom:		6px solid #EFEFE7;
	margin-bottom:		15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
}
a {
	color:			#000000;
}
a:hover {
	color:			#FFFFFF;
	background:		#000000;
}
/**************** TOP NAVIGATION *******************/

#topnav {
	width: 			900px;
}
#topnav ul {
	margin: 		20px 0px 0px 0px;
	padding: 		2px;
	list-style-type:	none;
}
#topnav li {
	display: 		inline;
	padding: 		7px 5px 7px 0px;
}
#topnav-left {
	width: 			600px;
	float: 			left;
	padding:		0px;
	margin:			0px;
}
#topnav-right {
	width: 			200px;
	float: 			right;
	padding:		0px;
	margin:			0px;
}
/**************** FOOTER *******************/

#footer {
	clear: 			both;
	font-size:   	10px;
	padding:		20px 0px 40px 0px;
	height:			40px;
	width: 900px;
	border-top: 6px solid #EFEFE7;
}
#footer-left {
	width: 			400px;
	float: 			left;
	padding:		0px;
	margin:			0px;
}
#footer-right {
	width: 			250px;
	float: 			right;
	padding:		0px;
	margin:			0px;
}
/**************** ?? *******************/

/* default tables */ 

table {
	width:auto;
	margin-bottom:10px;
}
table tr th, table tr td {
	padding:5px 10px;
}
table tr th {
	background:#3E4B5C none repeat-x scroll bottom left;
	color:#ffffff;
}
table tr td {
	border:1px dotted #dddddd;
}
table img {
	width:140px;
	height:auto;
}


#entry table {
	width:auto;
	margin-bottom:10px;
}
#entry table tr th, table tr td {
	padding:5px 10px;
}
#entry table tr th {
	background:#3E4B5C none repeat-x scroll bottom left;
	color:#ffffff;
}
#entry table tr td {
	border:1px dotted #dddddd;
}
#entry table img {
	width:180px;
	height:auto;
}
hr {
	height:			1px;
	background:		#3E3E3E;
	color:			#3E3E3E;
	border:			0;
}
h1 {
	color: 			#333;
	font-size:   	20px;
	font-weight:	normal;
	font-family:	Verdana, Geneva, sans-serif;
}
h2 {
	color: 			#333;
	font-size:   	18px;
	font-weight:	normal;
	font-family: 	Verdana, Geneva, sans-serif;
}
h3 {
	font-family:	Verdana, Geneva, sans-serif;
	font-size:		16px;
	font-weight:	bolder;
	color: 			#333;
}
h4 {
	font-family:	Verdana, Geneva, sans-serif;
	font-size:		14px;
	font-weight:	bolder;
	color: 			#333;
}
h5 {
	font-family:	Verdana, Geneva, sans-serif;
	font-size:		10px;
	font-weight:	normal;
	color: 			#F60;
	padding: 0px;
}
p {
	margin-bottom:20px;
	line-height:1.7em;
	font-size:.95em;
	color:#333;
}
img {
	border:none;
	border-bottom:none;
}
.list-icon {
	color: #F60;
}
.date {
	font-weight: bold;
	color: #333;
}

.emphasis {
	font-weight: bold;
	color: #F60;
}
#view_btn {
	float:right;
	padding-right:30px;
	font-size:16px;
}
