body { background-color: #E0E3E6; margin-top:0pt; margin-left:0pt; margin-right:0pt }

.tdtop    { background-color: #DCDEE2; 
				 border: 1px;
               border-top-style: solid; border-top-color: #9DA6B5; 
				 border-right-style: solid; border-right-color: #9DA6B5; 
               border-left-style: solid; border-left-color: #9DA6B5}
.tdright    { background-color: #FFF4C2; 
				 border: 1px;
				 border-right-style: solid; border-right-color: #9DA6B5 }
.tdmid    { background-color: #FFFFFF; 
				 border: 1px;
				 border-right-style: solid; border-right-color: #9DA6B5; border-left-style: solid; border-left-color: #9DA6B5  }

.tdleft     { background-color: #FFFFFF; 
				 border: 1px;
				 border-left-style: solid; border-left-color: #9DA6B5;
				 border-right-style: solid; border-right-color: #9DA6B5 }
.navbar {background:#38618A}
				 
.tdmedium { border: 1px solid #831807; background:#F8BB34; font-family: Verdana,Arial; font-size: 10pt}
.tddark { border: 1px solid #4D1903; background:#980A0A; color:#FFFFFF; font-family: Verdana,Arial; font-size: 10pt}
.tdlight { border: 1px solid #CBCCD3; background:#EDEDF1; font-family: Verdana,Arial; font-size: 9pt}
.text    { font-family: arial, verdana; font-size: 10pt; text-align:justify;padding:5}
.pic { border: 1px solid #CBCCD3; font-family: Arial, verdana; font-size: 8pt;}
.grid { border: 1px solid #CBCCD3; font-family: Arial, verdana; font-size: 8pt;}
.title { border: 1px solid #CBCCD3; font-family: Verdana,Arial; font-size: 8pt; color:#FFFFFF; font-weight: bold}
.tdbottom { background-color:#FFF4C2; color: #000000; font-family:verdana, arial; font-size: 8pt; border:1px;
               border-style: solid; border-color: #9DA6B5; }
               
.mhead { background-color: #800000; font-family: Verdana, Arial; font-size: 9pt; color: #FFFFFF;padding:2px}
.mitem { background-cscolor: #FADF7E; font-family: arial, verdana; font-size: 9pt; color: #000000; border-top: 1px solid #9DA6B5;padding:3;font-weight:bold}
.mitem a {color:#5C3614}
.awleft  {border-right: 2px dotted #B1B3B7; border-bottom: 2px dotted #B1B3B7}
.awtop  {font-weight:bold;font-family:times new roman, georgia; border-bottom: 2px dotted #B1B3B7; color:#740808;font-size:15pt;padding-left:10px;text-transform:uppercase;}
               
           
               
a {text-decoration:none; color:#323232}
a:hover {text-decoration:underline;color:#A1350F}
input {font-family:verdana,arial;font-size:8pt}
select {font-family:verdana,arial;font-size:8pt}
textarea {font-family:verdana,arial;font-size:8pt}

/* menu styles */

.ddsmoothmenu{
font: bold 13px Arial;
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: #FFFFFF;
padding: 6px 16px;
border-right: 1px solid #73879B;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #000000; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: #000000; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
background:#38618A;
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 12px arial;
width: 175px; /*width of sub menus*/
padding: 5px;
padding-left:10px;
margin: 0;
border-top-width: 0;

border-top: 1px solid #73879B;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

