@charset "UTF-8";
/* CSS Document */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -- END CSS RESET -- */

HTML { overflow: -moz-scrollbars-vertical; }
HTML { overflow-x: auto; }



BODY {
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

A {
	color: #000000;
	font-style: italic;
}

DIV#central {
	width: 922px;
	margin: 0 auto;
}

A#homebutton IMG {
	border: none;
	display: block;
}

UL#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 112px;
}

UL#menu LI {
	float: left;
}

UL#menu LI A {
	display: block;
	background-color: #ACACAC;
	padding-top: 22px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

UL#menu LI A:HOVER, UL#menu LI A.button-on {
	background-color: #fff100;
}

UL#menu LI A STRONG {
	display: block;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-top: 16px;
	text-align: center;
}
UL#menu LI#button1 {
	width: 71px;
}
UL#menu LI#button2 {
	width: 117px;
}
UL#menu LI#button3 {
	width: 112px;
}
UL#menu LI#button4 {
	width: 126px;
}
UL#menu LI#button5 {
	width: 118px;
}
UL#menu LI#button6 {
	width: 84px;
}
UL#menu LI#button7 {
	width: 110px;
}
UL#menu LI#button8 {
	width: 60px;
}
UL#menu LI#button9 {
	width: 124px;
}

.cb {
	clear: both;
}


DIV#pages {
	width: 665px;
	margin: 0 0 0 77px;
	font-size: 1.05em;
	line-height: 1.6em;
	padding: 0 0 100px 0;
}

DIV.lcolumn {
	float: left;
	width: 134px;
	text-align: right;
	display: block;
}
DIV.rcolumn {
	float: right;
	width: 515px;
	display: block;
}

DIV.cb {
	clear: both;
	height: 0px;
	display: block;
}

P {
	margin-bottom: 1.6em;
}


DIV.yellow {
	background-color: #fff100;
	margin-top: 11px;
	
}
