html {
	background: #bfbdbd;
}

body {
	background-color: #dfdfdf;
	text-align: center;
	margin: 0;
	margin: 0 auto 0 auto;
	background: #bfbdbd url('/images/sub-background.jpg') no-repeat top;
	line-height: 1.3em;
}

html,body {
	height:100%;
}

ul {
	padding: 0px 0 18px 0;	
}

ul li {
	list-style-type: square;
	margin-left: 38px;
}

ol li {
	margin-left: 38px;
	list-style-type: decimal;
}

p {
	padding: 8px 0 0 4px;	
}

.small {
	font-size: .8em;
	color: inherit;
}

#wrapper {
	margin: 0;
	width: 960px;
	margin: 0 auto 0 auto;
	border: #696868 solid 1px;
	min-height:100%;
}

* html #wrapper{height:100%;}

#link-home {
	width: 285px;
	height: 60px;
	float: left;
}

#navbar {
	margin: 36px 12px 0 450px;
}

#navbar li {
	float: left;
	padding: 0 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	border-left: #717272 1px solid;
	height: 23px;
	width: 95px;
	list-style: none;
}

#navbar li a {
	color: #ffffff;
	font-size: .8em;
}

#header {
	margin: 8px 0 0 0;
	height: 219px;
}

#content {
	overflow: auto;
	background: #bfbdbd url('/images/sub-content-background.gif');
	min-height: 500px;
}

#content-column-1 {
	float: left;
	width: 152px;
	background-color: #c4c4c4;
	min-height: 100px;
}

.quote-side {
	text-align: left;
	color: #7F7F7F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	line-height: 1.3em;
	padding: 120px 8px 0 8px;
	background-image: url('/images/quote-open.png');
	background-position: 8px 90px;
	background-repeat: no-repeat;
}

.quote-side .author {
	display: block;
	color: #959595;
	padding: 22px 0 4px 0;
	background-image: url('/images/quote-close.png');
	background-position: 105px 8px;
	background-repeat: no-repeat;
}

.quote-side .author-title, .author-organization {
	color: #8d8c8c;
	font-style: italic;
	font-size: .8em;
	line-height: 1em;
}

#content-column-2 {
	float: left;
	width: 784px;
	color: #595959;
	background-color: #dfdfdf;
	text-align: left;
	font-family: 'Helvetica Neue',Helvetica,Sans-Serif;
	padding: 12px;
}

#content-column-2 img {
	margin-left: 20px;	
}

#content-column-2 h2 {
	font-weight: bold;	
}

#content-column-2 p {
	padding: 20px 0;	
}

 a,a:visited {
	text-decoration: none;
	border-bottom: #595959 1px dotted;
	color: #595959;
}

 a:hover{
	text-decoration: none;
	background-color: #c6c6c6;
}

.pic-link, .pic-link:visited {
	border-bottom:0;	
}

.pic-link:hover {
	background-color: inherit;	
}

#content-column-2 h1 {
	font-weight: 600;
	font-size: 1.8em;
	color: #595959;
	letter-spacing: -0.02em;
	padding: 18px 0 6px 0;
}

#content-column-2 p {
	padding-bottom: 12px;	
}

#footer {
	margin: 8px 0 22px 0;	
	padding: 0 0 22px 0;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #616161;
}

#footer a,a:visited {
	color: #444;
	display: inline;
	float:none;
}

.small-bar {
	overflow: auto;
}

.small-bar li {
	visibility: visible;
  	font-family: Verdana;
  	line-height: 1.3em;
  	font-size: .8em;
	list-style-type: none;
	margin: 0;
	display: inline;
}

ul.small-bar li.first a {
	background-position: 0 0;
}

ul.small-bar li.first a:hover {
	background-position: 0 30px;
}

ul.small-bar li.last a {
	background-position: 320px 0;
	background-position: right top;
	border-right: 0;
}

ul.small-bar li.last a:hover {
	background-position: right bottom;
}

ul.small-bar li a {
	text-decoration: none;
	border-bottom: 0;
	display: block;
	height: 18px;
	float: left;
	padding: 6px 20px;
	background-image: url(/images/small-bar.png);
	background-position: -4px 0;
	color: #595959;
	border-right: #b2b2b2 1px solid;
}

.small-bar a:hover {
	text-decoration: none;
	color: #595959;
	background-position: -4px 30px;
}



