/* CSS Document */

body{
background-image:url(../images/bg4.jpg);
}

.title{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:17px;
color:#4c5e7c;
font-weight:bold;
}


.search{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10.5px;
color:#000000;
font-weight:bold;
}


.text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
font-weight:500;
}

.textbox {
font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 background-color: #FAFCFE;
 border: 1px solid #000000;
 }
 
 a.menu{ font-family:Verdana, Arial, Helvetica, sans-serif; color:#4c5e7c; font-size:10px; font-weight:bold; vertical-align:top; text-decoration:none}
 a.menu:hover{font-family:Verdana, Arial, Helvetica, sans-serif;color:#FF9900; font-size:10px; font-weight:bold; vertical-align:top; text-decoration:none}


a{ font-family:Verdana, Arial, Helvetica, sans-serif; color:#4c5e7c; font-size:11px; font-weight:bold; vertical-align:middle; text-decoration:none}
 a:hover{font-family:Verdana, Arial, Helvetica, sans-serif;color:#4c5e7c; font-size:11px; font-weight:bold; vertical-align:middle; text-decoration:none}

.heading
{
font-family:Verdana, Arial, Helvetica, sans-serif; color:#5E99E1; font-size:13px; font-weight:bold; vertical-align:middle; text-decoration:none
}

.listheading
{
font-family:Verdana, Arial, Helvetica, sans-serif; color:brown; font-size:13px; font-weight:bold; vertical-align:middle; text-decoration:none
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url('list.gif') no-repeat left center;
list-style-type: none;
padding-left: 2px;
margin-bottom: 3px
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url('closed.gif') no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

#dropmenudiv{
position: absolute;
background-color: #CCCCCC;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #CCCCCC;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;

background-color: #FFFFB9;
}

.style1 {font-size: 9px}

.deadlink{
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
		}