/* CSS Document */



body {

	background-color:#DFF3D7;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:0.74em;

	color:#333333;

	line-height:20px;

	cursor:default;

	margin:0;

	background-image: url("images/backgrounds/main.jpg");

	background-position:center;

	background-repeat:repeat-y;

}



#container {
	
	clear: left;

	width:700px;

	padding:10px;

	background-color:#FFFFFF;

	margin: auto;

}

#header {

	width:720px;

	height:270px;

	color:#FFFFFF;

	font-family:"Trebuchet MS", Arial, Verdana;

	font-size:150%;

	font-weight:bold;

	line-height:20px;

	margin: auto;

}

#menu {
	
	width:720px;

	background:#3F4A3E url(images/backgrounds/menubg.jpg) left repeat-x;

	height:32px;

	color:#ffffff;

	margin: auto;

	margin-top: 0;

	margin-bottom: 0;

	padding: 0;

	text-align: center;

	position: relative;

	bottom: 5px;

}

#menu ul {
	
	height: 30px;

	padding-top: 5px;

	padding: 0;

	margin: 0;

}

#menu li {
	
	display: inline;

	height: 30px;

	padding-right: 15px;

} 

#menu li a {
	
	text-decoration: none;

	color: #000000;

	font-weight: bold;

}

#menu li a:hover {
	
	text-decoration: none;

	color: #ffffff;

	border-bottom: 0;

	font-weight: bold;

}

#sidebar {

	width:150px;

	max-width: 150px;

	border:1px solid #cccccc;

	padding:5px;

	float:left;

	clear:left;

	background-image: url("images/backgrounds/article.jpg");

	background-position:bottom right;

	background-repeat:repeat-x;

}

.sidebar {

	width:150px;

	height:474px;

	border:1px solid #cccccc;

	float:left;

	clear:left;

	background-image: url("images/backgrounds/sidebar.gif");

	background-position:bottom right;

	background-repeat:repeat-x;

}
#sidebar ul {

	list-style-type: none;

}

#sidebar ul li ul li {

	width: 150px;
	
	
}
 .ul {
	
	position: relative;

	right: 32px;

	margin-right: -40px;

}
#sidebar ul li ul li {

	width: 150px;
	
	position: relative;
	
	right: 25px;

	margin-right: -35px;

}

#sidebar h1,h2,h3 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border:none;
	background-image:none;
}

.article {

	margin-left:170px;

	padding:10px;

	border: 1px solid #cccccc;

	background-image: url("images/backgrounds/articlenormal.jpg");

	background-position:top right;

	background-repeat:no-repeat;

	margin-bottom:10px;

}

.article p {

	margin:10px;

}

.article_info {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:10px;

	color:#666666;

	letter-spacing:2px;

	font-variant:small-caps;

	text-transform:lowercase;

}

.article_info a {

	font-weight:bold;

	text-decoration:none;

	color:#000000;

}

.article a:hover {

	font-weight:bold;

	text-decoration:none;

	color:#000000;

	border: 0;

}

h1,h2,h3 {	

	font-family:Arial Narrow, Arial, Helvetica, sans-serif;

	letter-spacing:-1px;

	color:#000000;

	border-bottom:2px solid #cccccc;

	padding-bottom:5px;

	padding-top:5px;

}

.comment {
	margin-left:170px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image:url(images/backgrounds/article.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}
a {
	color:#9ACC53;
	text-decoration:none;
}
a:hover {
	border-bottom:1px dotted #000000;
}





#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
