html { min-height: 100%; margin-bottom: 1px; }

.mtDropdownMenu {
    position:absolute;
    overflow:hidden;
    left:-1000px;
    top:-1000px;
}

.mtDropdownMenu .content {
    position:absolute;
}

.mtDropdownMenu .items {
    position:relative;
    left:0px; top:0px;
    border:0px solid #999;
    z-index:2;
}

.mtDropdownMenu.top .items {
    border-top:none;
}

.mtDropdownMenu .item {
    color:#172d56;
    font-size:12px;
    font-family:Trebuchet MS,tahoma,verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
    border:none;
    cursor:pointer;
    cursor:hand;
}

.mtDropdownMenu .background {
    position:absolute;
    left:0px; top:0px;
    z-index:1;
    -moz-opacity:.9;
    filter:alpha(opacity=95);
}

.mtDropdownMenu .shadowRight {
    position:absolute;
    z-index:3;
    top:3px; width:0px;
    -moz-opacity:.0;
    filter:alpha(opacity=0);
}

.mtDropdownMenu .shadowBottom {
    position:absolute;
    z-index:0;
    left:3px; height:0px;
    -moz-opacity:.0;
    filter:alpha(opacity=0);
}

.mtDropdownMenu .item.hover {
    background:#9dd0e4;
    color:#ffffff;
}

.mtDropdownMenu .item img {
    margin-left:10px;
}

a { color : #ffffff;}
a:hover { color : #ffffff; }
a:visited{ color : #ffffff; }
a:link {text-decoration: none}

body {
	background-image: url('i/bg2.jpg');
	background-repeat: repeat-x;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #5f68ab;
	scrollbar-highlight-color: #5f68ab;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #5f68ab;
}

.content {
	font-family:Trebuchet MS,tahoma,verdana;
	color:#172d56;
	font-size:13;
	font-weight: bold;
}
	
.pullout {
    color:#ffffff;
    font-size:13px;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
}
.impact {
    color:#000000;
    font-size:14px;
    font-family:Trebuchet MS,tahoma,verdana;
    text-decoration:none;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	color: #DCE3EB;
	font-size: 22px;
	font-style: italic;
}