article, aside, figure, footer, header, nav, section {
    display: block;
}
html{
	background-image: url(../image/background.jpg); 
}
body {
	font-family: Verdana, Geneva, sans-serif;
	width: 900px;
	margin: 0 auto;
	background-image: url(../image/ltebackground.jpg);
	border-radius: 20px 20px 20px 20px;
}
header {
	margin-top: 15px;
	border-radius: 20px 20px 20px 20px;
	background-image: url(../image/ltebackground.jpg);
}
header h1 {
	color: #4863A0;
	margin: 5px;
	padding: 10px 10px 10px 10px;
}
header p {
	font-style: italic;
	font-weight:bold;
	color: #151B8D;
	margin: 5px;
	padding: 10px 10px 10px 10px;
}
nav {
	background-color: #4863A0;
	clear: left;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #4863A0;
}
nav ul {
	margin-left: 0;
	margin-bottom: .5em;
	list-style: none;
	padding: .5em 2em 0 0;
}
nav li {
	display: inline;
	padding: 0 1.5em;
	border-right: 2px solid white;
	font-weight: bold;
}
nav a.current { color: #5CB3FF; }
nav a{
	text-decoration: none;
	color: #fffded;
}
article{
	float: right;
	width: 45%
}
article ul{
	color: #2B547E;
}
article h1{
	font-size: 16pt;
	color: #4863A0;
}
article p {
	margin: 10px 20px 0px 10px;
	color: #151B8D;
	padding-left: 5px;
	border-top: 5px solid white;
}
article img{
	padding-top: 8px;
}
article fieldset{
	border: 0;
}
aside {
	float: left;
	margin-left: 43px;
	width: 50%;
}
aside h1{
	color: #4863A0;
	font-size: 16pt;
}
aside p{
	margin: 10px 20px 0px 10px;
	color: #151B8D;
	padding-left: 5px;
	border-top: 5px solid white;
}
aside ul{
	color: #2B547E;
}
aside ul li{
	list-style-image: url(../image/check_mark.jpg);
}
aside table a{
	text-decoration: none;
	color: black;
}
.border_bottom{
	border-bottom: 2px solid white;
}
td a{
	text-decoration: none;
}
.thankyou{
	color: #2B547E;
}
footer {
	clear: both;
	background: #4863A0;
	border-radius: 0 0 20px 20px;
}
footer p {
	color: white;
	padding: .5em;
	text-align: right;
}