@charset "utf-8";
/* CSS Document */
html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #F1F1F1;
	color: #012;
	font-size: .85em;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #006
}
h1 {
	font-size: 36px;
	color: #1C3F95;
}
/* Layout */
#Column {
	width: 100%;
	text-align: center;
}
#Header {
	max-width: 1000px;
	margin: auto;
}
#TagHolder {
	width: 800px;
	margin: auto;
}
#TagLine {
	padding: 50px;
}
#LineBreak {
	width: 100%;
	margin: 4px auto;
	padding: 0;
	border-bottom: 1px solid #F60;
}
#MenuBlock {
	width: 800px;
	text-align: center;
	margin: auto;
}
#Main {
	max-width: 800px;
	margin: auto;
	text-align: justify;
}
.ImgBlock {
	background: #6699CC;
	margin: 0;
}
#Footer {
	font-size: 11px;
	color: #235;
}
/* Layout Styles */
.Clear {
	clear: both;
}
.facade {
	float: right;
	margin: 1px 0px 30px 80px;
}
/* Paragraph Styles */
.TagLine {
	color: #025;
	font-size: 1.55em;
	text-align: justify;
	color: #FFF;

}
.noBreak { clear: both;}
.Quote {font-style: italic;
font-size: 1.1em;
margin: 8px 80px 8px 50px}
/* General Styles */
img {
	border: solid 1px #000;
}
#TitleBlock img {
	border: none;
}
/* Menu */
#nav {
	padding: 0;
}
#nav li {
	display: inline;
}
#nav li a {
	font-size: 14px;
	text-decoration: none;
	padding: 6px 38px;
	background-color: transparent;
	color: #037;
	border-bottom: 1px;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
}
#nav li a:hover {
	background-color: transparent;
	border-bottom: 3px;
	border-bottom-color: Orange;
	border-bottom-style: solid;
}
#nav li.selected a {
	background-color: transparent;
	border-bottom: 3px;
	border-bottom-color: #69C;
	border-bottom-style: solid;
}
