html, body	{ margin: 0px; padding: 0px; height: 100%; cursor: default; overflow: hidden; }
table		{ border-collapse: collapse; }
img		{ border: 0px; }
br		{ line-height: 10px; }

* { color: rgb(50,50,50); font-family: verdana; font-size: 11px; }
body { background-image: url(../images/pattern.png); }

#background  { position: absolute; top: 50%; left: 50%; width: 730px; height: 590px; margin-left: -360px; margin-top: -290px; overflow: hidden; }
#submenu     { position: absolute; left: 50%; top: 50%; width: 160px; height: 370px; margin-left: -350px; margin-top: -110px; overflow: hidden; }
#content     { position: absolute; left: 50%; top: 50%; width: 525px; height: 375px; margin-left: -170px; margin-top: -110px; overflow: auto; }
#footer      { position: absolute; left: 50%; top: 50%; margin-left: -339px; margin-top: 273px; width: 680px; }
#background  { background-image: url(../images/background.png); }
#logo        { position: absolute; left: 50%; top: 50%; margin-left: -160px; margin-top: -260px; overflow: hidden; }
#logo_shadow { position: absolute; left: 50%; top: 50%; margin-left: -159px; margin-top: -259px; overflow: hidden; }

#logo * { color: white; }
#logo h1 { margin: 0px; font-size: 18px; padding-left: 30px; }
#logo p { margin: 0px; padding-top: 16px; }

#logo_shadow h1 { margin: 0px; font-size: 18px; padding-left: 30px; }
#logo_shadow p { margin: 0px; padding-top: 16px; }

#submenu ul { padding: 0px; list-style-type: none; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 10px; }

#submenu h1 {
	background-image: url(../images/bullet_green.png);
	background-repeat: no-repeat;
	color: rgb(0,150,150);
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-left: 20px;
	height: 14px; }

#submenu ul li a {
	font-size: 9px;
	background: rgb(255,255,255) url(../images/bullet_grey.png) 100% no-repeat;
	border-bottom: solid 1px rgb(235,235,235);
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	width: 150px; }

#submenu ul li a:hover {
	background: rgb(50,50,50) url(../images/bullet_white.png) 100% no-repeat;
	border-bottom: solid 1px rgb(50,50,50);
	color: white;
	text-decoration: none; }

#submenu ul li .selected {
	font-size: 9px;
	background: rgb(100,100,100) url(../images/bullet_white.png) 100% no-repeat;
	border-bottom: solid 1px rgb(100,100,100);
	color: white;
	text-decoration: none; }

#footer p { text-align: right; margin-top: 0px; font-size: 9px; }
#footer p a { font-size: 9px; color: rgb(0,150,250); }
#footer p a:hover { color: rgb(250,0,0); }

#content p { margin-top: 0px; margin-bottom: 15px; text-align: justify; padding-left: 10px; margin-right: 20px; }
#content h1 { background-image: url(../images/header.png); color: white; padding: 6px 0px 7px 10px; margin: 0px 10px 10px 0px; }
#content a { color: rgb(0,150,250); }
#content a:hover { color: rgb(250,0,0); }
#content ul { margin: 0 0 0px 0; width: 390px; height: 80px; }
#content ul li { margin-left: 30px; }

#content table tr { height: 18px; }
#content table tr td { border-top: solid 1px rgb(235,235,235); padding-bottom: 2px; }
#content table .first td { border-top: solid 1px white; }
#content table tr .options { text-align: right; }
#content .next { position: absolute; bottom: 5px; right: 10px; width: 80px; }
#content .back { position: absolute; bottom: 5px; right: 100px; width: 80px; }
#content b { color: rgb(75,75,75); }
