@charset "utf-8";

body
{
background:#142448 url("../images/keys.gif") no-repeat top right;
font-family:verdana;
margin-left:50px;
}
.container
{
text-align:left;
}

.titleContent
{
margin-left:175px;
margin-top:20px;
width:250px;
height:50px;
text-align:left;
padding:0px;
}

.textContent
{
background-color:#142448;
/* background:#142448 url('../images/notePapersSm.gif') no-repeat top left; */
margin-left:50px;
margin-top:-20px;
width:340px;
height:500px;
text-align:left;
/* padding:30px 40px 10px; */
}

.menuContent{
width:400px;
height:50px;
position:absolut;
margin-left:500px;
margin-top:-480px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 20px;
color: #FFF;
text-decoration: none;
}

.imageContent
{
border:1px solid white;
background-color:#142448;
margin-left:500px;
width:400px;
height:395px;
text-align:center;
padding:20px 10px 10px 10px;
}

.splashContent
{
border:1px solid white;
background-color:#142448;
margin-left:90px;
margin-top:20px;
width:400px;
height:390px;
text-align:center;
padding:20px 10px 10px 10px;
}

.headingSpace {
	margin: 100px;
	border: 0;
	width: 100px;
	height: 200px;
	margin-left: 200px;
	margin-top: 100px;
}

.linkSpace1 {
	position: absolute;
	width: 220px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 10 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* background-color: #7F95A8; */
	background-color: #7F95A8;
	margin-top: -300px;
	margin-left: 800px;
	z-index: 5;
}

.linkSpace2 {
	width: 220px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 10 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* background-color: #7F95A8; */
	background-color: #7F95A8;
	margin-top: -150px;
	margin-left: 800px;
}

h1{
	color:#142448;
	font-size:100%;
	margin-bottom:10px;
	padding-left:5px;
	padding-top: 10px;
}
h2{
	color:#444;
	font-size:85%;
	margin:0;
	margin-top:10px;
	margin-bottom:5px;
	padding-left:5px;
}
h3{color:#796d57; font-size:118%; margin-top:12px; margin-bottom:5px; padding-left:5px;}
h4{
	color:#003;
	font-size:60%;
	line-height:100%;
	margin-bottom:10px;
	padding-left:5px;}
p{
	color:#003;
	font-size:80%;
	line-height:150%;
	margin-bottom:15px;
	padding-left:5px;
}

a{text-decoration:none; color:#fff;}
a:hover{text-decoration:none; color:#8acdeb;}
