.pointpadding {
	padding-top: 3px;
}
.centertext1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #1E2733;
	padding: 0px 0px 0px 0px;
}
.centertext2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #1E2733;
	font-weight: bold;
	padding: 0px 0px 0px 8px;
}
.content {
	font-family: Tahoma;
	font-size: 12px;
	color: #1E2733;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}
.content a{
	color: #4A5E77;
	text-decoration: none;
}
.content a:hover {
	color: #0069C5;/*#3B4A5D;*/
	text-decoration: none;
}
.content2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #1E2733;
	padding: 5px 5px 5px 5px;
}
.content3 {
	font-family: Tahoma;
	font-size: 12px;
	color: #1E2733;
}
.content2 a {
	color: #1E2733;
	text-decoration: underline;
}
.content4 {
	font-family: Tahoma;
	font-size: 12px;
	color: #0069C5;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}
.content4 a{
	color: #0069C5;
	text-decoration: underline;
}

.contentleft {
	font-family: Tahoma;
	font-size: 12px;
	color: #1E2733;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	vertical-align: top;
}
.contentleft a {
	color: #1E2733;
	text-decoration: underline;
}
.contentleft li {
	padding-top: 8px;
	padding-bottom: 8px;
}
.copyright {
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
	padding-left: 10px;
}
.copyright a {
	color: #CCC;
	text-decoration: none;
}
.copyright a:hover {
	color: #CCC;
	text-decoration: underline;
}


a.left_menu {
  color: #FFF;
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
}
a.left_menu:hover{
	padding: 0;
	margin: 0;
	color: #FFF;
	background-image:url(buttonover.jpg);
}

.menu_selected {
	color: #FFF;
}
a.menu_selected{
	color:#FFF;
	font-family: Verdana;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;	
	background-image:url(buttonover.jpg);
}

a.menu_selected:hover {
	text-decoration: none;
	color: #FFF;
	text-decoration: none;
}

/* This is the part for the CSS menu - these settings are for a horizontal menu */
#dmenu{                         /* menu list container */
	z-index: 20;                /* push the menu up in the layer order a bit so it isn't hidden behind anything */
      /* Browser plug-ins like Flash or Quicktime may not allow you to overlap then with this menu! */
	  text-align:left;
	  width:154px;
	  font-family: Verdana;
	  font-size: 14px;
	  font-weight: bold;
	  padding: 0;
	  margin: 0;
}
#dmenu li{                      /* top-level menu element */
  list-style-type: none;      /* disable the display of the list item bullets */
  margin: 0px;                /* spacing between main menu items */
  padding: 0px;               /* padding within main menu items */
  display: block;
  width: 154px;
  text-align:left;
  height: 28px;
  background-image: url(buttonout.jpg);
}
#dmenu ul {                     /* third-level (or greater) menu element list elements */
	position: absolute;         /* this is so that it doesn't push that page content around on hover */
	margin-top:-1em;
  /*margin-left: 100px;               /* space within the list container */
  list-style-type: none;      /* disable the display of the list item bullets */
  display: none;
  z-index: 99;                /* want to be sure this is above the rest of the menu */
  width: 154px;
}

#dmenu ul ul li {                     /* third-level (or greater) menu element list elements */  
  width: 154px;
}

#dmenu ul li{                   /* second-level or greater menu element links */
  border: none;               /* sub-menu item border settings */
  margin: 0px;                /* spacing between sub-menu containers */
  width: 154px;               /* (padding*2) must be subtracted from #dmenu li width and set for this one, or borders won't display properly. */
  
}
#dmenu li a{                    /* top-level menu element links */
  text-align: left;         /* text alignment in main menu item links */
  display: block;
  padding:6px 0 0 30px;
  text-decoration: none;
}
  
#dmenu ul a {                   /* all the other level menu link elements */
  margin: 0px;
  display: block;
  text-decoration: none;
}
#dmenu a:hover,                 /* top-level hovering properties */
#dmenu li:hover{
	display: block;
	background-image:url(buttonover.jpg);
}
    
#dmenu ul li:hover,             /* higher level hovering properties */
#dmenu ul li a:hover{
  display: block;
  background-image:url(buttonover.jpg);
}

#dmenu ul ul{                   /* higher-level list containers */
  display: none;              /* don't display by default */
  position: absolute;
  /*margin-left: 114px;         /* this should be the width of #dmenu ul li */
  margin-top: -1em;           /* this will push the sub-menu up to the level of it's parent */
}

/* only non-MSIE browsers use this */
#dmenu ul li>ul,
#dmenu ul ul li>ul{
   margin-top: -1em;           /* should be set to the same as #dmenu ul ul margin-top */
}
/* additional sub-menu levels in the next 2 blocks. (For up to 5 levels of drop menus) */
#dmenu li:hover ul ul,              
#dmenu li:hover ul ul ul,
#dmenu li:hover ul ul ul ul,
#dmenu li:hover ul ul ul ul ul{
   display:none;
   background-image:url(buttonover.jpg);
}

#dmenu li:hover ul,
#dmenu ul li:hover ul,
#dmenu ul ul li:hover ul,
#dmenu ul ul ul li:hover ul,
#dmenu ul ul ul ul li:hover ul{
   display:block;
}

li>ul {
   top: auto;
   left: auto;
}

.left_list_main {
	list-style-type: none;
	color: #4A5E77;
	font-family: Tahoma;
	font-size: 12px;
}
.left_list_main a{
	color: #4A5E77;
	display: block;
	text-decoration: none;
}
.left_list_main .sel_lnk {
	color: #0069C5;/*#3B4A5D;*/
	text-decoration: none;
}

.middle_list {
	list-style-type: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #4A5E77;
	margin: 0;
	text-transform:uppercase;
	padding: 10px 5px 5px 5px;
}
.middle_list a {
	color: #354355;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 0px;
	border-top: 1px dotted #354355;
}
.middle_list .sel_lnk {
	color: #0069C5;
	text-decoration: none;
	display: block;
	border-top: 1px dotted #354355;
}
.middle_list2 {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-transform: none;
}

.middle_list .sub a, .middle_list .sub{
	color: #3c2263;
}
.tirencata {
	list-style-type: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0069C5;
	margin: 0;
	padding: 10px 5px 5px 5px;
}

.middle_list .sub .sel_lnk {
	color: #0069C5;
}
.the_path, .the_path a {
	font-size: 12px;
	text-decoration: none;
	color: #3c2263;
}
h3 {
	font-size: 14px;
}