/* Global Styles */

body {
	margin:0px;
}

td {
    margin:5px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	}
	
a {
	color: #000099;
	font-weight:bold;
	}
	
a:hover {
	color: #3366CC;
	}
/* Text */

.maincontent {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	color:#003366;
}
	
.maincontent a {
	color: #000099;
	font-weight:normal;
}
	
.maincontent a:hover {
	color: #3366CC;
}


/* ID Styles */

#navigation td {
	border-bottom: 3px solid #C0DFFD;
	}
	
#navigation a {
	font: 11px Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #00274F;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 5px 5px;
	background: url("mm_arrow.gif") 14px 45% no-repeat;
	font-weight: bold;
	border-right: 1px solid #86B370;
	}
	
#navigation a:hover {
	background: #C0DFFD url("mm_arrow.gif") 14px 45% no-repeat;
	color:#567C43;
	}
	
/* RightBar Styles */

.rightbar {
	padding: 3px;
	background-color: #DDEDFF;
	background-image:url(images/diagonals.gif);
	border-top-color: #0F325A;
	border-right-color: #0F325A;
	border-bottom-color: #0F325A;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-color: #0F325A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-style: solid;
	color: #000000;
	margin: 5px;
}
.footer {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	}
