@charset "utf-8";
/* CSS Document */
html { font-size:100.01%; }
html, body { height: 100%; }
html, body, form, fieldset { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { margin: 1em 0; padding: 0; }
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; font-family: inherit; }
a img { border: 0; }

body { font-size:1em; background: #FFF url(images/bg.gif); }
div#container { width: 780px; border-right: 1px solid #f1ecdf;}
div#container { background: #FFF url(images/background.gif) scroll repeat-y; height: 100%; }

#sidebar { float: left; width: 198px; position: absolute; top: 0; left: 0; }
	#nav { font-family: Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold; }
	ul#nav  { list-style: none; margin: 12px 0 0 50px; padding: 0; border: none; }
	ul#nav li { margin: 0 6px 0 0; }
	ul#nav li a { font-size: 75%; display: inline-block; text-decoration: none; color: #000; width: auto; }
	ul#nav li a:hover { color: #a2590b; }
	ul#nav li a.inactive { font-size: 75%; color: #CCCCCC; cursor: default; }
	ul#nav li a.inactive:hover { color: #CCCCCC; }
	ul#nav li a.active { padding-right: 12px; font-size: 75%; background: transparent url(images/next.png) no-repeat right; color: #a2590b; }
	ul#nav li a.active:hover { color: #ab563a; }
	
	.logo { margin-top: 67px; }
		
#content { position: relative; margin-left: 199px; width: 574px; }
	img.pad { margin-bottom: 4px; }
	.text { background-color: #cdcaad; padding: 18px 10px 18px 34px; }
	.text td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
	.text td p { margin: 0; }
	.text ul { margin: 0; padding: 0; list-style-type: none; }
	.text ul li { padding-left: 8px; background: url(images/bullets.gif) no-repeat 0 6px;}