* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	font-size: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0; 
	color: #fff;
}

a:link, a:visited {
	color: #152D89;
   text-decoration: none;
}

a:hover, a:active {  
  color: #FFA400;
  text-decoration: underline;
}

#container {
	border: none;
	width: 747px;
	position: relative;
	margin-left: auto;
	margin-right: auto; 
	background-color: #fff;
}

#header {
	/* background-image: url(images/inside-header.jpg); 
	height: 102px; */
}

body.front #header {
 	background-position: top;
	background-image: url(images/front-header.jpg);
	height: 250px;
}

img.logo {
	position: absolute;
	top: 18px;
	left: 29px;
	border: none;
}

#content {
	text-align: left;
	color: #000;
	padding-top: 80px;
	margin-left: 160px;
	margin-bottom: 30px;
	width: 540px; 
	line-height: 1.5em; 
}

body.front #content {
	padding-top: 66px;
	margin-left: 140px;
}

#content h1, h2 {
	color: #152D89;
	margin-bottom: 6px;
	font-weight: bold;
}

#content h1 {
	font-size: 1.7em;
	line-height: 1.3em;
}

#content h2 {
	font-size: 1.3em;
	margin-top: 10px;
}

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

#content p.quote {
	font-style: italic;
}

#content p.kudoauthor {
	color: #152D89;
	font-weight: bold;
}

#content p.emphasis {
	font-weight: bold;
	color: #FFA407;
}

#content ul {
	margin-left: 30px;
	margin-bottom: 20px;
}

#content li {
	padding-top: 6px;
}

#topnav {
	position: absolute;
	text-align: left;
	left: 146px;
	top: 120px;
	background-color: transparent;
}

body.front #topnav {
	left: 130px;
	top: 260px;
}

/* sub navigation on the left */
#subnav {
	float: left;
	width: 160px;
	text-align: left;
	margin-top: 70px;
}

#subnav ul {
	list-style: none;
}

#subnav li {
	margin: 6px 0 4px 20px;
	font-size: .8em;
}

#subnav li a {
	padding: 0px 0px 0px 6px;
	color: #152D89;
	text-decoration: none;
	border-left: 3px solid #fff;
}

#subnav li a:hover {
	border-left: 3px solid #FFA400;
}

#subnav li a.current {
	border-left: 3px solid #FFA400;
}

#footer {
	font-size: .8em;
	text-align: center;
	margin-top: 10px;
	color: #6D6D6D;
}

img.thumbright {
	float: right;
	display: inline;
	margin: 0 0 10px 10px;
}

img.thumbleft {
	float: left;
	display: inline;
	margin: 0 10px 10px 0px;
}

table.press {
	padding-top: 10px;
}

table.press img {
	border: 1px solid #152D89;
	margin-right: 10px;
}

table.press p {
	font-weight: bold;
	color: #152D89;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-bottom: 0;
}