/** CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;

	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html, body { width: 100%; height: 100%; }

table tr td { text-align: right; vertical-align: top; }

/** CSS interface */
body { background: #fff7e0; font-family: Verdana; font-size: 12px; color: #515151; }

h1 { font-size: 17px; margin-bottom: 20px; font-weight: bold; }
h1 a { color: #515151; text-decoration: none; }

p { margin-bottom: 8px; }

#container_background { background: url(../images/header_repeat.png) repeat-x; background-position: top left; }
#container { background: url(../images/bg_top.png) no-repeat; background-position: top center; width: 1000px; }

#top_date { text-align: right; margin-bottom: 20px; padding-right: 190px; }

#top_menu { height: 24px; text-align: left; padding-left: 400px; }
#top_menu  a { width: 100px; display: block; float: left; text-align: center; margin-left: 20px; color: #ffffff; text-decoration: none; font-weight: bold; }

#content {  }
#content h1 a { font-style: normal; }

#left_menu { height: 602px; width: 174px; display: block; float: left; text-align: left; }
#left_menu ul { list-style-image: url(../images/bullet.png); }
#left_menu ul li { margin-bottom: 19px; margin-left: 20px; }
#left_menu ul li a { font-size: 12px; color: #ffffff; text-decoration: none; font-weight: bold; }

#text { background: url(../images/content.png) no-repeat; background-position: top left; width: 826px; display: block; float: left; text-align: left; min-height: 258px; }
#text div { padding-right: 20px; }
#text a { font-style: italic; }

#footer_background { background: url(../images/footer_repeat.png) repeat-x; height: 163px; }
#footer { background: url(../images/footer.png) no-repeat; height: 163px; }


#copyright { width: 170px; display: block; float: left; padding-left: 175px; text-align: left; font-size: 10px; font-family: Tahoma; color: #515151; line-height: 12px; }
#copyright a { color: #515151; text-decoration: none; }

#about_bottom { font-size: 10px; font-family: Tahoma; color: #515151; width: 340px; text-align: left; display: block; float: left; line-height: 12px; }

a.page_number { display: block; float: left; background-color: silver; border: 1px solid #999999; color: white; font-style: normal; font-size: 12px; text-decoration: none; padding: 5px; margin-right: 3px;  }
a.page_number:hover { background-color: #7F7F7F; }

a.page_current { display: block; float: left; background-color: #7F7F7F; border: 1px solid #999999; color: white; font-style: normal; font-size: 12px; text-decoration: none; padding: 5px; margin-right: 3px;  }
