/* Global Styles */

body {
background-image: url(/mm_navybg.gif);
	background-repeat: repeat;
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#99CCFF;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #CC3300;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}

/*Nested List Rules */
#nestedlist, #nestedlist ul {
	list-style-image: url(images/square.gif);
	list-style-position: inside;
	list-style-type: none;
    font-weight:bold;
	font-size: 12px;

	margin-left:0;
	
    
    padding-left:30px;

    text-indent: -4px;
	
}

/* UL Layer 1 Rules */
#nestedlist ul {
    list-style-image:url(/images/squareblue.gif);
    font-weight: normal;
	font-size: 11px;

    margin-bottom: 15px;
	}
	
/* ID Styles */

#navigation a {
	font:11px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}

#tagline {
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:11px arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.pageName{
	font:22px georgia;
	color: #CC3300;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
	

.thumbnailleft{
position: relative;
z-index: 0;
}

.thumbnailleft:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: ffffff;
padding: 5px;
left: -1000px;
border: 1px solid #000000;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 1;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -180;
left: 60px; /*position where enlarged image should offset horizontally */

}
.thumbnailleft{
position: relative;
z-index: 0;
}

.thumbnailleft:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailleft span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: ffffff;
	padding: 5px;
	left: -600px;
	border: 1px solid #000000;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnailleft span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailleft:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -180;
left: -200px; /*position where enlarged image should offset horizontally */

}	
