html, address, blockquote, body, dd, div, dl, dt, fieldset, form, frame, frameset, h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, center, dir, hr, menu, pre {
	display: block;
	border: 0px solid;
}
html {
	height: 100%
	}
img {
	border-width:0
}
li {
	display: list-item
}
head {
	display: none
}
table {
	display: table
}
tr {
	display: table-row
}
thead {
	display: table-header-group
}
tbody {
	display: table-row-group
}
tfoot {
	display: table-footer-group
}
col {
	display: table-column
}
colgroup {
	display: table-column-group
}
td, th {
	display: table-cell;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color:#EEEEEE
}
caption {
	display: table-caption
}
th {
	font-weight: bolder;
	text-align: center
}
caption {
	text-align: center
}
body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image:url(images/background.png);
	background-repeat:repeat-y;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-stretch:extra-expanded;
	height: 100%;
}
h1 {
	font-size: 1.5em;
	margin: .67em 0 0 0;
	border-bottom: 1px solid #ccc;
}
h2 {
	font-size: 1.2em;
	margin: .75em 0
}
h3 {
	font-size: 1.05em
}
h4, p, blockquote, ul, fieldset, form, ol, dl, dir, menu {
	margin: 1.12em 0
}
h5 {
	font-size: .83em;
	margin: 1.5em 0
}
h6 {
	font-size: .75em;
	margin: 1.67em 0
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bolder
}
blockquote {
	margin-left: 40px;
	margin-right: 40px
}
i, cite, em, var, address {
	font-style: italic
}
pre, tt, code, kbd, samp {
	font-family: monospace
}
pre {
	white-space: pre
}
button, textarea, input, select {
	display: inline-block
}
big {
	font-size: 1.17em
}
small, sub, sup {
	font-size: .83em
}
sub {
	vertical-align: sub
}
sup {
	vertical-align: super
}
table {
	border-spacing: 2px;
}
thead, tbody, tfoot {
	vertical-align: middle
}
td, th {
	vertical-align: top
}
s, strike, del {
	text-decoration: line-through
}
hr {
	border: 1px inset
}
ol, ul, dir, menu, dd {
	margin-left: 40px
}
ol {
	list-style-type: decimal
}
ol ul, ul ol, ul ul, ol ol {
	margin-top: 0;
	margin-bottom: 0
}
u, ins {
	text-decoration: underline
}

center {
	text-align: center
}
:link, :visited {
	text-decoration: underline
}

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override
}
BDO[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override
}
*[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: embed
}
*[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: embed
}
 @media print {
h1 {
	page-break-before: always
}
h1, h2, h3,  h4, h5, h6 {
	page-break-after: avoid
}
ul, ol, dl {
	page-break-before: avoid
}
}
a:link {
	text-decoration:none;
	color:#CCCCCC
}
a:visited {
	text-decoration:none;
	color:#EEEEEE
}
a:active {
	text-decoration:none;
	color:#939292
}
a:hover {
	text-decoration:underline;
	color:#FFFFFF
}

#content a:link, #content a:visited {
	text-decoration:none;
	color:#00F
}

#content a:hover {
	text-decoration:underline;
	color:#000
}

.endorsement {
	font-style:italic
}
.menu_toplevel {
	color:#666666;
	background-color: #FFFFFF;
	position: relative;
	left: -10px;
	top: -20px;
}
.menu_active {
	color:#FF0000;
	background-color: #FFFFFF;
}
#header {
	position: absolute;
	width: 100%;
	height: 60px;
	top: 0px;
	right: 0;
	bottom: auto;
	left: 0;
	border:0;
	background-color:#CC0033;
	padding: 20px 20px 20px 150px;
	font-size: 24px;
	font-variant:small-caps;
	font-weight:500;
	color: #FFFFFF;
}
#menu {
	position: absolute;
	width: 700px;
	height: 25px;
	top: 600px;
	right: 0;
	bottom: auto;
	left: 0;
	background-image: url(images/buttons/menubg3.gif);
	background-repeat: repeat-x
}
#navbar {
	position: absolute;
	left: 20px
}
#content {
	position:relative;
	width: 500px;
	height: 100%;
	left: 250px;
	top: 20px;
	padding: 20px 20px 20px 20px;
}
#content_right {
	position:relative;
	width: 500px;
	height: 100%;
	left: 750px;
	top: 50px;
	padding: 5px;
}

#sidebar_left {
	position: absolute;
	width: 160px;
	height: auto;
	left: 0px;
	top: 0px;
	color:#EEEEEE;
	padding: 20px 20px 20px 20px;
}
#footer {
	position: absolute;
	width: auto;
	height: auto;
	top: auto;
	right: 10px;
	bottom: 10px;
	left: auto;
}
#sidebar_left ul {
	margin:0 0 0em;
	padding:0 0 0em;
	border-bottom:1px dotted #ccc;
	list-style:none;
}
#sidebar_left li {
	margin:0;
	padding:0 0 0 0;
	text-indent: 15px;
	line-height:1.5em;
}
#content li {
	margin:0;
	padding:0 0 0 0;
	text-indent: 0px;
	line-height:1.2em;
}

