body {
	margin: 0px;
}

tr, p, div {
  font-family:Arial, Helvetica, sans-serif;
  font-size        : 13px;
  color            : #333333;
}
hr {
  background       : #999999;
  height           : 1px;
  width            : 100%;
}

#left
{
	border-right:1px solid #F1F1F1;
}

#right
{
	border-left:1px solid #F1F1F1;
	
}

#main
{
	padding-bottom: 9px;
	padding-left: 9px;
}
/* ################### PAGE PART ######################## */
#mainpage
{
	background-color:#FFFFF;
}

#header
{
}

/*for title or site name*/
.title {
font-family: sans-serif;
font-size: 20px;
font-weight: bold;
color : #FFFFFF;
margin-left: 10px;
}

#left ul.menu > li {
	line-height: 35px;
	font-size: 18px;
        border-bottom: black solid 1px;
}

#left ul.menu li a {
	color: black;
	text-decoration: none;
}

#left ul.menu li.parent ul li a {
  color: black;
  font-size: 17px;
  line-height: 21px;
}

#left ul.menu li#current {
  background-image: url(../images/arrow.png) ;
  background-repeat: no-repeat;
  background-position: 0px 8px;
}

#left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#left li {
  line-height: 15px;
  padding-left: 10px;
  padding-top: 0px;
}

#main ul li {
  list-style-image: url(../images/arrow.png) ;
}

/* ######### joomla attributes ########## */
.componentheading {
	font-size: 18px;
	font-weight: bold;
}
.contentheading {
	font-size: 15px;
	font-weight: bold;
}
.contentpaneopen {
width: 100%
}