body{
	width: 100%;
	max-width: 750px;
	font-family: Arial, Helvetica, sans-seriff;
	color: rgb(136, 139, 141);
	font-size: 21px;
}

img{
	border: none;
}

h1{
	color: #002B49;
	font-size: 27px;
	font-weight: bold;
	margin: 0;
}

li{
	margin-bottom: 15px;
	list-style-type: none;
}

a{
	color: rgb(0, 146, 188);
}

p{
	margin-top: 0px;
}

.subtext{
	font-size: 19px;
	color: rgb(136, 139, 141);
}

.section{
	margin-top: 50px;
}

.liText{
	color: rgb(0, 146, 188);
	font-weight: bold;
}

#logo{
	margin-top: 15px;
	width: 221px;
	height: 26px;
}

#content{
	margin-left: 20px;
}

#message{
	font-size: 19px;
	padding-left: 40px;
	margin-top: 30px;
}

#footer{
	font-size:10px;
	margin-left: 15px;
	color: black;
}

#border{
	border-top: 1px;
	border-color: rgb(204,204,204);
	border-style: solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding-top: 5px;
}