/* Global Styles */

body {
	margin:0;
	}
	
td {
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: 0;
	}
	
a {
	color: #336666;
	}
	
a:hover {
	color: #71AAAA;
	}
/* ID Styles */

#navigation td {
	border-bottom: 1px solid #ffffff;
	}
	
#navigation a {
	color: #000000;
	line-height:16px;
	letter-spacing:0.2em;
	text-decoration: none;
	display:block;
	padding:6px 6px 6px 20px;
	background: url("images/mm_bullet_square.gif") 8px 55% no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
#navigation a:hover {
	background: url("images/mm_bullet_square_on.gif") 8px 55% no-repeat;
	color:#669999;
	}
	
#sidebarHeader {
	padding: 4px;
	border: 1px solid #99CCCC;
	}

#logo {
	font:22px Arial, Helvetica, sans-serif;
	color: #669999;
	letter-spacing:.2em;
	line-height:26px;
	}

#tagline {font:12px geneva;
	color: #A77F20;
	letter-spacing:0.4em;
	}
	
#borderLeft {
	border-left: 1px solid #99CCCC;
	}
	
#borderRight {
	border-right: 1px solid #99CCCC;
	}
	
#borderBottom {
	border-bottom: 1px solid #99CCCC;
	border-left: 1px solid #99CCCC;
	border-right: 1px solid #99CCCC;
	}

/* Class Styles */
	
.bodyText {
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0;
	}
	
.pageName{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #384030;
	line-height:22px;
	}
	
.subHeader {
	font:12px Arial, Helvetica, sans-serif;
	color: #384030;
	line-height:18px;
	}	
	
	
#borderboth {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #99CCCC;
	border-left-color: #99CCCC;
}
.red {
	color: #F00;
}
.purple {
	color: #4C4595;
}
.border {
	background-color: #E6E4F3;
	border: 1px solid #4C4595;
	padding: 10px;
}

