/*	containers */
body {
	background: #ddd url(../images/logo-bg.png) repeat-x top left;
	margin: 0;
	padding: 0;
	}
div,
form {
	margin: 0;
	padding: 0;
	}
div.box {
	background-color: #fffff8;
	border: 1px outset #fff;
	-moz-border-radius: 5px 5px 10px 10px;
	-webkit-border-radius: 5px 5px 10px 10px;
	-moz-box-shadow: 0px 0px 6px 3px #554;
	-webkit-box-shadow: 0px 0px 6px 3px #554;
	margin: 10px;
	padding: 0 50px 50px 50px;
	}

/*	headings */
h1, h2, h3, h4 {
	color: #321;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-shadow: #321 1px 1px 4px;
	}
h1 {
	color: #def;
	font-size: 210%;
	font-weight: bold;
	letter-spacing: 3pt;
	padding-top: 30px;
	padding-bottom: 5px;
	text-shadow: #120 2px 2px 6px;
	}
h2 {
	background: #fdfdfd url(../images/bg_menu.gif) repeat-x top left;
	font-size: 130%;
	font-variant: small-caps;
	letter-spacing: 2pt;
	padding: 0.5em;
	}
h3 {
	background: #fff url(../images/bg_menu.gif) repeat-x top left;
	font-size: 110%;
	font-variant: small-caps;
	letter-spacing: 1.5pt;
	margin-top: 1em;
	padding: 0.3em;
	}
h4 {
	font-size: 100%;
	font-variant: small-caps;
	letter-spacing: 1pt;
	margin-top: 0.5em;
	}

/*	typography */
* {
	color: #554;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
	}
p, ol, ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
p, li, td {
	line-height: 12pt;
	}
pre {
	font-family: 'Bitstream Vera Sans Mono', 'Monotype.com', 'Courier New', monospace;
	}
.quote {
	background-color: transparent;
	color: #531;
	font-style: italic;
	padding-left: 5em;
	padding-right: 5em;
	text-align: left;
	}
.right {
	text-align: right;
	margin-top: 0em;
	margin-bottom: 1em;
	}
.indent {
	margin-left: 20px;
	padding-left: 3em;
	}
.body_footer {
	margin-top: 5em;
	}
.smallprint {
	color: #886;
	font-size: 8pt;
	font-weight: normal;
	margin-top: 0;
	}
.highlight {
	letter-spacing: 2pt;
	margin-left: 10%;
	margin-right: 5%;
	}
.byline {
	color: #554;
	letter-spacing: 2pt;
	}

b, strong, em, .bold {
	color: #554;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 2pt;
	margin-right: 2px;
	}
sub, sup {
	font-size: 7pt;
	}
.first:first-letter,
.first:first-line,
.smallcaps {
	color: #451;
	background-color: transparent;
	}
.first:first-letter {
	font-size: 240%;
	float: left;
	padding-top: 0.1em;
	padding-right: 0.1em;
	}
.first:first-line {
	letter-spacing: 3pt;
	}
p.footnote {
	margin-left: 20px;
	}
p.footnote:first-line,
a.sdendnotesym {
	margin-left: -20px;
	}
br, hr {
	margin: 0;
	padding: 0;
	}
hr {
	color: #ddc;
}

/*	links */
a {
	background-color: transparent;
	color: #359;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	letter-spacing: 2pt;
	margin-left: .1em;
	margin-right: .3em;
	text-decoration: none;
	}
a:hover {
	background-color: transparent;
	color: #252;
	text-decoration: underline;
	}

/* 	images */
img {
	border: none;
	margin: 0;
	padding: 0;
	}

/*	tables */
table {
	margin: 0;
	padding: 0;
	}
th {
	background-color: #ffe;
	font-weight: normal;
	letter-spacing: 2pt;
	padding: .2em;
	}
td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	}
/*	header logo */
table.logo {
	background-color: #141;
	}
p.logo {
	border: none;
	margin: 0;
	padding: 0;
	text-align: right;
	}
#logo_title {
	border: none;
	color: White;
	font-size: 24pt;
	font-weight: bold;
	letter-spacing: 24pt;
	margin-right: 40px;
	margin-top: 20px;
	}
#logo_subtitle {
	border: none;
	color: White;
	font-size: 10pt;
	font-weight: normal;
	margin-right: 70px;
	}
#logo_motto {
	border: none;
	color: #f93;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2pt;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 70px;
	}

/*	menus */
table.menu {
	color: Black;
	margin: 0;
	padding: 0;
	}
td.menu,
td.menu_selected {
	border: 1px outset #000;
	border-bottom: none;
	-moz-border-radius: 25px 10px 0px 0px;
	-webkit-border-radius: 25px 10px 0px 0px;
	margin: 0;
	padding: 3px 5px 3px 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 10pt;
	}
td.menu {
	background: url(../images/bg-transparent.png) repeat-x top left;
	}
td.menu_selected {
	background-color: #f90;
	}
a.menu,
a.menu_selected {
	background-color: transparent;
	color: #eef;
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	letter-spacing: 1.5pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
a.menu:hover {
	text-decoration: underline;
	}
a.menu_selected {
	color: #333;
	}

/*	submenus */
div.submenu {
	float: right;
	text-align: right;
	}
table.menu,
table.submenu,
div.submenu {
	background-color: transparent;
	}
th.submenu {
	background-color: transparent;
	color: #550;
	padding: 0;
	text-align:left;
	}
td.submenu {
	color: #550;
	font-size: 8pt;
	line-height: 0.2;
	padding-right: 1em;
	text-align:left;
	}

/*	tabular lists */
table.list {
	background-color: #e8e8e0;
	color: Black;
	}
table.list th {
	background-color: #eee;
	font-weight: normal;
	padding: .2em;
	}
table.list td {
	background-color: #fff;
	color: #554;
	padding: .2em;
	}

/*	hierarchical lists */
ul {
	list-style-position: outside;
	list-style-image: url(../images/pointer_right.gif);
	}
li {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	}
ul.nested {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: circle;
	}
li.nested {
	margin-left: 1em;
	}

/*	nested hierarchical lists */
li ul {
	list-style-image: none;
	list-style-type: square;
	}
li ul li ul {
	list-style-type: circle;
	}
li ul li ul li ul {
	list-style-type: disc;
	}
ol {
	list-style-type: decimal;
	}
ol li ol {
	list-style-type: lower-alpha;
	}
ol li ol li ol {
	list-style-type: lower-roman;
	}
