
body {
  text-align: center;
  font-family: 'Trebuchet MS', 'Verdana', sans-serif;
  font-size: 0.80em;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 965px;
}

#all_content {
  text-align: left;
  float: left;
}

#top_right_navigation {
	float: right;
	margin: 0;
	padding: 0;
}

#navigation {
  margin: 0 0 2px 0;
  padding: 0;
}

#navigation a,
#navigation a:visited,
#navigation a:hover {
	color: white;
	text-decoration: none;
	font-size: 1.2em;
}

#navigation li {
	padding-left: 10px;
	width: 14em;
	display: block !important;
  float: left;
  border-right: solid 3px white;
}

#navigation {
	float: left;
  background-color: #00539b;
  color: white;
  width: 100%;
}

#footer {
  background-color: #00539b;
  color: white;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
}

#footer_left_links {
	float: left;
	margin: 0;
  padding: 0;
  padding-top: 0.7em;
  margin-left: 15px;
}

#footer_right_links {
	float: right;
	margin: 0;
	padding: 0;
	width: 550px;
  margin-right: 15px;
  padding-bottom: 0.3em;
  padding-top: 0.1em;
}

#footer_right_links li {
	display: block;
	text-align: right;
	float: right;
	clear: right;
}

#footer_left_links li {
  float: left;
  display: block;
  border-right: solid 1px white;
  padding-right: 0.5ex;
  margin-right: 0.5ex;
}

#footer_item_last {
	border-right: none !important;
}

#top_right_navigation li {
  float: left;
  display: block;
  border-right: solid 3px white;
	width: 10ex;
	text-align: center;
  height: 20px; /* mind the padding below 20 + 2 = 22 - the height of the image*/
	padding-top: 2px;
}

#top_right_navigation_item_last {
  border-right: none !important;	
}

#top_right_navigation {
	background-image: url(../img/top_right_navigation_corner.png);
	background-repeat: no-repeat;	
	padding-left: 10px;
  color: white;
  background-color: #00a4e4;
}

#top_right_navigation a,
#top_right_navigation a:visited,
#top_right_navigation a:hover,
#footer a,
#footer a:visited,
#footer a:hover {
  color: white;
  text-decoration: none;
}

#logo {
	float: left;
	border: 0 none;
}

#scs_address {
	float: right;
	clear: both;
	color: #00a4e4;
	text-decoration: none;
	margin-bottom: 2px;
}

#content {
	float: left;
	width: 600px;
}

#scs_territories {
	float: right;
}

#content ul {
	list-style-type: square;
}

#content .wide_spaces_list {
/*	line-height: 1.8em;*/
}

#content li {
  padding-bottom: 0.8em;
}

#content ul ul {
  padding-top: 0.8em;
}

#content h1 {
	font-size: 1.5em;
}

#content h2 {
  font-size: 1.3em;
}

#content h3 {
  font-size: 1.1em;
}

#content a,
#content a:visited,
#content a:hover {
	color: #00539b;
}

.news {
  border-bottom: solid 1px lightgray;
  padding-bottom: 5px;
}

table td {
	padding: 2px 2px 5px 2px;
}

.table_header_objective {
	width: 80%;
}

.table_column_1 {
	font-weight: bold;
	text-align: right;
  padding-right: 5px;
}

table th {
	padding-bottom: 1em;
}

a img,
a:visited img,
a:hover img {
	border: none;
}

