/* GENERAL */
body {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 13px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000; 
	background-color: #ebebeb;
	text-decoration: none;
}
/*
body {
	text-align: center;
	background-color: #ebebeb;
	font: 9px verdana, arial;
	margin: 10px 0px 10px 0px;
	padding: 0;
	line-height: 16px;
}
*/
h1 {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 16px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #666666; 
	text-decoration: none;
}
h2 {
	font: 12pt Trebuchet MS;
	color: #336699;
	margin: 0px 0px 2px 0px;
	font-weight: bold;
}
h3 {	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 	font-size: 10px; 	font-style: normal; 	line-height: 12px; 	font-weight: bold; 	font-variant: normal; 	text-transform: none; 	color: #000000; 	text-decoration: none;}
/*
h3 {
	font: 14px Trebuchet MS;
	color: #666666;
	margin: 0;
}
*/
a {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 13px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000; 
	text-decoration: none;
}
a:hover {
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;

}
a:active {
	font-weight: bold; 
	color: #666666; 
	text-decoration: none;
}
a:visited {
	color: #666666; 
	text-decoration: none;
}
a:active {
}
/* ELEMENTS */
#container {
	text-align: justify;
	width: 760px;
	height: auto;
	background-color: #ffffff;
	margin: 0;
	padding: 10px 10px 10px 10px;
}
#header {
	width: 740px;
	height: 120px;
	/* background: #cc0000 url(../img/default/banner_aspxblog.gif); */
}
#wrapper 
{
	width: 740px;
	height: 100%;
	margin: 0;
	padding-top: 40px;
	background-color: #ffffff;
}
#content 
{
	float: left;
	width: 424px;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 3px 3px 3px 3px;
	background-color: #ffffff;
}
#rightsidebar {
	float: right;
	width: 150px;
	height: auto;
	text-align: left;
	padding: 3px 10px 3px 10px;
	background-color: #ffffff;
	/* background-color: #efefde; */
}
#leftsidebar {
	float: left;
	width: 150px;
	height: auto;
	text-align: left;
	padding: 3px 10px 3px 10px;
	background-color: #ffffff;
	/* background-color: #efefde; */
}
#rightsidebar ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
	width: 135px;
	/* border-bottom: 1px solid #cccccc; */
}
#leftsidebar ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
	width: 135px;
	/* border-bottom: 1px solid #cccccc; */
}
#rightsidebar li {
	margin: 0;
	padding: 0;
}
#leftsidebar li {
	margin: 0;
	padding: 0;
}
/*
#rightsidebar li a, .sidelink {
	font: 9px verdana, arial;
	color: #336699;
	text-decoration: none;
}
#leftsidebar li a, .sidelink {
	font: 9px verdana, arial;
	color: #336699;
	text-decoration: none;
}
#rightsidebar li a:hover, .sidelink:hover {
	color: #cc0000;
}
#leftsidebar li a:hover, .sidelink:hover {
	color: #cc0000;
}
*/
#footer {
	text-align: justify; 
	width: 740px;
	margin: auto;
	padding: 5px 0px 5px 0px;
}
/* CLASSES */
.maintxtblackheading {	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 	font-size: 10px; 	font-style: normal; 	line-height: 12px; 	font-weight: bold; 	font-variant: normal; 	text-transform: none; 	color: #000000; 	text-decoration: none;}