@charset "utf-8";
.whole {
	margin: auto;
	position: relative;
	width: 1000px;
	top: 0px;
	height: 1000px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	background-color:#8eb7dd;
	}
.nav {
	background-image: url(assets/nav.png);
	height: 300px;
	width: 1000px;
}
body {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	background-color:#4c7cab;
}
.content {
	background-color: #FFFFFF;
	height: 900px;
	width: 1000px;
	position: absolute;
	top: 300px;
	text-align: left;
}
.footer {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	width: 1000px;
	top: 1220px;
}
#link2 {
	color:#FFFFFF; 
	text-decoration: none;
	}
.p2 {
	text-align: left;
}

.scrollleft {
	overflow: scroll;
	overflow-x: hidden;
	position: absolute;
	height: 835px;
	width: 370px;
	left: 7px;
	top: 45px;
	padding: 5px;
	border: thick solid #CCCCCC;
	padding-right:20px;
}
.top {
	width: 980 px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 7px;
	padding: 5px;
	border: thick solid #CCCCCC;
	padding-right:20px;
}
.bottom {
	overflow: scroll;
	overflow-x: hidden;
	position: absolute;
	height: 835px;
	width: 960px;
	left: 5px;
	top: 40px;
	padding: 5px;
	border: thick solid #CCCCCC;
	padding-right:20px;
}
p	{
	padding-right: 10px;
	text-align: left;
}
h1 {
	font-family: "Tw Cen MT Condensed Extra Bold", "Arial Rounded MT Bold", Arial;
	font-size: 28px;
	font-weight: bold;
	color: #3A71A7;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #3A71A7;
	text-align: left;
}
h2 {
	font-family: "Tw Cen MT Condensed Extra Bold", "Arial Rounded MT Bold", Arial;
	font-size: 18px;
	color: #8EB7DD;
	padding-top: 0px;
	text-align: center;
	}
.scrollright {
	overflow: scroll;
	overflow-x: hidden;
	position: absolute;
	height: 835px;
	width: 510px;
	left: 419px;
	top: 48px;
	border: thick solid #CCCCCC;
	padding-right:50px;
	text-align:left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
}
.scrollbig {
	overflow: scroll;
	overflow-x: hidden;
	position: absolute;
	height: 800px;
	width: 900px;
	left: 42px;
	top: 68px;
	padding: 5px;
	border: thick solid #CCCCCC;
	padding-right:20px;
	text-align:left;
	
}
.img {
	border-left: thick solid #699ACA;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
.imgtales {
	border-left: thick solid #699ACA;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
}
.img2 {
	border-left: thick solid #699ACA;
	text-align: left;
	margin-right: 10px;
	padding-right: 10px;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	color: #3A71A7;
	border-left-width: 8px;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-left: 5px;
	list-style-position: inside;
	list-style-type: circle;
	text-align: left;
}
h5 {
	font-size: 16px;
	color: #000;
	border-top-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #8EB7DD;
	border-right-color: #8EB7DD;
	border-bottom-color: #8EB7DD;
	border-left-color: #8EB7DD;
	text-align: center;
}
.lightblue {
	color: #8EB7DD;
	padding-left: 0px;
	padding-right: 10px;
}
.email {
	top: 243px;
	left: 54px;
	color: #FFF;
	text-align: right;
}
.itable {
	background-color: #FFF;
	border-top-color: #7EB1E0;
	border-right-color: #7EB1E0;
	border-bottom-color: #7EB1E0;
	border-left-color: #7EB1E0;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.social {
	height: 50px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: -5px;
	vertical-align: top;
	text-align: right;
}
.continue {
	background-image: url(assets/vday/continue.png);
	height: 60px;
	width: 150px;
}
.twitter {
	width: 200px;
	float:left;
	height: 70px;
	position: absolute;
	top: 0px;
}
.facebook {
	width: 360px;
	float:right;
	height: 70px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}

