* {
	margin: 0;
	padding: 0;
}

html, body {
	 min-height:100%; margin-bottom:1px;
}

body {
	background-color: #fff;
	text-align: center;
	font-size: 84%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0; 
	color: #393939;
}

a:link, a:visited {
   color: #4D8AF4;
   text-decoration: none;
}

a:hover, a:active {  
  color: #86AFF8;
  text-decoration: none;
}

#container {
   margin-top: 10px;
	width: 780px;
	border-bottom: 6px #4D8AF4 solid;
	border-top:  #C8C8C8 1px solid;
	border-right:  #C8C8C8 1px solid;
	border-left: 1px solid #C8C8C8; 
	position: relative;
	margin-left: auto;
	margin-right: auto;  
	background-color: #fff;
}

#header {
   text-align: left;
	background: #fff url(images/header-bkg.jpg) no-repeat 10px;
	height: 76px;
   border-bottom:  #C8C8C8 1px solid;
}

#header.home {
	background: #fff url(images/home-header-bkg.jpg) no-repeat 10px;
	height: 104px;
}

#header img {
	border: none;
	margin-left: 6px;
}

#content {
	text-align: left;
	padding: 30px 10px 10px 0;
	margin-left: 200px;
	margin-bottom: 10px;
	/* width: 475px; */
	line-height: 1.3em; 
}

#content h1, h2 {
	color: #0079B7;
	margin-bottom: 10px;
	font-weight: bold;
}

#content h1 {
	font-size: 1.2em;
}

#content h2 {
	font-size: 1em;
}

#content h3 {
	font-size: 1em;
	margin-bottom: 2px;
	color: #393939;
}

#content p {
	margin-bottom: 10px;
}

#content ul {
	padding-left: 20px;
}

#content li {
	margin: 6px 0 6px 10px;
}

#content table  {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content table td {
	padding: 4px;
}

/* Navigation on the left */
#sidenav {
	float: left;
	width: 180px;
	text-align: left;
	padding-top: 30px;
}

#footer {
	font-size: .8em;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}

#footer p {
	margin: 6px 0 6px 0;
}

hr {
	color: #4D8AF4;
	height: 1px;
	width: 80%;
	text-align: center;
}

ul.press {
	list-style: none;
	padding: 0;
}

.press { 
	float: left; 
	width: 90%;
}
.press li { 
	background: none !important; 
	margin: 0; 
	padding: 0px 0 0 20px; 
	float: left; 
	position: relative; 
	margin-bottom: 10px;
}

.press li a { 
	margin-left: 140px; 
	display: block; 
}
.press li span { 
	position: absolute; 
	top: 0; left: 0; 
}

.presssource {
	font-size: .9em;
	font-style: italic;
}