/****************************************************
	ml.css
	copyright © 2003 Mabana, Ltd
	author: Arnie Rowland
	last updated: 3/16/2003
****************************************************/

a {
	color: #660066;
	font-weight: bold;
	text-decoration: none;
}

a img{
	border-color: #0000ff;
}

a:hover {
	color: #0000ff;
	text-decoration: underline;
}

a:active {
	color: #000066;
}

Body {
	background-attachment: fixed;
	background-color: #ffffff;
	background-image: url('bg_pendant.jpg');
	background-position: 65% 0%;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
}

img {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
img:hover{
	border-color: #ff0000;
}

.mlBody {
	background-color: transparent;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 8px;
	padding: 8px;
	padding-left: 10px;
	width: 50%;
}

.mlBodyIntro {
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 125px;
	padding-top: 25px;
}

.mlBodyPhoto{
	background-color: #999999;
	background-image: none;
	padding: 5px;
}

.mlBodyText {
	margin-right: 10px;
	margin-top: 8px;
	padding: 0px;
}

.mlCentered {
	text-align: center;
}

.mlContentItem {
  	margin-left: 10px;
	text-align: left;
}

.mlDownLevel {
	display: none;
}

.mlFormItem {
	background-color: #ccccff;
	border-bottom: 2px solid #333300;
	border-right: 2px solid #333300;
	margin-left: 30px;
	margin-bottom: 5px;
	padding-bottom: 8px;
	padding: 5px;
	width: 90%;
	text-align: left;
}

.mlGlassItem {
	background-color: #ccccff;
	border-bottom: 2px solid #333300;
	border-right: 2px solid #333300;
	margin-left: 20px;
	padding: 2px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	width: 55%;
	text-align: right;
}

.mlGlassItemContent {
  	margin-left: 135px;
	text-align: Left;
}

.mlGlassItemData a {
	font-size: 17px;
	padding-bottom: 5px;
}

.mlGlassItemSource {
	margin-top: 2px;
	margin-left: 3px;
	color: #666664;
	font-size: 10px;
	font-style: italic;
	text-align: left;
	}

.mlItemDescription {
	color: #000066;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: auto;
	left: 250px;
	line-height: 150%;
	position: absolute;
	top: 10px;
	width: 450px;
}

.mlMenu {
	border: solid;
	border-color: #cc99ff;
	border-width: thin;
	color: #000066;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: auto;
	line-height: 150%;
	padding-left: 10px;
	position: absolute;
	right: 20px;
	text-align: right;
	top: 20px;
	width: auto;
}

.mlNotice {
	border: solid;
	border-color: #cc99ff;
	border-width: thin;
	color: #000066;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: auto;
	line-height: 150%;
	padding-left: 10px;
	position: bottom;
	right: 10px;
	text-align: right;
	width: auto;
}

.mlMenu a {
	font-family: Verdana, Arial, sans-serif;
	margin-right: 12px;
}

.mlMenuSelected {
	color: #999999;
}

.mlQuote {
	font-weight: bold;
	font-style: italic;
	padding-bottom: 10px;
	padding-top: 10px;
}

.mlQuote, .mlQuoteAuthor, .mlTimeStamp {
	color: #000066;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding-left: 20px;
	text-align: left;
}

.mlQuoteAuthor{
	padding-bottom: 5px;
}

.mlRequestButton {
	background-color: #cc99ff;
	color: #000066;
}

.mlSelected {
	border-color: #ff0000;
	border-style: double;
	border-width: 5px;
}

.mlSubTitle {
	color: #660066;
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;
}

.mlTimeStamp{
	text-align: right;
	padding: 20px;
}

.mlTitle {
	color: #000066;
	font-size: 25px;
	font-weight: bold;
}

.mlWarning {
	border: ridge;
	background-color: #ccccff;
	color: #000066;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: auto;
	left: 100px;
	line-height: 120%;
	padding: 10px;
	position: absolute;
	top: 200px;
	width: 250px;
}


#content { 
	font-size: 12px; 
	line-height: 15px;  
	background-color: transparent;
	text-align: left; 
	width: 520px; 
   text-align: left;
	padding: 10px;
	overflow: auto;
   float: left;
   height: 400px;
	border: ridge;
	margin-top: 5px;
	margin-bottom: 5px;
   }




