body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	background: #FFF;
	color: #444;
	text-align: center;
}

a {
	outline: 0;
}

img {
	border: 0;
}

#header, #header-wide, #menu, #body, #footer {
	text-align: left;
	width: 880px;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
}

/** ============================================================================

   HEADER

============================================================================= */

#header {
	padding: 0 20px 0 0;
	text-align: right;
	overflow: hidden;
}

#header #logo {
	float: left;
}

/** ============================================================================

   WIDE HEADER

============================================================================= */

#header-wide {
	padding: 0 0 0 0;
	text-align: left;
	overflow: hidden;
}

#header-wide #logo {
	float: right;
}

/** ============================================================================

   LEFT MENU

============================================================================= */

#menu-left {
	margin: 10px 0;
	width: 198px;
	float: left;
}

#menu-left ul{
	margin: 0;
	overflow: hidden;
	padding: 1px;
	border: 1px solid #000;
	line-height: 1.8em;
	background: #D5B902 url('/images/menu-background.png') bottom left repeat-x;
}

#menu-left ul ul{
	padding: 0;
	border: 0;
	background: none;
}

#menu-left li {
	margin: 0;
}


#menu-left li a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 0 10px;
}

#menu-left li a.active {
	background: #e1d799;
}

#menu-left li li a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 0 10px 0 20px;
}

#menu-left li a:hover {
	background: #e1d799;
	color: #000;
}

#menu-left li.active a {
	background: #e1d799;
	color: #000;
}

#menu-left dl{
	border: 1px solid #000;
	background: #e1d799 url('/images/menu-background-light.png') bottom left repeat-x;
	margin: 1em 0;
	overflow: hidden;
	padding: 0 1px 10px 1px;
}

#menu-left dl dt{
	font-weight: bold;
	font-size: 11px;	
	margin: 10px 5px 5px 5px;
}

#menu-left dl dd{
	font-size: 10px;
	padding: 0 5px 0 10px;
	margin: 0;
}

#menu-left dl a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#menu-left dl a:hover {
	text-decoration: underline;
}

#menu-left a.external-link {
	padding-left: 16px;
	background: transparent url('/images/link-bullet.png') left center no-repeat;
}

#menu-left th {
	text-align: left;
}

#menu-left td {
	text-align: center;
}

/** ============================================================================

   FOOTER

============================================================================= */

#footer {
	width: 896px;
	height: 26px;
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 26px;
	color: #000;
	background: #D5B902 url('/images/footer-background.png') bottom left repeat-x;
	border: 1px solid black;
	text-align: left;
	margin: 0 auto 5px auto;
}

#footer ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#footer li {
	margin: 0;
	padding: 0 20px;	
	display: inline;
	float: left;
}

#footer li.right {
	float: right;
}

#footer li a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
}

#footer li a:hover {
	text-decoration: underline;
}


/* =============================================================================

	BODY

============================================================================= */

#body {
	overflow: hidden;
}


/* =============================================================================

	CONTENTS

============================================================================= */

#contents {
	margin: 10px 20px 20px 220px;
}

#contents h1 {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #A63423;
	font-size: 20px;
	line-height: 1.5em;	
}

#contents h2 {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #A63423;
	font-size: 18px;
	line-height: 1.5em;	
}

#contents h3 {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #A63423;
	font-size: 16px;
	line-height: 1.5em;	
}

#contents h4 {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #A63423;
	font-size: 14px;
	line-height: 1.5em;	
}

#contents h5 {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #A63423;
	font-size: 13px;
	line-height: 1.5em;	
}

#contents h6 {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #A63423;
	font-size: 11px;
	line-height: 1.5em;	
}

#contents p {
	line-height: 1.5em;
	text-align: justify;
}

#contents ul, #contents ol, #contents dl {
	line-height: 1.5em;
}

#contents dt {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #A0C01C;
	font-size: 14px;
	line-height: 1.5em;	
	font-weight: bold;
}

#contents dd {
	margin: 1em 0;
}

#contents ul.links {
	list-style-image: url('/images/link-bullet.png');
}

#contents a {
	color: #A0C01C;
	text-decoration: none;
}

#contents a:hover {
	color: #DFD40F;
	text-decoration: underline;
}

#contents h3 a,
#contents h4 a,
#contents dt a {
	color: #A63423;
	text-decoration: none;
}

/* =============================================================================

	PAGE TITLES

============================================================================= */

#page-titles {
	border-bottom: 1px solid #A63423;
	margin-bottom: 1em;
}

#page-titles h2 {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.centered {
	text-align: center;
}