body {
	background: #9b9a9a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}div#main {
	width: 729px;
	display: block;
	position: absolute;
	left: 50%;
	float: left;
	margin-left: -364px;
	background: url(main.gif) repeat-y;
	padding-bottom: 70px;
}

div#header {
	width: 729px;
	height: 175px;
	display: block;
	float: left;
	background: url(top.gif) no-repeat;
}

div#header h1#logo {
	width: 729px;
	height: 84px;
	display: block;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(bottom.gif) no-repeat;
	margin: 0;
}

div#header h1 span {
	display: none;
}

div#secondarySection {
	display: inline;
	float: left;
	padding-left: 32px;
	background: url(sideBar.gif) repeat-y left 9px;
	overflow: hidden;
}

div#secondarySection div {
	width: 139px;
	display: block;
	float: left;
	clear: left;
	overflow: hidden;
}

div#secondarySection div#search {
	display: none;
}


div#secondarySection div#menu {
}

div#secondarySection div#menu ul {
	list-style: none;
	display: inline;
	float: left;
	margin-left: 65px;
	width: 59px;
	padding-left: 0;
	overflow: hidden;
}

div#secondarySection div#menu ul ul {
	display: none;
}

div#secondarySection div#menu ul li {
	margin-left: 0;
	padding-left: 0;
	display: block;
	float: left;
}

div#secondarySection div#menu ul li a {
	font-size: 10px;
	color: white;
	text-decoration: none;
	line-height: 30px;
	display: block;
	width: 59px;
	padding-left: 0;
	margin-left: 0;
	float: inherit;
	clear: right;
}

div#secondarySection div#menu ul li a.selected {
	color: yellow;
	font-weight: bold;
}

div#secondarySection div#menu ul li a:hover {
	text-decoration: underline;
}

div#secondarySection div#languageSwitcher {
	background: url(language-bottom.gif) no-repeat right bottom;
	display: inline;
	float: left;
	overflow: hidden;
	padding-bottom: 205px;
}

div#secondarySection div#languageSwitcher ul {
	background: url(language-top.gif) no-repeat;
	margin-left: 54px;
	width: 70px;
	list-style: none;
	padding-left: 0;
	display: inline;
	padding-top: 0;
	margin-top: 0;
	overflow: hidden;
	float: left;
	margin-bottom: 0;
}

div#secondarySection div#languageSwitcher ul li {
	border-left: 1px solid yellow;
	float: left;
	display: block;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
}

div#secondarySection div#languageSwitcher ul li a {
	font-size: 10px;
	color: white;
	text-decoration: none;
	line-height: 30px;
	padding-top: 0;
	float: left;
	display: block;
	padding-left: 13px;
	padding-bottom: 0;
}

div#secondarySection div#languageSwitcher ul li a:hover {
	text-decoration: underline;
}	

div#secondarySection div#sideMark {
	display: block;
	float: left;
	width: 99px;
	background: #d3d3d3;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 30px;
	overflow: hidden;
}

div#secondarySection div#sideMark h2 {
	font-size: 16px;
	color: #4e4e4e;
	font-weight: normal;
	font-style: normal;
}

div#secondarySection div#sideMark h3 {
	font-size: 12px;
	color: #4e4e4e;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
}

div#secondarySection div#sideMark ul {
	padding-left: 13px;
	color: #4e4e4e;
	margin-top: 0;
	list-style-type: square;
}

div#secondarySection div#sideMark ul li {
	margin-bottom: 5px;
}

div#secondarySection div#sideMark ul li a {
	color: #4e4e4e;
}

div#secondarySection div#sideMark p,div#secondarySection div#sideMark ul,div#secondarySection div#sideMark ol {
	font-size: 9px;
	line-height: 12px;
}

div#mainSection {
	width: 460px;
	display: inline;
	float: left;
	margin-left: 23px;
	padding-bottom: 30px;
}

div#mainSection div#contentBlockA {
	background: center bottom url(360-view.gif) no-repeat;
	padding-bottom: 324px;
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 460px;
}

div#mainSection div#contentBlockA div#introduction .slogan {
	font-size:12px;	font-weight:bold;	margin-top:23px;
}

div#mainSection div#contentBlockA div#introduction .callout {
	margin-left:-0.2em;	padding-left:2em;	text-indent:-0.6em;
}

div#mainSection p,div#mainSection ul,div#mainSection ol,div#mainSection table,div#mainSection dd {
	font: 10px/13px Verdana, Arial, Helvetica, sans-serif;
	clear: left;
	padding-left: 0;
	margin-left: 0;
}

div#mainSection a {
	color: black;
}

div#mainSection a:hover {
	color: #CDCD00;
}

div#mainSection a:visited {
	color: #B2B2B2;
}

h2#tagline {
	width: 300px;
	height: 20px;
	display: none;
	float: left;
}

 div#mainSection blockquote {
	clear: left;
	float: left;
	display: block;
	font-style: italic;
	background: url(quote-top.gif) no-repeat center top;
	border-right: 4px solid #d3d3d3;
	border-left: 4px solid #d3d3d3;
	width: 452px;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}

div#mainSection blockquote span {
	width: 432px;
	display: block;
	float: left;
	text-align: right;
	background: url(quote-bottom.gif) no-repeat center bottom;
	font-size: 9px;
	font-style: italic;
	padding-right: 20px;
	padding-top: 3px;
}

div#mainSection h1 {
	font-size: 14px;
	letter-spacing: 1px;
	display: none;
}

div#mainSection h2 {
	font-size: 12px;
}

div#mainSection h3 {
	font-size: 10px;
	font-weight: bold;
	width: 109px;
	background: url(h3.gif) no-repeat yellow;
	float: left;
	display: block;
	clear: left;
	border: 1px solid #515151;
	padding: 1px 90px 1px 2px;
}

div#mainSection h4,div#mainSection dt {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 0;
	clear: left;
	margin-top: 10px;
}

#appendix p {
	text-align: center;
}

div#secondarySection div#search {
	display: none;
}

