
/* General Styles */


body {
	text-align: center;
	font-family: Verdana;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	color: #333;
	height: 100%;
	background-color: #D3D4D6;
}

form {
	margin: 0;
	padding: 0;
}

table, td {
	font-size: 1em;
}

table.data {
	font-family: Arial;
	border-bottom: 1px solid #666;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1.5em;
	font-size: 1em;
}

table.data thead tr td {
	padding: 4px 0;
}

table.data tbody tr td {
	padding: 2px 0;
}

table.data thead tr td {
	background-color: #eee;
	border-bottom: 1px solid #666;
}

table.data tbody tr.separatebefore td {
	border-top: 1px dotted #666;
}

table.borders {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
}

table.borders td {
	border-width: 1px;
	padding: 2px;
	border-style: groove;
	border-color: #ccc;
}

table.borders thead td {
	font-weight : bold;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
}

h1 {
	font-size: 1.45em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 1.3em 0 0.2em 0;
}

h2.underlined {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	width: 100%;
	margin: 1em 0 .4em 0;
	padding: 0 0 .4em 0;
	border-bottom: 1px solid #B2B2B2;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 1.3em 0 0.2em 0;
}

div.readmore {
	padding: .6em 0 1em 0;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: #339;
}

a:visited {
	color: #8585C2;
}

a:hover {
	color: #333;
}

a img {
	border: 0px;
}


p {
	line-height: 1.25em;
	margin: 0 0 1.25em 0;
}

hr {
	border: 0;
	background-color: #A8A9AD;
	color: #A8A9AD;
	padding: 0;
	height: 1px;
	margin: .8em 0 .8em 0;
}

h2 hr {
	height: 0.1em;
	margin: .2em 0 .3em 0;
}

div.ingress, p.ingress-main {
	font-weight: bold;
	line-height: 1.25em;
	margin: 0 0 1.2em 0;
    font-size: 120%;
}

p.ingress-main {
	clear: both;
}

table.image-right, table.image-left {
	font-size: .93em;
}

p.space20px {
	margin: 0;
	padding: 0;
}

p.space20px, td.space10px {
	margin: 0;
	padding: 0;
	display: none;
}

span.date, span.date-ingress, span.latest_date {
	font-size: 0.9em;
	font-weight: normal;
	white-space: nowrap;
}

table.illustrationRight {
	float: right;
	margin: 0 0 10px 0;
}

table.illustrationRight td {
	margin-top: 10px;
	padding: 2px 0 0 10px;
}

table.illustrationLeft {
	float: left;
	margin: 0 0 10px 0;
}

table.illustrationLeft td {
	padding: 0 10px 0 0;
}

table.illustrationFull {
	margin: 0;
	padding: 0;
}

table.illustrationRight img,
table.illustrationRight p{
	padding: 0;
}

table.illustrationLeft img,
table.illustrationLeft p{
	padding: 0;
}

table.illustrationRight, table.illustrationLeft {
	padding: 0;
    width: 1px;
}

table.illustrationRight p, table.illustrationLeft p {
	color: #333;
	line-height: 1.25em;
	margin: 0;
}

table.illustrationRight, table.illustrationLeft, table.illustrationFull {
	border-collapse: collapse;
	font-size: 0.9em;
	line-height: 1.25em;
}

div.img_art_small_right {
	width: 220px;
	float: right;
	margin: 0 0 10px 10px;
}

div.img_art_small_left {
	width: 220px;
	float: left;
	margin: 0 10px 10px 0;
}

div.img_art_large {
	width: 100%;
	margin: 10px 0;
}

.caption {
	font-size: .9em;
	color: #333;
	line-height: 1.25em;
	margin-top: 5px;
}

ul {
	margin: 0 0 1.2em 0;
	padding-left: 25px;
}

ul ul {
	margin: 0 0 0 0;
	padding-left: 25px;
}

ul li {
	list-style: url(../images/bullet_disc.png) none;
}

ul li ul li {
	list-style: url(../images/bullet_hyphen.png) none;
}

div#maincol ul {
	display: inline-block;
}

ul.nobullet {
	list-style-type: none;
	margin: .2em 0 1.2em 0;
	padding-left: 20px;
}

ul.nobullet li {
	list-style: url(../images/spacer.gif) none;
}

div#maincol span.attsize {
	white-space: nowrap;
	font-size: 0.86em;
	font-weight: normal;
}

a.tip {
	background: url(../images/ico_tip.png) no-repeat 0% 0%;
	padding-left: 15px;
}

a.printer {
	background: url(../images/ico_print.png) no-repeat 0% 0%;
	padding-left: 15px;
}

a.contact {
	background: url(../images/ico_contact.png) no-repeat 0% 70%;
	padding-left: 15px;
}

a.newwin {
	background: url(../images/ico_newwin.png) no-repeat 0% 70%;
	padding-left: 15px;
}

input.fullwidth {
	width: 455px;
	padding: 2px 0 2px 2px;
	font: .93em Verdana;
	color: #666;
	border: 1px solid #a5acb2;
}

/* Related Links Column Styles */


div#relcol h2 {
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
	width: 100%;
	margin: 18px 0 0px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #B2B2B2;
}

div#relcol a:visited {
	color: #8585C2;
}

div#relcol a:hover {
	color: #333;
}

div#relcol p {
	margin: .3em 0 .8em 0;
}

div#relcol ul li {
	line-height: 1.4em;
}

div#relcol ul.links, div#relcol ul.attachments, div#relcol ul.contacts {
	margin: 0;
	padding: 0;
}

div#relcol ul.links li, div#relcol ul.attachments li, div#relcol ul.contacts li {
	list-style-image: url(../images/spacer.gif);
	padding: 3px 0;
	margin: 0;
	line-height: 1.4em;
}

div#relcol ul.links li.latest {
	border-bottom: 1px dotted #B2B2B2;
	padding-bottom: 5px;
}

div#relcol span.latest_date {
	white-space: nowrap;
	font-size: 0.93em;
}

div#relcol ul.contacts, div#relcol ul.attachments, div#maincol ul.attachments {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

div#relcol ul.contacts li {
	/* background: url(../images/ico_contact.png) 0 0.45em no-repeat; */
	margin: 0;
	padding-left: 14px;
}

div#relcol ul.attachments li, div#maincol ul.attachments li {
	list-style-image: url(../images/spacer.gif);
	background-position: 0 .6em;
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 14px;
}

div#maincol ul.attachments li {
	background-position: 0 .3em;
}

div#relcol ul li.header {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 10px 0 0 0;
}

div#relcol ul.attachments li.header, div#maincol ul.attachments li.header {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 10px 0 0 -14px;
}

span.attsize {
	white-space: nowrap;
	font-size: 0.9em;
	font-weight: normal;
}

div#relcol div.formtable {
	width: 219px;
	background-color: #F7F7F7;
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	margin: 18px 0 0 0;
}

div#relcol div.formtable table {
	margin: 10px 0 10px 0;
	border-bottom: none;
}

div#relcol div.formtable tr td {
	padding: 2px 10px 2px 10px;
	border-bottom: 0;
	color: #333;
}

div#relcol div.formtable fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

div#relcol img {
    max-width: 220px;
}

div#relcol img.header {
    max-width: 220px;
	margin: 17px 0 0 0;
}

div.clear {
	clear: both;
	line-height: 0;
	overflow: hidden;
}

iframe {
	border: 0;
}

