html {
	height: 100%;
}
body {
	height: 100%;
}
.content {
	font-family: Arial;
	font-size: 12px;
	color: #21294a;
	padding: 25px 5px 5px 5px;
}
.content a{
	color: #820201;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.copyright {
	font-family: Arial;
	font-size: 9px;
	color: #FFF;

}
.copyright a{
	color: #FFF;
	text-decoration: underline;
}
a.toplinks {
	font-family: Arial;
	font-size: 12px;
	color: #273162;
	font-weight: bold;
	text-decoration: underline;
	display: inline-block;
}
a.toplinks:hover {
	color: #3A488F;
	text-decoration: underline;
}
.lmcont img, .lmcont a { padding: 0px; margin: 0px; display: block }


.left_menu {
	padding:0 0 0 0;
	float: left;
	height: 26px;
	width: 140px;
	vertical-align: top;
}
a.left_menu{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	background-color: #3569ab;
	display:block;
	width: 100%;
	line-height: 26px;
	white-space: pre;
	vertical-align: top;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}
a.left_menu:hover {
	background-color: #8F1D1F;
}

.left_menu2 {
	padding:0 0 0 0px;
	width: 140px;
	float: left;
	height: 26px;
	background-color: #3569ab;
}
a.left_menu2{
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	width: 140px;
	vertical-align: top;
}
a.left_menu2:hover {
	background-color: #8f1d1f;
}

.menu_selected {
	padding:0 0 0 0;
	float: left;
	display: block;
	width:100%;
	text-decoration: none;
}
a.menu_selected{
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	background-color: #8f1d1f;

	height: 26px;
	line-height: 26px;
	white-space: pre;
	vertical-align: middle;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}
a.menu_selected:hover{
	background-color: #8f1d1f;
}

.menu_selected2 {
	padding:0 0 0 0;
	float: left;
	background-color: #8f1d1f;
	text-decoration: none;

}
a.menu_selected2{
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	background-repeat: no-repeat;
	width: 140px;
	height: 26px;
	text-decoration: none;
	
}
a.menu_selected2:hover{
	text-decoration: underline;
}


/*a.menu_selected:visited{
	font-family: Arial;
	font-size: 18px;
	color: #dcc997;
	float: left;
	background-image: url(button2.jpg);
	background-repeat: no-repeat;
	width: 151px;
	height: 40px;
}*/
/* 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:140px;
	  padding: 0 0 0 0;
	  float: left;
	  margin:0 0 0 0;
	  vertical-align: top;
}
#dmenu li{                      /* top-level menu element */
  list-style-type: none;      /* disable the display of the list item bullets */
  float: left;                /* this is to allow for the horizontal main menu */
  margin: 0px;                /* spacing between main menu items */
  padding: 0px;               /* padding within main menu items */
  display: block;
  width: 140px;
  text-align:left;
  vertical-align: top;
}
#dmenu ul {                     /* third-level (or greater) menu element list elements */
  background-color: none;
	position: absolute;         /* this is so that it doesn't push that page content around on hover */
	margin-top: 3px;
  margin-left: 108px;               /* 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: 150px;
}

#dmenu ul li{                   /* second-level or greater menu element links */
  border: none;               /* sub-menu item border settings */
                /* spacing between sub-menu containers */
  width: 150px;               /* (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-left: 5px;
}
  
#dmenu ul a {                   /* all the other level menu link elements */
  margin: 0px;
  display: block;
}
#dmenu a:hover,                 /* top-level hovering properties */
#dmenu li:hover{
	display: block;
}
    
#dmenu ul li:hover,             /* higher level hovering properties */
#dmenu ul li a:hover{
  display: block;
}

#dmenu ul ul{                   /* higher-level list containers */
  display: none;              /* don't display by default */
  position: absolute;
  margin-left: 116px;         /* this should be the width of #dmenu ul li */
  margin-top: 3px;           /* 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: 3px;           /* 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;
}

#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;
}

.botlinks {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFC0;
}
.botlinks a {
	color: #FFFFC0;
}