html, body
{
	margin: 0;
	padding: 0;
}

body 
{
	background-color: #ffffff;/*rgb(102,0,0)*//*#990000*//*#333*/;
	font: Ubuntu sans, Verdana, Helvetica, sans-serif;
	color: #000000;
}

.footer
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom:20px;
}

h1
{
	font-family: Verdana, Helvetica;
	font-size: 150%;
	font-weight: bold;
	color: #FF3300/*rgb(255,204,51)*/;
}

h2
{
	font-family: Verdana, Helvetica;
	font-size: 125%;
	font-weight: bold;
	border-bottom: 1px solid rgb(204,204,204);
	color: #FF3300/*rgb(255,204,51)*/;
}

h3
{
	font-size: 100%;
	font-weight: bold;
	color: rgb(255,204,51);
}

a
{
	color: #990000/*#ff7a9e*//*ff7a9e*/;
	text-decoration: none;
	font-weight:bold;
}

a:hover
{
	/*color: rgb(204,204,153);*/
	text-decoration: underline;
}

select, input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td
{
	font-size: 14px;
	font-family: Verdana, Helvetica;
}
/*
#container
{
	background-color: #fff;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 0;
}
*/
#side
{
	float: left;
	width: 00px;
}

#headerside
{
	height: 50px;
	background-color: #fff;
}

#title
{
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 32px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 16px;
	margin-bottom: 2px;
	color: #900;
}

#nav
{
	background-color: rgb(255,255,204);
	border-left: none;
	/*border-top: solid 1px #333;*/
	border-bottom: none;
	border-right: 0;
	width: 100px;
}

#nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li
{
	margin-top: 1px;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	text-align: left;
}

#nav a
{
	display: block;
	font-size: 90%;
	color: #333;
	padding: 4px;
	border-left: solid 10px #990000;
	border-bottom: 1px dashed #000;
	border-right: 1px solid #ddd;
	width: 82px;
}

#nav a:hover
{
	color: #333;
	background-color: #f9f9f9;
	text-decoration: none;
	border-left: solid 10px #fa88ff;
}

#nav a.selected
{
	text-decoration: none;
	border-left: solid 10px #333;
}

#nav ul ul li a
{
	text-indent: 20px;
}

#nav ul ul ul li a
{
	text-indent: 40px;
}

#main
{
	padding: 0;
	background-color: #fff;
	margin-left: 200px;
}

* html #side
{
	width: 200px;
	margin-right: -3px;
}

* html #main
{
	height: 1%;
	margin-left: 0;
}

#headermain
{
	padding: 10px;
	height: 30px;
	background-color: ;
	background-image: url(../images/bg-header-new.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}



#subtitle
{
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	float: left;
}

#globalmenu
{
	color: #fff;
	text-align: right;
}

#globalmenu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#globalmenu li
{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
}

#globalmenu a
{
	color: #fff;
}

#content
{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	/*border-top: 1px solid #333;*/
	border-bottom: none;
	border-right: none;
	width: auto;
	/*background-color: rgb(102,0,0)/*#990000*//*ffffcc*/;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 670px;
}

.error
{
	color: #c00;
}

.section
{
	margin: 7px;
	padding: 5px;
}
/*
.section h3
{
	color: #333;
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 7px;
	border-bottom: 1px solid #ddd;
}
*/

.tbl
{
	border: 1px solid #eee;
}

.tblvalue
{
	font-weight: bold;
}

.articlecontent
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlecomments
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.articlecomments li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
	/*border-bottom: solid 1px #eee;*/
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}


