html, body {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  font: 75% "Trebuchet MS", Verdana, Arial, sans-serif;
  background: #FFF url(images/right-bg.gif) top right repeat-y;
}

#container {
}

#header {
  background: #9c9ca5;
  height: 159px;
  border-top: 6px solid #f4c874;
}

#wrapper {
  float: left;
  width: 100%;
}


#content {
  background: #FFF;
  margin-right: 220px;
  margin-left: 20px;
  margin-top: 20px;
}

#right {
  float: left;
  width: 200px;
  margin-left: -200px;
}

#footer {
  clear: left;
  margin-right: 220px;
  margin-left: 20px;
  padding: 10px 10px;
  text-align: right;
  border-top: 1px solid #CCC;
}

#nav {
  margin: 0;
  padding: 0;
}

#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav li a {
  display: block;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2em;
  text-align: left;
  padding: 4px 0 4px 10px;
	height: 1em;
}

#nav li a:hover {
  background: #333;
  border-right: 10px solid #FFF;
}

h1 {
  color: #001F7A;
  margin: 0;
  padding: 0;
	margin-bottom: 0.5em;
}

table {
	text-align: left;
	margin: 0 0 10px 0;
	width: 100%;
}

table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 0;
	padding: 6px;
	background: #EEE;
	color: #777;
	text-align: left;
}

td, th {
	padding: 6px;
}

thead th {
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 140% !important;
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #F7F9FC; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}


h4 {
	margin-bottom: 0.3em;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}
