	/*
	 * General
	 *------------------------*/
	body {
		margin: 10px 0px 0px 0px;
		font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "Osaka–“™•";
		font-size: 0.81em;
		color: #333333;
		line-height: 1.5em;
	}

	#header-wrapper {
		padding: 0px;
		margin: 0 auto;		/* Align content in center of page */
		width: 900px;
		height: 125px;
		background: url("../img/sprite_main.png") 0px 0px;
	}

	/*
	 * Nav-bar bg and ul
	 *------------------------*/
	#nav-bar-bg {
		width: 100%;
		height: 50px;
		background: url("../img/sprite_main.png") 0px -130px;
	}

	#navlist{
		margin: 0px auto;
		padding: 0px;
		width: 900px;
		height: 35px;
		list-style:none;
	}

	#navlist li, #navlist a {
		margin: 0px 3px;	/* Control spaces between links */
		padding: 9px 0px;
		float: left;
		min-width:100px;
		text-align: center;
		font-size: 1.15em;
		font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
	}

	/*
	 * Nav-bar buttons
	 *------------------------*/
	#navlist a:hover{background: url('../img/sprite_main.png') no-repeat 0px -265px;}

	/*
	 * Main content
	 *------------------------*/
	#content-wrapper {
		margin: 10px auto;
		width: 900px;
	}

	#content-banner {
		width: 900px;
		height: 150px;
	}

	#content-body {
		width: 900px;
		min-height: 500px;
		background: url("../img/content-frame-sides.jpg") repeat-y top;		
	}

	#content-inner {
		margin: 0px auto;
		padding: 10px 30px 20px 40px;
		border: 0px #000 solid;
		text-align:justify;
	}

	#content-footer {
		width: 900px;
		height: 16px;
		background: url("../img/content-frame-bottom.jpg") no-repeat top;	
	}

	/*
	 * Footer
	 *------------------------*/
	#footer-bg {
		width: 100%;
		height: 50px;
		background: url("../img/sprite_main.png") 0px -130px;
	}

	#footer-wrapper {
		margin: 0px auto;
		padding: 9px;
		width: 900px;
		height: 50px;
		text-align: center;
		font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "Osaka–“™•";
		font-weight: bold;
		color: #fff;
	}

	/*
	 * Font styles
	 *------------------------*/
	h2.title {
		text-shadow: rgba(64, 64, 64, 0.3) -2px -2px 2px;
		font-weight: normal;
		font-size: 1.8em;
		margin: 30px 0px 10px 0px;
		padding-bottom: 0px;
		height: 30px;
		background: url("../img/sprite_main.png") 0px -215px no-repeat;
		color: #003663;

	}

	h3.title {
		margin: 0px;
		padding: 0px 0px 0px 18px;
		font-size: 1.1em;
		background: url("../img/sprite_main.png") 0px -197px no-repeat;
	}

	p {
		text-indent: 1em;
	}

	span.item {
		margin-left: 15px;
	}
	
	a {
		color: #003663;
		text-decoration: underline;
	}

	a:hover {
		text-decoration: none;
	}

	a.pdf {
		padding-left: 12px;
		background: url('../img/sprite_main.png') no-repeat -889px -304px;
	}

	#footer-wrapper > a{
		padding: 10px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}

	#footer-wrapper a:hover {
		text-decoration: underline;
	}

	span.bold {
		font-weight: bold;
		color: #003663;
	}

	/*
	 * Image and description
	 *------------------------*/
	.img-wrapper {
		border: 0px solid #000;
		margin: 0px auto;
		padding: 10px 0px;
		text-align: center;
	}

	.img-description {
		border: 0px solid #000;
		margin: 0px auto;
		padding-bottom: 5px;
		text-align: center;
		font-size: 1.0em;
	}

	/*
	 * Other divs
	 *------------------------*/
	#language-toggle {
		margin-bottom: 20px;
	}

	.back-to-top {
		float: right;
		padding-left: 18px;
		background: url('../img/sprite_main.png') no-repeat -889px -317px;
	}

	/*
	 * Lists
	 *------------------------*/
	ul.no-bullet {
		margin: 2px 0px 2px 0px;
		padding-left: 18px;
		list-style-type: none;
	}

	ul.no-bullet li {
		padding-bottom: 2px;
	}

	ul.bullet {
		margin: 0px 0px 20px 0px;
		padding-left: 18px;
		list-style-type: none;
	}

	ul.bullet li {
		background: url("../img/sprite_main.png") no-repeat -889px -193px;
		padding: 3px 0px 2px 18px;
	}

	ul.underlined {
		text-align: left;
		margin: 10px 0px;
		padding-left: 0px;
		list-style-type: none;
	}

	ul.underlined li{
		padding: 7px 0px;
		border-bottom: 1px #2b74a7 dotted;
	}

	ul.underlined li:hover{
		background: #e6f2ff;
	}

	/*
	 * Miscellaneous
	 *------------------------*/
	img {
		border: 0px;
	}

	.clear {
		clear: both;
		height: 0px;
	}
