﻿/* $Id$ */

/* Inheritance of style attributes from body or body-level DIV,
   despite HTML specs to the contrary.

	Always inherited:
		color
		font-family

	Inheritance interrupted by table:
		font-size
		font-weight
		line-height
*/

html, body, table {
	font-family: "Segoe UI", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #eee;
	font-size: 80%;
}

table {
	margin-top: 1em;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #480068;
}

h1 {
	font-size: 2em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.2em;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.1em;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

h5 {
	font-size: 1em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h6 {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

code, pre {
	font-size: 9pt;
}

pre {
	background: #eee;
	padding: 0.5em;
}

small, .small {
	font-size: 0.9em;
}

img.leftalign {
	float: left;
	margin: 0 1em 0 0;
}

img.rightalign {
	float: right;
	margin: 0 0 0 1em;
}

th {
	background: #e0e0e0;
	border-bottom: 1px dotted #8000A0;
	padding: 4px 8px 4px 8px;
}

td {
	border-bottom: 1px dotted #8000A0;
	padding: 4px 8px 4px 8px;
}

p {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

ol, ul, dl {
	margin-top: 0.5em;
}

li {
	margin-bottom: 0.5em;
}

dt {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-weight: bolder;
}

dd {
	margin-bottom: 0.5em;
}

blockquote {
	font-style: italic;
}

a {
	color: #00f;
	text-decoration: none;
}

a:hover, a:active {
	color: #f60;
	text-decoration: underline;
}

.callbox {
	border: 1px solid #333;
	background: #ffffee;
	padding: 0.5em;
	font-size: 0.9em;
}

.notebox {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #666;
	padding: 0.5em;
	font-size: 0.9em;
}

.divider {
	text-align: center;
	color: #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

@media screen {

.screen_only {}
.print_only { display: none; }

}	/* end screen */

@media print {

.screen_only { display: none; }
.print_only {}

}	/* end print */

#header {
	clear: both;
	margin: 1em auto 0 auto;
	padding: 0;
	width: 900px;
}

.masthead {
	float: left;
	width: 100%;
	background: #7D2794 url(img/headerbk.png) repeat-y;
}

.masthead .logo {
	float: left;
	padding: 0.5em 1em 0.5em 1.5em;
	margin: 0;
}

.masthead .antilogo {
	float: right;
	padding: 0.5em 1.5em 0.5em 1em;
	margin: 0;
}

.masthead p {
	float: left;
	padding: 9px 0.5em 0em 1.0em;
	margin: 0;
	color: #fff;
	font-size: 0.9em;
}

@media screen {

.navlist {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #8000A0;
}

.navlist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navlist li {
	background: #8000A0;
	color: #fff;
	float: left;
	display: block;
	margin: 0 0.1em 0 0;
	padding: 0.5em 1em 0.5em 1em;
	font-size: 0.9em;
	white-space: nowrap;
}

.navlist a {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

.navlist a:hover, .navlist a:active {
	text-decoration: underline;
	color: #fc0;

}

}	/* end screen */

@media print {

.navlist {
	display: none;
}

.masthead p {
	color: #000;
}

}	/* end print */

@media screen {

#outermain {
	clear: both;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 900px;
}

#innermain {
	background: #fff;
}

#content {
	float: left;
	width: 650px;
	margin: 0;
	padding: 0 20px 0 20px;
	border-right: 1px dotted #8000A0;
}

#sidebar {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 0.9em;
}

#sidebar #padder {
	padding: 0 1em 0 8px;
}

#sidebar p, #sidebar ul, #sidebar ol {
	margin: 0.5em 0 0 0;
	padding: 0;
}

/* #sidebar ul {*/
/*	list-style-image: url(img/bulletsq5.gif); /* images are centered in Firefox, but top-aligned in IE and Opera */
/*	list-style: square; /* square bullets vary in size with Firefox... */
/* }*/

#sidebar li {
	margin-left: 1.5em;
	margin-bottom: 0.3em;
}

}	/* end screen */

@media print {

#outermain {
	clear: both;
	width: 100%;
}

#innermain {
	margin: 0 3em 0 3em;
}

#content {
	padding: 0;
	margin: 0;
}

#sidebar {
	display: none;
}

}	/* end print */

#footer {
	clear: both;
/*	border-top: 1px solid #ccc; */
	margin: 0 auto 0 auto;
	font-size: 0.9em;
	color: #000;
	width: 900px;
}

#footer p {
	margin: 0 10px 0 10px;
	padding-top: 0;
}

#footer a {
	color: #339;
}
