html {
	color: #4D4E4F;
	background: #f5fefe;
}

body {
	margin: 0;
	padding: 0;
	text-align:center;
	background: #f5fefe url('/images/global/body_background.jpg') repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}

#frame {
	width:900px;
	background: #fff url('/images/global/frame_background.gif') repeat-y;
	border-top: 1px solid #A1D2D1;
	border-bottom: 1px solid #A1D2D1;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	}

#center {
	width:497px;
	float:left;
	}

/*******************************************************************************/
/* HEADER
/*******************************************************************************/

#header {
	height: 96px;
	width:900px;
	margin-right:auto;
	margin-left:auto;
	background: #fff url('/images/global/header_background.gif') repeat-y;
	text-align: center;
	}

#header-title {
	margin-top: 44px;
	}

#header-logo {
	float: left;
	margin-top: 14px;
	margin-left: 15px;
	}

#header-donate {
	float: right;
	margin-top: 25px;
	margin-right: 26px;
	}

#header.internal {
	background: #fff url('/images/global/header_image.jpg') top right no-repeat;
	}

#header.internal #header-title {
	position: relative;
	right: 110px;
	}

/*******************************************************************************/
/* LEFT SIDEBAR
/*******************************************************************************/

#sidebar-left {
	width: 200px; /* for IE5/Win */
	float: left;
	}

ul#navigation li {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	}

ul#navigation li a {
	display: block;
	color: #636467;
	text-decoration: none;
	padding-left: 24px;
	height: 30px;
	line-height: 30px;
	background: url('/images/global/nav_background.gif') bottom left no-repeat;
	}

ul#navigation li a:hover {
	background-position: 0px -20px;
	}
	
ul#navigation li a.active {
	background-position: 0px -70px;
	}

ul#navigation li ul li {
	text-transform: none;
	font-size: 11px;
	}
	
ul#navigation li ul li a {
	height: auto;
	line-height: 1em;
	padding: 4px 18px 7px 40px;
	}

ul#navigation li ul li a:hover, ul#navigation li ul li a.active {
	color: #07857F;
	background-position: bottom left;
	}
	
#sidebar-logos {
	text-align: center;
	margin-top: 30px;
	margin-left: 14px;
	}
	
#sidebar-logos img {
	padding: 14px 26px 10px 26px;
	}
	
#thiny-logo {
	border-bottom: 1px solid #DCDCDC;
	}

#name-change-logo {
	margin-bottom: 40px;
	}

/*******************************************************************************/
/* RIGHT SIDEBAR
/*******************************************************************************/

#sidebar-right {
	width:200px; /* for IE5/Win */
	float:left;
	font-size: 11px;
	}

div.sidebar-contents {
	padding: 16px 18px;
}

#sidebar-right h1, #sidebar-right h2 {
	font-weight: 700;
	color: #07857f;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 5px;
	margin-bottom: 10px;
	}

#sidebar-right h1 {
	font-size: 17px;
	}

#sidebar-right h2 {
	font-size: 15px;
	}

#sidebar-right h3 {
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
	margin-bottom: 2px;
	}

#sidebar-right h3 a:hover {
	text-decoration: underline !important;
	}

#sidebar-right p {
	line-height: 14px;
	margin-bottom: 18px;
	}

#sidebar-right p a {
	font-weight: normal;
}

#sidebar-donate {
	text-align: center;
	margin: 12px 0 30px 0;
	}

/*******************************************************************************/
/* FOOTER
/*******************************************************************************/
	
#footer {
	width: 900px;
	padding-top: 10px;
	font-size: 11px;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	margin-bottom: 40px;
}

/*******************************************************************************/
/* HOME PAGE
/*******************************************************************************/

#home-tagline {
	background-color: #ECF9F9;
	font-size: 13px;
	color: #666;
	padding: 22px;
	line-height: 25px;
	border-bottom: 1px solid #A1D2D1;
}

#home-headline-image {
	float: right;
	background-color: #666;
	margin: 0 0 20px 20px;
	}

#content.home {
	padding: 22px;
	}

#content.home h2{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 5px;
	margin-bottom: 13px;
	}

/*******************************************************************************/
/* BREADCRUMBS
/*******************************************************************************/

#breadcrumbs {
	padding: 6px 22px 0 22px;
	font-size: 10px;
	color: #8f8f8f;
	}

#breadcrumbs a {
	color: #8f8f8f;
	text-decoration: underline;
	font-weight: normal;
	}

/*******************************************************************************/
/* EMAIL STYLES
/*******************************************************************************/

#content.email p.issue {
	margin-bottom: 20px;
	}

#content.email ul.contents {
	margin-bottom: 18px;
	}

#content.email ul.contents li {
	margin-bottom: 0;
	}
	
#message {
	margin: 18px 0;
	background-color: #EFFBFB;
	padding: 18px;
	line-height: 1.2em;
	}
	
#message h1 {
	border-bottom: 0 !important;
	}

#date {
    font-size: 11px;
	float: left;
	margin-bottom: 20px;
}

#download {
    font-size: 11px;
	float: right;
	text-align: right;
	margin-bottom: 20px;
}

#titleandsub {
	clear: both;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 6px;
	margin-bottom: 30px;
	color: #07857f;
}

h1.release {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 0 !important;
	padding-bottom: none !important;
	border-bottom: none !important;
}

h2.release {
	font-size: 18px !important;
	font-weight: normal;
	margin: 5px 0 5px 0 !important;
	font-weight: normal !important;
	padding-bottom: none !important;
	border-bottom: none !important;
}

/*******************************************************************************/
/* GENERAL STYLES
/*******************************************************************************/

p {
	line-height: 1.2em;
	}

strong {
	font-weight: 700;
	line-height: inherit;
	}

em {
	font-style: italic;
	line-height: inherit;
	}
	
a {
	color: #f48822;
	text-decoration: none;
	font-weight: 700;
	line-height: inherit;
	}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	}

#content h1 {
	font-size: 19px;
	color: #07857f;
	font-weight: 700;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 6px;
	margin-bottom: 10px;
	clear: both;
	}

#content h2 {
	font-size: 14px;
	color: #666;
	font-weight: 700;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 6px;
	margin-bottom: 10px;
	margin-top: 1em;
	clear: both;
	}

#content a {
	font-weight: 700;
	}

a:hover {
	text-decoration: underline;
	}

h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none !important;
	}

#content h2.extramargin {
	margin-top: 24px;
	}

a.more {
	font-size: 11px;
	text-decoration: underline;
	color: #666;
	}

a.external {
	display:block;
	background: url('/images/global/link_arrow.gif') 0 0.25em no-repeat;
	text-indent: 12px;
	}

li.external {
	background: url('/images/global/link_arrow.gif') 0 5px no-repeat;
	}

.indent-column {
	display: block;
	padding-left: 14px;
	}
	
a.nocolor {
	color: #666;
	text-decoration: underline;
	font-weight: normal;
	}

.date {
	font-size: 11px;
	color: #636466;
	font-style: italic;
	}

input.text {
	font-size: 11px;
	padding: 2px;
	border: 1px solid #DCDCDC;
	color: #7a7a7a;
	width: 158px;
	margin-bottom: 10px;
	}

input.submit {
	border: 1px solid #DCDCDC;
	background-color: #F69A43;
	color: white;
	font-family: 'Arial';
	font-size: 11px;
	font-weight: 700;
	padding: 2px 4px;
	margin-right: 10px;
	}

#content {
	padding: 18px 22px 40px 22px;
	}

#content p {
	line-height: 17px;
	margin-bottom: 1em;
	}
	
#content ul li {
	margin-bottom: 0.5em;
	line-height: 17px;
	list-style-type: disc;
	margin-left: 2em;
	}

#content table td {
	padding: 4px;
	line-height: 17px;
}

img.bio-picture {
	float: left;
	margin: 5px 14px 14px 0;
	}
	
img.right {
	float: right;
	margin: 5px 0 14px 14px;
	}
