/* --------------------------------------------------*/
/* IMPORTANT THAT THIS REMAINS IN PRINT.CSS          */
/* --------------------------------------------------*/

#mw_portlets,
#p-cactions,
#p-personal,
#jump-to-nav,
#footer,
span.editsection
{
	display: none;
}

/* --------------------------------------------------*/

body {
          margin : 0 0 0 0;
         padding : 0 0 0 0;
     font-family : Verdana, Helvetica;
       font-size : 11px;
           color : #000099; 
    /* font-size : 9pt; */
    /* font-size : x-small; */
background-color : #f0f0f0;
}

h1, h2 {
/*	border-bottom: solid 1px #003366; */
    letter-spacing : .25em;
       line-height : 1.1em;

	            text-transform: uppercase;
			font-family: Georgia, serif;
			font-size: 20px; 
			font-weight: bold;
			color: #00349A;
			border-bottom: 2px solid #d5d777;
			padding-left: 5px;
			padding-top: 5px;
			padding-bottom: 1px;
			width: 99%;
			text-align: left;
			margin-top: 1px;
			margin-bottom: 0px; 
}

h4 {  letter-spacing: .3em;
		/*	text-transform: uppercase; */
			font-family: Verdana, Helvetica, Georgia, serif;
			font-size: 13px;
			font-weight: bold;
			color: blue;
			border-top: 3px double #5284F5;
			border-bottom: 3px double #5284F5;
                  padding: 5px 0px 1px 10px;
			width: 95%;
			text-align: left;
                  margin: 10px 0px 5px 5px;
}



/* --------------------------------------------------*/
/* FOR NEW MENU 2010 */
/* --------------------------------------------------*/


.dmx {
    font: 11px tahoma;
}

.dmx .item1,
.dmx .item1-active {
/*    padding: 3px 10px 3px 10px; */
    padding: 10px 0px 10px 0px; 
    background: #d5d777;
    font: 11px arial;
    color: blue;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.dmx .item1:hover,
.dmx .item1-active:hover {
    background: #ffffd6;
}

.dmx .blue,
.dmx .blue:visited,
.dmx .blue-active {
/*    padding: 3px 10px 3px 10px; */
    padding: 10px 0px 10px 0px; 
    background: #5284F5;
    font: 11px arial;
    color: #d5d777;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.dmx .blue:hover,
.dmx .blue-active:hover {
    color: #ffffbb;
    background: #8AA0F9;
}

.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 3px 0px 4px 7px;
    width: 121px;
    font: 11px arial;
    color: blue;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 1500;
}

.dmx .item2 {
    background: #d5d777;
}

.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #ffffd6;
}
.dmx .arrow,
.dmx .arrow:hover {
/*    padding: 3px 16px 4px 8px; */
    padding: 0px 00px 4px 7px; 
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.dmx .section {
    border: 1px solid #b8b4ae;
    background: #d5d777;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .dmx td { position: relative; } /* ie 5.0 fix */

/* --------------------------------------------------*/