/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	}
	
a {
	color: #FF6600;
	font-weight:bold;
	}
	
a:hover {
	color: #3366CC;
	}

/* ID Styles */

#navigation td {
	border-bottom: 2px solid #C0DFFD;
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("/images/mm_arrow.gif") 14px 45% no-repeat;
	}
	
#navigation a:hover {
	background: #ffffff url("/images/mm_arrow.gif") 14px 45% no-repeat;
	color:#FF6600;
	}
	
#logo 	{
	font:24px Verdana, Arial, Helvetica, sans-serif;
	color: #CCFF99;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9933;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 2px solid #E6F3FF;
		}
		
#dateformat {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
#dateformat a:hover {
	color: #FF6600;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.bodyText {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:24px;
	letter-spacing:.2em;
	}

/* Responsive header text: use clamp to scale between mobile and desktop
   Use !important to override inline page styles generated by older templates */
.Stil3 {
    font-size: clamp(18px, 2.5vw, 36px) !important;
    line-height: 1.1 !important;
    text-align: center !important;
}
	
.subHeader {
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:16px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	}
	
.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}

/* Responsive additions */
/* Make images scale */
img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Constrain the main layout and center it */
.site-layout {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
html, body {
	width: 100%;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* Improve navigation sizing on wide screens */
#navigation {
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 900px) {
	/* allow table cells to be flexible */
	.site-layout td[width] {
		width: auto !important;
	}
	#navigation td {
		width: auto !important;
	}
}

@media (max-width: 600px) {
	/* Stack the table layout vertically on small screens */
	.site-layout, .site-layout tbody, .site-layout tr, .site-layout td {
		display: block;
		width: 100% !important;
	}
	/* Give navigation better spacing on phones */
	#navigation a {
		padding: 12px 16px !important;
		background-position: 8px center !important;
	}
	/* Center headings and reduce sizes for small screens */
	.navText, .pageName, .bodyText {
		text-align: center;
	}
	.Stil3 {
		font-size: 18px;
	}
	/* Reduce header images so they don't push layout */
	.site-layout td img {
		margin: 0 auto;
		height: auto;
		width: auto !important;
		max-width: 260px;
	}

	/* Let the header row auto-size for wrapped text instead of fixed 120px */
	.site-layout tr:first-child,
	.site-layout tr:first-child td {
		height: auto !important;
		min-height: 0 !important;
	}

	/* Ensure the header text stays in the green header area and clears above content */
	.site-layout tr:first-child {display:block;}
	.site-layout tr:first-child + tr {clear: both;}
}
	
