/* Global Styles */

body {
	margin:0px;
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font: 10px arial;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: .1em;
	font-weight: bold;
	}
	
#navigation a:hover {
	color: #99CCFF;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	border-color: #96C8FA;
	}

.tagline {
	font:15px Calibri;
	color: #000000;
	}

.smallText {
	font:13px arial;
	font-weight: bold;
	color: #CC3300;
	line-height:18px;
	}

.pageHeader {
	font:30px times new roman;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.bodyText {
	font:13px arial;
	color:#333333;
	line-height:20px;
	font-weight: bold;
	white-space: inherit;
	}
	
.pageName {
	font:22px Calibri;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	font-weight: bold;
	}
	
.subHeader {
	font:14px Calibri;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	text-align:center;
	}
	
.sidenav {
	text-align:center;
	}	
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	font-weight: bold;
	}

.images {
	border: #0E177C 3px solid;
	}	

.border1 { border-color: #F4FFE4; }

hr {
	color:#000000;
	}

.dashed {
	background-image:url(../images/mm_dashed_line2.GIF);
	line-height: 3px;
	height: 3px;
	}

ul.square {
	list-style-type: square;
	line-height: 25px;
	}
	
ul.none {
	list-style-type: none;
	line-height: 25px;
	}	
.programs {
	width: 600px;
	margin-left: 40px;
	border: 1px #0E177C solid;
	padding: 10px;
}	