* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #4E697F;
	color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

img, div { behavior: url(/global/js/iepngfix/iepngfix.htc) }

img {
	border: 2px solid black;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a:link, a:visited {
	color: #EEEEEE;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	border-bottom: 1px solid;
}

#container {
	margin: auto;
	margin-top: 30px;
	width: 700px;
	text-align: left;
}

#header {
	border-bottom: 1px solid #EEEEEE;
	font-family: "Lucida Grande", Verdana;
	font-size: 1.3em;
	letter-spacing: 1px;
}

#header div {
	height: 26px;
}

#header a {
  display: block;
  border: none;
}

#header a:hover {
	background: #293844;
}

#logo {
  float: left;
  width: 200px;
  border-right: 1px solid #EEEEEE;
}

#logo a {
  padding: 5px 5px 3px 5px;
  text-align: center;
}

#nav {
  float: right;
}

#nav li {
  list-style: none;
  display: inline;
  float: left;
}

#nav li.current {
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
}

#nav li a {
  padding: 4px 10px;
}

#sidebar {
	float: left;
	width: 170px;
	text-align: right;
	padding-top: 20px;
	padding-right: 30px;
	border-right: 1px solid #EEEEEE;
}

#sidebar h3 {
	margin-top: 20px;
	margin-bottom: 3px;
	text-transform: uppercase;
}

#sidebar h3.first {
	margin-top: 4px;
}

#sidebar li {
	list-style: none;
	margin-bottom: 7px;
}

#content {
	float: left;
	width: 440px;
	padding-top: 20px;
	padding-left: 30px;
}

#content p {
  margin-bottom: 20px;
  line-height: 20px;
}

#content h2 {
	margin-bottom: 10px;
}

#content img {
	display: block;
	margin: 15px 0px; 
}

.website-div {
	margin-bottom: 60px;
	text-align: center;
}

.website-div h2 {
	margin-bottom: 15px;
}

.website-div a {
	border: none;
	display: block;
}

#content .website-div img {
	display: block;
	margin: 15px auto;
}

.error {
  margin: auto;
  margin-top: 100px;
  text-align: center;
  font-size: 2.0em;
}

.error p {
  margin-bottom: 30px;
}
