	@charset "UTF-8";
	/* CSS Document */
	
	#sideBar {
		margin: 20px 0px 0px;
		padding: 0px;
		width: 280px;
		float: right;
	}
	#sideBar ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#sideBar ul a:link {
		display: block;
		padding: 10px;
	}
	#externalButtons {
		margin-top: 30px;
	}

	#page {
		padding: 30px;
		width: 550px;
		float: left;
	}
	#page p, #page li {
		font-size: 1em;
		line-height: 1.5em;
		padding-left: 10px;
	}
	#page h1, #page h3, #page h5 {
		padding: 5px;
		margin: 0px;
		border-bottom: 1px solid #2150A3;
		color: #2150A3;
	}
	#page h2, #page h4, #page h6 {
		color: #ffffff;
		background: #2150A3;
		padding: 5px;
		margin: 0px;
	}
	#page h1, #page h2 {
		font-size: 1.2em;
	}
	#page h3, #page h4 {
		font-size: 1.1em;
	}
	#page h5, #page h6 {
		font-size: 1.0em;
	}
	.nonbreak {
		white-space: nowrap;
	}
	#items {
		padding: 30px;
	}
	#externalButtons a:link, #externalButtons a:active, #externalButtons a:visited,
	.appInstallButton a:link, .appInstallButton a:active, .appInstallButton a:visited {
		background: #ACACAC url(externalButtonRest.jpg) repeat-x left top;
		color: #333333;
		text-decoration: none;
		padding: 10px;
		font-size: 10px;
		border: 1px solid #666666;
		text-shadow: 1px 1px 2px #FFFFFF;
		-moz-box-shadow: 0px 0px 2px #777777;
		-webkit-box-shadow: 0px 0px 2px #777777;
		box-shadow: 0px 0px 2px #777777;
		display: block;
		margin-bottom: 10px;
		width: 140px;
		text-align: center;
	}
	#externalButtons a:hover
	.appInstallButton a:hover {
		background: #8C8C8C url(externalButtonHover.jpg) repeat-x left top;
		color: #000000;
		text-shadow: 1px 1px 2px #F8F8F8;
	}
	
