@charset "ISO-8859-1";

/* global reset */
* { margin: 0; padding: 0; }

html, #page, #wrapper { height: 100%; }

#wrapper {
	background: #fff;
}

body#page, td {
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #333;
}

#content_bg {
	width: 100%;
	background: #fff;
}

#content {
	width: 960px;
	background: #fff;
	margin: auto auto;
}

#a1 {
	width: 960px;
	background: #fff;
	margin-bottom: 12px;
}

#a1nav {
	text-align: left;
	padding-top: 8px;
	padding-left: 36px;
}

#a2 {
	width: 960px;
	height: 384px;
}

#i2 {
	width: 525px;
	height: 384px;
	background: transparent;
}

#t2 {
	width: 435px;
	height: 384px;
}

#t2 div, .t2 div {
	text-align: left;
	padding: 1.5em 3ex 0.5em 3ex;
}

#a3 {
	width: 960px;
	background: #fff;
}

#a3nav {
	text-align: left;
	padding-top: 12px;
	padding-left: 36px;
}

#a3imgmenu {
	text-align: left;
	vertical-align: bottom;
}

.a3img, .a3imgsel {
	border: 2px solid #fff;
	margin-right: 8px;
}

#a3logo {
	padding-top: 32px;
	text-align: left;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 19px;
	line-height: 130%;
}

#a3logo1 {
	color: #333;
}

#a3logo2 {
	padding-left: 8ex;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0.75em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0.2em;
}

p, ul {
	padding-bottom: 0.5em;
}

p.last {
	padding-bottom: 0.25em;
}

small {
	font-size: 0.85em;
}

a.ext {
	background: url(images/xlink.gif) no-repeat left center;
	padding-left: 16px;
}

a.pdf {
}

a.mov {
}

a:link, a:visited {
	text-decoration: none;
	color: #333;
}

a:hover, a:active {
	text-decoration: none;
	color: #333;
}

ul.dotlist {
	list-style: disc outside;
	padding-left: 3ex;
}

ul.dotlist li {
	padding-bottom: 0;
}

ul.list {
	list-style: none outside;
}

ul.list li {
	padding-bottom: 0;
}

.nobreak {
	white-space: nowrap;
}


