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

html { overflow: -moz-scrollbars-vertical !important; }

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

.mtDropdownMenu .content {
    position:absolute;
}

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

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

.mtDropdownMenu .item {
    color:#4A4B4B;
    font-size:12px;
    font-family: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=90);
}

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

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

.mtDropdownMenu .item.hover {
    background:#ff6600;
    color:#ffffff;
	border:1px solid #008457;
}

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

a, a img, a:hover img, a:visited img { outline: none;}

a:link {
	color: #ff6600;
	text-decoration: underline;
}

a:visited {
	color: #ff6600;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

body {font-family:Trebuchet MS,Verdana,Geneva,Arial,Helvetica;color:#555555;font-size:12;

}

.titles-dkblue {
	color:#1a273b;
	font-family: Trebuchet MS,Verdana,Geneva,Arial, Helvetica, sans-serif;
	font-size: 20px;
	
}

.titles-blue {
	color:#527bb9;
	font-family: Trebuchet MS,Verdana,Geneva,Arial, Helvetica, sans-serif;
	font-size: 20px;
	
}

.titles-BOLD {
	color:#527bb9;
	font-family: Trebuchet MS,Verdana,Geneva,Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
}
	
.body-text {
	font-family: Trebuchet MS,Verdana,Geneva,Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#243651;
}

.body-text-no-bot {
	font-family: Trebuchet MS,Verdana,Geneva,Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#243651;
	padding: 0 40 0 40;
}

.cright {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#504d44;
}

.caption {
	font-family: Trebuchet MS,Verdana,Geneva,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	font-weight: bold;
}

.pic-left {
	padding-right: 20px;
}

.pic-right {
	padding-left: 20px;
}

hr.thin {
height: 1px;
border: 0;
color: #253955;
background-color: #253955;
width: 100%;
}

.arial {font-family: Arial, Helvetica, sans-serif} 


