body{
	background-color:blue;
	font-family:"Times New Roman", Times, serif;
}
table{
	width:760px;
	left:0;
	position:absolute;
	border:none;
	table-layout:fixed;
}
td {
	font-size:14pt;
	font-weight:bold;
	color:blue;
	text-align:center;
	}
h1{
	font-size:22pt;
	color:blue;
	text-align:center;
}
h2 {
	font-size:13pt;
	text-align:center;
	color:black;
}
a{
	color:blue;
	text-decoration:none;
}
a:link{
	color:blue;
}
a:hover{
	background-color:#CCFFFF;
}
.a{
	text-decoration:underline;
}

/* The main body */
#container-one{
	position:relative;
	margin:auto;
	width:760px;
	border:20px #CCFFFF ridge;
	background:#FFFFCC;
}
.heading-one{
	position:absolute;
	width:450px;
	height:100px;
	top:10px;
	left:155px;
}
.heading-two{
	width:760px;
	height:75px;
	left:0px;
}

.container-two{
	position:absolute;
	width:760px;
	height:100px;
	left:0px;
}

#container-two{
	position:absolute;
	width:760px;
	height:100px;
	left:0px;
}
.img-190{
	width:190px;
	height:auto;
}
.img-380{
	width:380px;
	height:auto;
}
.logo{
	top:0;
	position:absolute;
}
.yorktown{
	position:absolute;
	width:760px;
	top:130px;
	left:0;
}
.cell-border{
	border: 2px solid #0000FF;
	padding:20px;
}
.text-left{
	text-indent:25px;
	font-size:12pt;
	font-weight:normal;
	text-align:left;
	color:black;
}
.text-center{
	font-size:12pt;
	font-weight:normal;
	text-align:center;
	color:black;
}

.frame-1{
	border-color:red blue green purple;
	border-width:20px;
	border-style:solid;
	background-color:#CCFFCC;
	height:200px;
	width:200px;
	top:1100px;
	left:100px;
	position:absolute;
}
.frame-2{
	border-color:#CCFFFF;
	border-width:20px;
	border-style:ridge;
	background-color:#CCFF99;
	height:200px;
	width:200px;
	top:1100px;
	left:400px;
	position:absolute;
}
div#footer{
	width:755px;
	height:125px;
	left:0;
	bottom:0px;
	border:none;
	position:absolute;
}


