/* CSS Document */
body {
	background:white url(../images/body_back.gif) top repeat-x;
	color:#454545;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	line-height:1.20em;
}
blockquote {
  padding:0 1em;
}
h1, h2, h3, h4  {
  line-height:normal;
}
h1 {
	color:#0B3C77;
	font-size:130%;
	line-height:1.4em;
}
h2 {
	color:#0B3C77;
	font-size:120%;
	line-height:1.4em;
}
h3 {
  font-size:110%;
  font-weight:bold;
}
h4 {
  font-size:100%;
  font-weight:bold;
  margin-top:1em;
}
a {
	color:#496C92;
}
ul {
	list-style-type:disc;
	padding:1em 2em;
}
li {
  padding:.25em 0;
}
p {
  padding:.5em 0;
}

/* IDs */
#col1 {
	background: url(../images/col1_back.gif) top left repeat-y;
	border-right:2px solid white;
	float:right;
	font-size:90%;
	margin-top:0;
	padding-top:0;
	width:225px;
}
#col1 h3 {
	background:url(../images/col1_top.gif) top left no-repeat;
	color:#22548A;
	font-size:95%;
	font-weight:bold;
	margin:0;
	padding:17px 1.75em 0 1em;
	text-transform:uppercase;
}
#col1 ul {
	list-style-type:none;
	margin:0;
	padding:0.25em 1.75em 1em 1em;
}
#col1 ul li {
	border-top:1px solid #E6D6B3;
}
#col1 span.bottom {
	background: url(../images/col1_bottom.gif) bottom left no-repeat;
	display:block;
	height:15px;
}
#content {
	margin:0 240px 0 170px;
	padding:40px 0;
}
#footer {
	background: url(../images/footer_back.gif) top left no-repeat;
	clear:both;
	height:36px;
	margin:0 auto;
	text-align:center;
	font-size:80%;
	padding: 0 2px;
	width:776px;
}
#header {
	background: url(../images/header_back.gif);
	height:116px;
	margin:0 auto;
	padding:0 2px;
	width:776px;
}
#header img.logo {
	margin:14px 0 0 2px;
}
#nav {
	border-top:2px solid white;
	float:left;
	font-size:80%;
	font-weight:bold;
	text-transform:uppercase;
	width:140px;
}
#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav ul li {
	background:url(../images/nav_back.gif);
	border-left:2px solid white;
	font-family:Verdana, Helvetica, sans-serif;
	height:36px;
	margin:0;
	padding:0;
}
#nav ul li#activenav {
	background:url(../images/nav_active.gif);
}
#nav li a {
	color:#496C92;
	display:block;
	height:26px;
	margin:0 0 0 5px;
	padding:10px 0 0 0;
	text-decoration:none;
}
#wrapper {
	background-color:white;
	background: url(../images/wrapper_back.gif) top left;
	margin:0 auto;
	padding:0 2px;
	width:776px;
}

/* Classes */
.attribution {
  font-size:90%;
  margin-top:0;
  padding-top:0;
  text-align:right;
}
.bold {
	font-weight:bold;
}
.borderright {
	border-right:2px solid white;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.italic {
	font-style:italic;
}
.nobottom {
	margin-bottom:0;
	padding-bottom:0;
}
.nomargin {
	margin:0;
	padding:0;
}
.notop {
	margin-top:0;
	padding-top:0;
}
.quote {
  font-style:italic;
}
.smaller {
  font-size:90%;
}