/* CSS Document */
a
{
	text-decoration: none;
	color: #cc0000;
}
a:hover 
{
	text-decoration: underline;
	color: #cc0000;
}
body
	{
	margin: 0px;
	}
.List
{
	text-decoration: underline;
	color: #000066;
}
a.List:HOVER
	{
	text-decoration: none;
	color: #cc0000;
	}
.TopNavigation{
	display: block;
  	padding: 3px;
	vertical-align : middle;
    font-family: Arial; 
	font-size:13px;
    color: #FFFFFF; 
    cursor: hand; 
    font-weight: bold; 
    text-decoration: none
}
a.TopNavigation:HOVER{
    font-family: Arial; 
    color: White;
	background-color: #99CCFF; 
	text-decoration: underline
}

.ActiveButton{
	display: block;
  	padding: 3px;
	vertical-align : middle;
    font-family: Arial; 
	font-size:13px;
    color: White;
	background-color: #99CCFF; 
	text-decoration: underline;
    font-weight: bold; 
}
.Headings
{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	color: #cc0000;
	padding-left: 5px;
}


.Left-Border{
	background-image: url(left_border.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #ffffff;
	}

.Logo{
	background-image: url(marinerheader4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 600;
	height: 100;

	}
.Right-Border{
	background-image: url(right_border.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #ffffff;
	}
.Main-Pane {
	padding-left: 6px;
	padding-right: 6px;
	margin: 0px;
	
	}
.Left-Pane-Top{
	background-image: url(left_pane_top.jpg);
	background-repeat: no-repeat;
	width: 172;
	}	

.Left-Pane-Bottom{
	background-image: url(left_pane_bottom.jpg);
	background-repeat: no-repeat;
	width: 172;
	}
.Navigation-Background{
	background-image: url(navigation_background.jpg);
	background-repeat: no-repeat;
	width: 172;
	background-color: #00A1E0;
	}
.NormalText
	{
 	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	}
.WhiteText
	{
 	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	}
.Copyright
	{
 	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	}
.QuickLink-Text
	{
 	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #3270A7;
}
.Titles
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	}
.LightText
{
	
 	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	}
.MoreLink
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #cc0000;
}
.MenuItem
{
	padding-left: 10px;
	border-bottom: solid 1px #D64E5F;
	font-family: Arial; 
	font-size:13px;
    color: #ffcc00; 
    font-weight: bold; 
    text-decoration: none
}
.MenuItem a:LINK
{
    color: #FFFFFF; 
    text-decoration: none
}
.MenuItem a:VISITED
 {
     color: #FFFFFF; 
     text-decoration: none;
}
.MenuItem a:ACTIVE
 {
     color: #ffcc00; 
     text-decoration: none;
}
.MenuItem a:HOVER
 {
     color: #ffcc00; 
     text-decoration: none;
}
.Heading-Left-Edge
{
	background-image: url(heading_left_edge.jpg);
	background-repeat: no-repeat;
	width: 8px;
	height: 27;
}
.Heading-Right-Edge
{
	background-image: url(heading_right_edge.jpg);
	background-repeat: no-repeat;
	width: 8px;
	height: 27;
}
.Heading-Center
{
	background-image: url(heading_center.jpg);
	background-repeat:repeat-x;
	height: 27;
	vertical-align:bottom;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	font-weight: bold;
	color: #000066;
	
}