@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,300);
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Damion);
body
	{
    background-position: top;
    background-repeat:no-repeat;
    background-color:#8899aa;
    margin: 0;
    padding: 0;
	}
p
	{
	text-indent: 40px;
	text-align:left;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 160%;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 2px;
	color:#FFFFFF;
	}
p.b
	{
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-style: bold;
	line-height: 150%;
	font-size: 14px;
	color:#ffdd88;
	letter-spacing: 2px;
	text-indent: 50px;
}
h1
	{
		font-family: 'Lato', sans-serif;
		text-align:left;
		letter-spacing: 6px;
		font-size:180%;
		font-weight: 300;
		color:#FFFFFF;
	}
h2
	{
		font-family: 'Lato', sans-serif;
		letter-spacing: 4px;
		line-height: 100%;
		text-align:left;
		font-weight:300;
		font-size:120%;
		color:#FFFFFF;
		text-decoration: none;
	}
h3
	{
	font-family: 'Lato', sans-serif;
	text-align:left;
	letter-spacing: 6px;
	font-size:180%;
	font-weight: 300;
	color:#FFFFFF;
	}
h4
	{
	text-align:left;
	font-family: 'Damion', cursive;
	font-style: bold;
	line-height: 50%;
	font-weight: 400;
	font-size: 28px;
	color:#213170;
	text-indent: 20px;
	}
h5
	{
	text-indent: 20px;
	text-align:left;
	font-family: 'Damion', cursive;
	font-style: bold;
	line-height: 100%;
	font-weight: 400;
	font-size: 28px;
	color:#8899aa;
	}
a.one:link
	{
	font-family: 'Lato', sans-serif;
	letter-spacing: 10px;
	font-size:100%;
	font-style: bold;
	color:#213170;
	text-decoration: none;
	text-align: center;
	line-height: 150%;
	}      /* unvisited link */
a.one:visited
	{
	color:#213170;
	}  /* visited link */

a.one:hover
	{
	color:#ffdd88;
	}  /* mouse over link */

a.one:active
	{
	color: black;
	}  /* selected link */
a.two:link
	{
	font-family: 'Lato', sans-serif;
	letter-spacing: 4px;
	line-height: 100%;
	text-align:left;
	font-weight:400;
	font-size:120%;
	color:#FFFFFF;
	text-decoration: none;
	}      /* unvisited link */

a.two:visited
	{
	color:#FFFFFF;
	}  /* visited link */

a.two:hover
	{
	color:#ffdd88;
	}  /* mouse over link */

a.two:active
	{
		color: #213170;
	}  /* selected link */
a.three:link
	{
	text-indent: 40px;
	text-align:left;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 160%;
	font-weight: 300;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
	}      /* unvisited link */

a.three:visited
	{
	color:#FFFFFF;
	text-decoration: underline;
	}  /* visited link */

a.three:hover
	{
	color:#ffdd88;
	text-decoration: underline;
	}  /* mouse over link */

a.three:active
	{
		color: #213170;
		text-decoration: underline;
	}  /* selected link */
img.left
	{
    position: absolute;
    left: 180px;
	}

div.bodybar
	{
	width:100%;
	height: 3px;
	background-color:#ffdd88;
	vertical-align: middle;
	}
div.bodybar2
	{
	width:100%;
	height: 30px;
	background-image: url("images/thinbar.png");
	margin:0px;
	vertical-align: middle;
	}
div.body1
	{
	background-color:#3b619c;
	}
div.body2
	{
	background-color:#213170;
	overflow: hidden;
	}
div.contentHand
	{
	width: 70%%;
	left: 0px;
	margin: auto 150px;
	font-family: 'Lato', sans-serif;
	padding-bottom: 30px;
	padding-top: 20px;
	}
div.menue
	{
	width:99.7%;
	height:60px;
	top: 1px;
	position:fixed;
	text-align: left;
	overflow: hidden;
	z-index: 1;
	transition: all 0.2s ease-in-out;
	}
div.menue:hover
	{
	width:99.7%;
	height: 250px;
	top: 0px;
	position:fixed;
	background-color:#FFFFFF;
	text-align: center;
	transition: all 0.2s ease-in-out;
	opacity: .9;
	z-index: 1;
	border:1px solid black;
	}
div.topBox
	{
	width:100%;
	height: 230px;
	background-size: inherit;
	background-color:#213170;
	background-image: url("images/10eLogo.png");
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 22px;
	white-space: nowrap;
	text-indent: 150px;
	}
div.RightTagLine
	{
	right: 26px;
	z-index: 4;
	position: absolute;
	text-align: right;
	}
