@charset "utf-8";
/* CSS Document */

#guardian-logo {
	width: 146px;
	height: 56px;
	position: fixed;
	top: 30px;
	right: 10px;
	background-image: url(../images/sm_logo_green.gif);
	background-repeat: no-repeat;
	z-index: 1;
}

/****************************************************************/

#trackbar {
	position: fixed;
	top: 30px;
	left: 0;
	height: 40px;
	width: 100%;
	background-color: #009966;
	color #000000;
	z-index: 1;
}

#trackposition {
	position: relative;
	left: 10px;
	top: 20px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 15px;
}

#trackposition a {
	color: #FFFFFF;
	text-decoration: none;
}

#trackposition a:hover {
	text-decoration: underline;
}

#tagline {
	position: absolute;
	left: 10px;
	top: 2px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}

/****************************************************************/

.sectionparagraph {
	margin: 20px;
	margin-top: 20px;
}

p {
	margin-bottom: 10px;
}

/****************************************************************/

#contentbox {
	width: 680px;
	height: auto;
	min-height: 380px;
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: -470px;
	background-color: #FFD1A4;
	color: #000000;
	text-align: justify;
	margin-bottom: 30px;
}

#contentbox .sectionparagraph {
	margin-top: 30px;

}

#contentbox .sectionparagraph a {
	font-size: 15px;
	line-hight: 25px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	color: #000000;
	text-decoration: none;
}

#contentbox .sectionparagraph a:hover {
	text-decoration: underline;
}

#contentbox h2{
	color: #000000;
	padding: 2px;
	border-bottom: 2px solid #000000;
}

#blockquote_container {
	display: none;
}

#blockquote {
	display: none;
}

#blockquote .quote {
	display: none;
}

#blockquote .credit {
	display: none;
}

#titlebar {
	position: absolute;
	width: 440px;
	height: 60px;
	top: 100px;
	left: 50%;
	margin-left: -490px;
	background-color: #FFCC33;
	background-image: url(../images/Titles/DiscoverWhyVolunteerismIsntDead.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#subtitlebar {
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: 90px;
	background-color: #0066CC;
	height: 40px;
	width: 140px;
	background-image: url(../images/Titles/Dec182009.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#pageimage {
	display: none;
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: -470px;
	width: 200px;
	height: 440px;
	background-color: #FFD1A4;
	border-right: 1px solid #FFFFFF;
	background-image: url(../images/person201.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#sidebarnavigator_container {
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: 250px;
	width: 220px;
	height: 440px;
	background-color: #9966CC;
	opacity: .25;
	filter: alpha(opacity=25);
}

#sidebarnavigator {
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: 250px;
	width: 220px;
	height: 440px;
	background-image: url(../images/Titles/PastArticles.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
}

#sidebarnavigator .sectionparagraph {
	margin-top: 50px;
}

#copyrightnotice {
	width: auto;
	height: auto;
	position: fixed;
	bottom: 0px;
	left: 0;
	padding: 4px;
}
