@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: #181721;
}
p {
	font-size: 14px;
}

.whole {
	background-image:url(assets/whole.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 842px;
	position: relative;
	margin:auto;
	top:-15px;
}
.nav {
	width: 640px;
	padding-left: 200px;
	font-size: 12px;
	color: #181721;
	font-weight: 400;
}
.content {
	height: auto;
	width: 600px;
	padding-left: 200px;
	padding-top: 20px;
}
h1 {
	font-size: 24px;
	color: #006986;
	font-weight: normal;
}
.footer {
	color: #FFF;
	text-align: center;
	width: 100%;
	font-size: 12px;
}
.footer a:link { 
	color: #fff;
  	text-decoration: none;
	font-weight: normal;
}

.footer a:visited {
	color: #fff;
  	text-decoration: none;
	font-weight: normal;
}
.footer a:hover {
	color:#838391;
	text-decoration: none;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	color: #054663;
	margin-top: 0px;
	font-weight: normal;
}
.img {
	margin: 12px;
	padding: 4px;
	border: thin solid #181721;
}
.forms {
	background-color: #BEBEC5;
}
.thumb {
	background-image: url(assets/thumb.jpg);
	text-align: center;
	padding: 10px;
	margin: 10px;
}
h4 {
	font-size: 44px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	padding-left: 70px;
}
ul {
	font-size: 12px;
}
li {
	padding-top: 5px;
	padding-bottom: 5px;
}
h5 {
	font-weight: normal;
}
.nobold {
	font-weight: normal;
	font-size: 12px;
}

