body {
	color		 : #ffffff;
	margin		 : 10px 0px 20px 0px;
	padding		 : 0px;
	background   : #E8F5D7 url(../images/bg_body.jpg) top repeat-x;
	font		 : 11px Verdana, Arial, Helvetica, sans-serif;
}

td, tr, p, div {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 11px;
	color            : #000000;
}  

#search {
	margin: 0px;
	padding: 0px;
	border: 1px solid #cccccc;	
	width: 125px;
	height: 16px;
	overflow: hidden;
}
#search .inputbox {
	border: 0px;
	margin-top: 0px;
	padding: 2px 3px 2px 6px !important;
	padding: 0px 3px 2px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 12px;
	width: 125px;
	color: #999999;
	background: #ffffff;
}

.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.pathway {
	font-size        : 10px;
	font-weight		 : bold;
	color            : #ffffff;
	padding-left     : 5px;
	line-height	     : 21px;
}

a.pathway:link, a.pathway:visited {
  font-size          : 10px;
  color              : #ffffff;
  padding-left       : 5px;
  text-decoration    : none;
}

a.pathway:hover {
  font-size          : 10px;
  color              : #ffffff;
  padding-left       : 5px;
  text-decoration    : underline;
}

a:link, a:visited {
  font-size        : 11px;
  color            : #000000;
  text-decoration  : underline;
  font-weight      : normal;
}

a:hover {
  font-size        : 11px;
  color            : #006600;
  text-decoration  : underline;
  font-weight      : normal;
}

a.mainlevel  {
  margin           : 0px;
  padding          : 0px;
  font-size        : 11px;
}

a.mainlevel: link {
  padding          : 0px 0px 0px 0px;
  font-size        : 11px;
}

a.mainlevel:link, a.mainlevel:visited {
  display          : block;
  font-size        : 11px;
  font-weight      : normal;
  text-decoration  : none;
  padding          : 2px 0px 2px 15px;
  color            : #000000;
  background-image : url(../images/bullet.jpg);
  background-repeat:no-repeat;
  background-position: 3px;
}

a.mainlevel:hover {
  font-size        : 11px;
  font-weight      : normal;
  text-decoration  : underline;
  color            : #006600;
}

a.mainlevel#active_menu {
  font-size		   : 11px;
  font-weight      : bold;
  color            : #000000;
  text-decoration  : none;
  background	   : #ADD443;
  background-image : url(../images/bullet_active.jpg);
  background-repeat:no-repeat;
  background-position: 3px;
}

a.sublevel  {
  margin           : 0px;
  padding          : 0px;
  font-size        : 11px;
}

a.sublevel: link {
  padding          : 0px 0px 0px 0px;
  font-size        : 11px;
}

a.sublevel:link,a.sublevel:visited {
  	display:block;
	font-size:11px;
	font-weight:normal;
	text-decoration  : none;
	padding-left:1px;
	padding-bottom:3px;
	line-height:20px;
	margin-left:10px;
	color: #000000;	
}

a.sublevel:hover {
	font-size        : 11px;
	font-weight      : normal;
	text-decoration  : underline;
	color            : #006600;
	margin-left		 : 10px;
}

a.sublevel#active_menu {
  color            : #000000;
  font-weight      : bold;
  background	   : #ADD443;
}

.contentheading, .componentheading {
	font-size        : 14px;
	font-weight      : bold;
	line-height      : 30px;
	text-align       : left;
	color            : #006600;
	width            : 100%;
}

table.content{
  width            : 100%;
  padding          : 0px;
  border-collapse  : collapse;
  border-spacing   : 0px;
  margin-bottom    : 10px;
}
table.contentpane {
  width            : 100%;
  padding-left     : 5px;
  padding-right    : 5px;
  border-spacing   : 0px;
  margin-bottom    : 5px;
}
table.contentpaneopen {
  width            : 100%;
  padding-left     : 5px;
  padding-right    : 5px;
  border-spacing   : 0px;
  margin-bottom    : 5px;
}

table.contentuisp {
  width            : 100%;
}

table.contentuisp th {
  background	: #ADD443;
  line-height      : 20px;
}

table.contentuisp td {
  background	: #ffffff;
  line-height      : 18px;
}

.sectiontableheader {
	font-size        : 11px;
	font-weight      : bold;
	letter-spacing   : 1px;
	color            : #FFFFFF;
	padding          : 1px;
	background-color : #006600;
	line-height      : 18px;
}

.sectiontableentry1 {
  vertical-align   : top;
  padding          : 3px;  
  background	   : #ADD443;
  line-height	   : 20px;
}

.sectiontableentry2 {
  vertical-align   : top;
  padding          : 3px; 
  background	   : #EDEDED;
  line-height	   : 20px;
}

.sectiontableentry1 tr {
  line-height	   : 20px;
}

.sectiontableentry2 tr {
  line-height	   : 20px;
}

.sectiontableentry1 td {
  line-height	   : 20px;
}

.sectiontableentry2 td {
  line-height	   : 20px;
}

ul {
	margin           : 10px;
	padding-left     : 10px;
	list-style       : disc;
	padding-top		 : 10px;
}

li {  
  line-height        : 15px;
  padding-left       : 0px;
  padding-top        : 0px;
  padding-bottom	 : 10px;
  background-repeat  : no-repeat;
  background-position: 0px 3px;
  text-align:justify;
}

.back_button {
	text-align: center;
	line-height: 18px;
	padding-bottom: 10px;
}

.back_button a:link, .back_button a:visited {
  color            : #006600;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  white-space      : normal;
  font-weight      : bold;
  border           : 0px;
  text-decoration  : none; 
  text-transform   : uppercase;
  margin-top	   : 10px;
  margin-bottom	   : 10px;
}

.back_button a:hover {
  text-decoration  : underline; 
}

.pagenavbar {
  text-align:center;
  line-height: 18px;
}

.pagenav {
  text-align: center;
  line-height: 18px;
}


.pagenavcounter {
  text-align:center;
  line-height: 18px;
}

.adminForm td{
  line-height: 18px;
}

