* {
	margin:0;
	padding:0;
}
body {
	background:#FFF url("/graphics/bevelleft.gif") repeat-y top left;
	font-size:1em;
}
#top {
	background:#999;
	background:url("/graphics/bgtile.gif");
	height:125px;
}
#top img{
	margin:15px 0 0 160px;
}
#maingraphic {
	position:relative;
	top:-2px;
	left:-21px;
}
#bevel {
	background: url("/graphics/beveltop.gif") repeat-x;
	margin-left:194px;
	height:8px;
}
#corner {
	float:left;
	width:8px;
	height:8px;
	background: url("/graphics/bevelcorner.gif");
}
#controlpanel {
	position:absolute;
	top:150px;
	left:0;
}
#cp {
	background: url("/graphics/cpbar.gif") repeat-x 0 20px;
}
#cp0 {
	background: url("/graphics/cpbar2.gif") repeat-x bottom left;
	padding:0 0 0 20px;
}
#cp1 {
	background: url("/graphics/panel.jpg") center;
}
#cp2 {
	background: url("/graphics/controlpanel_t.gif") repeat-x top left;
}
#cp3 {
	background: url("/graphics/controlpanel_l.gif") repeat-y top left;
}
#cp4 {
	background: url("/graphics/controlpanel_r.gif") repeat-y top right;
}
#cp5 {
	background: url("/graphics/controlpanel_b.gif") repeat-x bottom left;
}
#cp6 {
	background: url("/graphics/controlpanel_tl.gif") no-repeat top left;
}
#cp7 {
	background: url("/graphics/controlpanel_bl.gif") no-repeat bottom left;
}
#cp8 {
	background: url("/graphics/controlpanel_tr.gif") no-repeat top right;
}
#cp9 {
	background: url("/graphics/controlpanel_br.gif") no-repeat bottom right;
}
#nav {
	padding:33px 18px 33px 18px;
	list-style:none;
}
#nav li a:hover, #nav li.here li a:hover {
	background: transparent;
}
#nav li {
	list-style:none;
	margin-top:5px;
	background: url("/graphics/led_hov.gif") no-repeat top right;
}
#nav li a {
	display:block;
	height:25px;
	width:130px;
	text-decoration:none;
	color: #FFF;
	font-weight: bold;
	padding-top:5px;
	background: url("/graphics/led.gif") no-repeat top right;
	font-family: Arial, Helvetica, sans-serif;
}
#nav li.here a {
	background: url("/graphics/led_on.gif") no-repeat top right;
}
#nav li.here {
	background: url("/graphics/led_on.gif") no-repeat top right;
}
#nav li li {
	margin-top:2px;
	background: url("/graphics/small_led_hov.gif") no-repeat top left;
}
#nav li li a, #nav li.here li a {
	font-weight: normal;
	height:18px;
	width:112px;
	padding:0 0 0 18px;
	background: url("/graphics/small_led.gif") no-repeat top left;
	font-size:0.8em;
}
#nav li li.here a {
	background: url("/graphics/small_led_on.gif") no-repeat top left;
}
#nav li li.here {
	background: url("/graphics/small_led_on.gif") no-repeat top left;
}
#content {
	margin-left:220px;
	font-family:Comic Sans MS, Comic Sans, Zapf Chancery, Coronetscript, Florence, Parkavenue, cursive;
}
#content h1 {
	padding:0.7em 0 0.7em 0.2em;
	color: #00C;
	font-size:1.7em;
	font-family: Helvetica, Arial, sans-serif;
}
#content p img {
	margin-bottom:-2px;
	margin-right:3px;
}
#content p {
	padding:0.4em 0;
	color: #900;
}
#content a {
	color: #009;
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
}
#content a.bts {
	color:#900;
	font-weight:bold;
	text-decoration:none;
}
#content a.bts:hover {
	text-decoration:underline;
}
#content li {
	color: #090;
	margin-left:2em;
}
table.normal {
	border:2px outset #000;
	padding:2px;
}
table.normal td, table.normal th {
	border:1px solid #000;
	padding:3px;
}
.que {
	border:1px solid #FFF;
	background-color:#CCC;
	padding:0 10px;
}
.ans {
	border:1px solid #FFF;
	background-color:#CCD;
	padding:5px 20px;
}
.bt {
	padding-bottom:30px;
}
.bt a {
	font-family: Helvetica, Arial, sans-serif;
	font-size:0.9em;
}
#footer {
	clear:both;
	color:#900;
	background:#DDD;
	padding:0.5em 0 2em 2em;
	margin:2em 0 0 200px;
}
#footer ul {
	list-style:none;
}
#footer li {
	padding-left:15px;
	display:inline;
}
#footer a {
	color:#009;
}
#footer a:hover {
	color:#00F;
}