body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-image: url("../graphics/layout/bg.gif");
	background-repeat: repeat-y;
}

/******************************************************************************
 * Header
 ******************************************************************************/

#container-header {
	background-image: url("../graphics/layout/bg_yellow_light.gif");
	width:1023px;
	border-bottom: 1px solid #ffbe7f;
}


.logo {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.headline {
	text-align: center;
	line-height: 100%;
	font-family: arial, sans-serif;
	font-size: 16px;
}

.headline h1 {
	font-family: arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.headline a {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}

.headline p {
	margin-top: 10px;
	line-height: 130%;
}

.quote {
	padding-left: 10px;
	padding-right: 10px;
}

.quote .quotetext {
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 110%;
	text-align: center;
}

.quote .quoteauthor {
	padding-top: 5px;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	text-align:center;
}

/******************************************************************************
 * Navigation
 ******************************************************************************/
#container-navigation {
	position: absolute;
	margin-left: 0px;
	margin-top:0px;
	width: 171px;
	border: 0px;
}

#navigation {
	padding: 15px;
	padding-top: 30px;
	font-family: arial, sans-serif;
	font-size: 18px;
	line-height: 140%;
}

#navigation div.level {
	margin-left: 10px;
}

#navigation .menu-depth-2 {
	font-size: 14px;
}

#navigation a:link, #navigation a:visited, #navigation a:hover {
	text-decoration: none;
	color: black;
}

#navigation span.current {
	font-weight: bold;
}

/******************************************************************************
 * Content
 ******************************************************************************/

#container-content {
	position: absolute;
	left: 172px;
	width: 851px;
	border: 0px;
}

#content {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Arial, sans-serif;
	font-size: large;
	line-height: 140%;
}


#content p {
	margin-bottom: 15px;
	line-height: 140%;
}

#content p:first-letter {
	font-size: x-large;
	font-weight: normal;
}

#content p.content-centered {
	text-align: center;
}

.smaller-font {
	font-size: 12px;
}

#content p.smaller-font:first-letter {
	font-size: 12px;
}

.intro {
	font-size: x-large;
}

#content p.no-capitalize:first-letter {
	font-size: large;
}

#content p.content-serif {
	font-family: times, serif;
}

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

.nospacing {
	margin-bottom: 2px;
	text-indent: 0px;
}

#content .noindent {
	text-indent: 0px;
}

#content table p {
	text-indent: 0px;
}

#content p span, #content table td span, #content ul, #content ul li {
	line-height: 140%;
}

#content ul li {
	margin-top: 8px;
}

#content img {
	border: 1px solid #ffbe7f;
}

#content a:link {
	/*color: #ca6400;*/
	color: blue;
	text-decoration: underline;
}

#content a:visited {
	/*color: #ca6400;*/
	color: blue;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: underline;
}

#content h1 {
	font-family: Arial, sans-serif;
	font-size: xx-large;
	margin-bottom: 40px;
	text-align:left;
}

#content h2 {
	font-family: Arial, sans-serif;
	font-size: x-large;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: normal;
	font-style: normal;
}

#content h1, #content h2 {
	line-height: 140%;
}

#content h1.centered-heading, #content h2.centered-heading {
	text-align: center;
}

#content h3 {
	font-family: Arial, sans-serif;
	font-size: large;
	margin-top: 40px;
	margin-bottom: 20px;
}

#content td {
	padding: 3px;
}

ul {
	list-style: disc outside;
	margin-left: 15px;
}

img.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.image-right {
	float: right;
	margin-left:10px;
	margin-bottom:10px;
}

/******************************************************************************
 * Common definitions
 ******************************************************************************/
.border-orange-right {
	border-right: 1px solid #ffbe7f;
}

.border-orange-left {
	border-left: 1px solid #ffbe7f;
}

.border-orange-bottom {
	border-bottom: 1px solid #ffbe7f;
}

.bg-dark {
	background-image: url("../graphics/layout/bg_yellow_dark.gif");
}

/******************************************************************************
 * Headers
 ******************************************************************************/
.pg-header-wrap {
	text-decoration: underline;
	font-weight: normal;
}

.pg-header {
	font-style: italic;
	font-family: arial, sans-serif;
}

.pg-ampersand {
	color: #993366;
	font-weight: normal;
}