* {
  font-family:sans-serif;
}

body {
  width:700px;
  margin-left:auto;
  margin-right:auto;
}


h1, h2, h3 {
  font-family:ledger;
}

h1 {
  font-size:36px;
  text-align:center;
  margin-top:0px;
  margin-bottom:0px;
}

h2 {
  margin-top:30px;
  margin-bottom:0px;
  color:#2D71B3;
}

h3 {
  font-size:22px;
  color:#5082B3;
  margin-top:35px;
}

p, li {
  font-size:18px;
}

p {
  color:#343434;
}

li {
  color:#343434;
  padding-bottom:6px;
}

#title {
  font-size:48px;
  color:#003466;
  margin-top:-10px;
  margin-bottom:24px;
}

#main {
	width:300px;

}

ul a {
  font-weight:bold;
  color:#2d71B3;
}

ul a:hover, a:focus {
  color:#003466;
}

ul a:active {
  color:#9D5D00;
}

#nav {
  display:block;
  margin-top: 6px;
  padding-top: 15px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-top: dashed 1px #aaa;
  border-bottom: dashed 1px #aaa;
  text-align:center;
  float:left;
  
}

#nav li {
  list-style-type:none;
  margin:0;
  padding:0;
  display:inline;
  float:left;
}

#nav a {
  width:220px;
  display:block;
  font-size:16px;
  font-weight:none;
  color:#343434;
}

#nav a:hover, a:focus {
  color:#2d71B3;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #003566), color-stop(1, #002242) );
	background:-moz-linear-gradient( center top, #003566 5%, #002242 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003566', endColorstr='#2D79B3');
	background-color:#003566;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #002242;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #002242;
}

.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #002242), color-stop(1, #003566) );
	background:-moz-linear-gradient( center top, #002242 5%, #003566 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2D70B3', endColorstr='#003566');
	background-color:#002242;
}

.button:active {
	position:relative;
	top:1px;
}
