body { 
	font-size: 62.5%;
	line-height: 340%;
	font-family: Helvetica, Arial, Sans-serif;
	color: #d4dae0;
	background-color: #141a1f;
	margin: 0;
	margin-left: 5%;
	margin-right: 5%;
}

a:link {
	color: white;
	font-weight: bold;
	background-color: #23516d;
	text-decoration: none;
	padding: 0.2em;
	}
a:visited {
	color: white;
	font-weight: bold;
	background-color: #23516d;
	text-decoration: none;
	padding: 0.2em;
}
a:hover {
	color: black;
	font-weight: bold;
	background-color: white;
	text-decoration: none;
	padding: 0.2em;
}
a:active {
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 4.5em;
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
	color: #F4F4F4;
	}
	
h2 {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 3.8em;
	line-height: 1.5em;
	margin: 0px;
	margin-top: 0.9em;
	margin-bottom: 0.8em;
	padding: 0px;
	
	font-weight:bold;
	color: #F4F4F4;
	}
	
h3 {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 2.5em;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-weight:bold;
	color: #F4F4F4;
	}

	

	
#m-header {
	width: 100%;
	background-color: #141A1F;
	margin:0;
	}
	
#m-nav {
	height: 100%;
	font-size: 2.5em;
	line-height: 2em;
	margin-bottom: 2em;
			
}

#m-content {
	height: 100%;
	border-top: 7px solid #617483;
	padding-top: 2em;
	
	}


p {
	font-size:2.7em;
	margin-top: 0;
	margin-bottom: 0.7em;
}



blockquote {
	padding-top: 12px;
	border-top: 2px dotted #617483;
	font-size:2.8em;
	line-height: 1.6em;
	margin: 0;
	margin-top: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F4F4F4;
}

/*Nav Buttons*/

#m-nav ul {
	margin: 0;
	margin-bottom: 2em;
	padding: 0;
	list-style-type:none;
	font-size: 2em;
			
}

#m-nav ul li {
	display: inline;
	
}

#m-nav ul li a { 
text-decoration: none; 
padding: 1em;
color: #FFFFFF;
background-color:#23516d;
line-height: 3.3em;

}
					
					
#m-nav ul li a:hover {
color: #383b3d;
background-color: #ffffff;
}
	


/*Content List Buttons*/
	
#m-content ul {
	margin: 0;
	margin-bottom: 4em;
	padding: 0;
	list-style-type:none;
	font-size: 2.8em;
			
}

#m-content ul li {
	display: block;
	margin-bottom: 0.5em;
	
}

#m-content ul li a { 
text-decoration: none; 
padding: 1em;
color: #FFFFFF;
background-color:#23516d;
line-height: 3.1em;

}
					
					
#m-content ul li a:hover {
color: #383b3d;
background-color: #ffffff;

}

.list-date {
	font-size: 0.8em;
	font-weight: normal;
}


	
.indent {
	margin-left: 1em;
	}
	
.quoted {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.7em; 
	margin-top: 0.5em;
	margin-bottom: 2em;
	border-bottom: 2px dotted #617483;
	padding-bottom: 12px;
}
	
#image-box {
	padding-top: 12px;
	border-top: 2px solid #617483;
	border-bottom: 2px dotted #617483;
	padding-bottom: 12px;
	margin-bottom: 2.5em;
}

.small-txt {
font-weight: bold;
	font-size: 1.7em; 
	margin-top: 0.5em;
	
	}


#news-box {
	border-bottom: 2px dotted #617483;
	padding-bottom: 2em;
	margin-bottom: 1em;
}	

.inline-link a{
	font-weight: normal;
	text-decoration: none; 
padding: 0;
padding-right: 0.3em;
padding-left: 0.3em;
color: #FFFFFF;
background-color:#23516d;

}

.inline-link a:hover {
	color: #383b3d;
background-color: #ffffff;
}

.bread {
	padding: 0;
	margin-bottom:3em;
	font-size: 1.8em;
	color: #d4dae0;
}


