* {
	padding: 0px;
	margin:  0px;
}

ul  {
  list-style-type: square;
}

img {
	border: 0px;
}

body {
  background: #011a31;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #bee1ff;
}

a {
	color: #86c5fa;
	text-decoration: none;
}

a strong {
	color:  #ffe178;
}

a:hover, a:hover strong {
	color: white !important;
}

#page {
	min-height: 400px;
	width: 760px;
	margin: 0px auto;
	background: #01325d;
	margin-bottom: 20px;
}

#content {
  padding: 20px;
  padding-top: 5px;
	padding-left: 87px;
}

#content p {
	margin-right: 220px;
}

.side, .main {
	padding:  20px;
	/*border: 1px solid #bee1ff;*/
	background: #003f76;
	padding-bottom: 10px;
}

.side h3, .main h3 {
	font-size: 14px;
	padding-bottom: 10px;
}

.side {
	width: 160px;
	float: right;
	margin-right: 1px;
	margin-left: 20px;
}

.side a {
   color: #ffe178;
   text-decoration: underline;
}

.main {
	margin-right: 228px;
}

#content .main ul li p {
	margin: 0px;
	padding: 0px;
}

.main ul li p a {
	text-transform: lowercase;
}

.main ul li {
	height: 80px;
}

.main ul li img {
	float: right;
	 border: 1px solid #bee1ff;
	margin-left: 20px;
}

.main p {
	font-size: 12px;
	line-height: 16px;
}

.side ul, .main ul {
	list-style-type: none;
}

.side ul li, .main ul li {
	padding-bottom: 10px;
}

#header {
	background: #01325d url(/images/header.png) top left no-repeat;
	height: 160px;
}

h1 a {
	height: 120px;
	width:  250px;
	display: block;
}

h1 a span {
	visibility: hidden;
}

#header h2 {
	display: none;
}

#nav {
	list-style: none;
	padding-left:  87px;
}

#nav a {
	display: block;
	float: left;
	padding: 5px 0px;
	margin: 5px 0px;
	margin-right: 20px;
	line-height: 14px;
}

#nav a.selected {
	border-bottom: solid 2px #3271a6;
}

#nav .right a {
	float: right;
}

#nav a:hover {
	border-bottom: solid 2px;
}
#nav li {
   display: inline;
}

h2 {
	font-size: 18px;
}

p, h2 {
	line-height: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
}

#photos {
	list-style: none;
	margin-left: -25px;
	height: 230px;
	margin-bottom: 20px;
	clear: both;
}

#photos li {
	width: 200px;
	margin-left: 25px;
	float: left;;
}

#photos h3 {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 5px;
}

#photos img {
	border-top: 2px solid;
	border-bottom: 2px solid;
}

#photos a, .main a {
	color: #ffe178;
}

#footer {
	clear: both;
	height: 20px;
}
p.small {
   font-size: 9pt;
}