/*  Basic HTML tags  */

body		{
			margin: 0px;
			padding: 0px;
			}

body, td, th, p, li, h3, h4, h5 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			background: transparent;
			color: #333;
			font-size: 12px;
			line-height: 17px;
			text-align: left
			}

img			{
			display: block;
			border: 0px none;
			}

h1		    {
			font-size: 24px;
			font-weight: normal;
			color: #666;
			line-height: 28px;
			text-align: right;
			}

h3			{
			cursor: pointer;
			color: #fff; 
			background-color: #999;
			font-weight: bold;
			padding: 1px 5px;
			margin: 2px 0;
			width: 100%;
			}

h4			{
			cursor: pointer;
			color: #555; 
			background-color: #fff;
			font-weight: bold;
			padding: 1px 5px;
			margin: 2px 0;
			width: 100%;
			}

h5			{
			font-family: "Courier New", Courier, mono;
			margin: 2px 0;
			font-weight: normal;
			}

h6          {
			font-size: 11px;
			line-height: 15px;
			font-weight: normal;
			}

ul			{
			list-style: none;
			margin :0px 0px 0px 15px;
			padding-left: 5px;
			border-left: 1px dotted #FFFFFF;
			}

em			{
			font-size: 13px;
			color: #0AA;
			font-weight: bold
			}

hr			{ color: 555 }

/*  Link effects management  */

a           {
			text-decoration: none;
			color: #C00;
			}

a:hover     { text-decoration: none}

div#menu a	{
			color: #666;
			font-weight: bold;
			}

div#menu a:hover, div#menu a:active, div#menu a:hover.submenu { color: #fff }

div#menu a.submenu {
			color: #777;
			font-size: 11px;
			padding-left: 30px;
			}

/*  Misc rules  */

.hide		{ display: none }

.centered	{ margin: 0 auto }

.inline		{ display: inline }

.alert  	{
			color: #F90;
			font-style: italic;
			font-weight: bold;
			}

.tbflat		{ font-family: Verdana, Arial, Helvetica; font-size: 11px; border-width: 1px;
               border-style: solid; border-color: #CCCCCC; color: #333333}

.cmdflat	{ font-family: Verdana, Arial, Helvetica; font-size: 10px; ; border-width: 1px;
               background-color: #999999; color: #FFFFFF; font-weight: bold }

div#trailer p {
			font-size: 9px;
			line-height: 15px;
			text-align: right;
			border-top: solid 1px #999;
			}

/*  Page elements  */

div#rightbox {
			float: right;
			width: 210px;
			margin: 1em 0 1em 20px;
			}

div#menu    {
			position: absolute;
			left: 25px;
			top: 80px;
			width: 130px;
			height: 500px;
			}

div#menubar {
			position: absolute;
			left: 15px;
			top: 50px;
			width: 140px;
			height: 530px;
			border: 1px solid #555;
			background-color: #ADC;
			}

div#title   {
			position: absolute;
			left: 160px;
			top: 15px;
			width: 610px;
			height: 115px;
			text-align: right;
			}

div#content	{
			position: absolute;
			left: 180px;
			top: 130px;
			width: 600px;
			text-align: left;
			}

div#trailer	{
			clear: both
			}

#explodedmenu {
top: 12px;
left: 12px;
width: 300px;
color: #fff;
background-color: transparent;
}