body             {
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #333333;
	background-repeat: no-repeat;
	color: #CCCCCC;


                 }
h1               {
                  font-size: 12pt;
                  margin: 0px;
                  color: #CCCCCC;
                 }
h2,h3,h4,h5,h6   {
                  font-size: 10pt;
                  margin: 10px 0px 0px 0px;
                  color: #CCCCCC;
                 }                 
img              {
                  border: 0px;
                 }
#container       {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	background-color: #333333;


                 }
#top-menu        {
	float: left;
	text-align: left;
	font-size: 9pt;
	color: #CCCCCC;
	margin-right: 10px;
	width: 650px;
	position: absolute;
	height: 20px;
	left: 200px;
	top: 161px;
	margin-left: 55px;











                 }
#top-menu a      {
                  text-decoration: none;
                  color: #CC0000;
                 }
#top-menu a:hover{
                  text-decoration: underline;
                 }
#main            {
                  height: 600px;
                  background-image: none;
                 }
#menu            {
	float: left;
	margin-left: 10px;
	width: 180px;
	height: 305px;
	text-align: left;
	background-color: #333333;
	color: #0099FF;
	margin-top: 1px;
	position: static;
	left: auto;
	top: 230px;




                 }
#menu ul         {
                  list-style-type: none;
                  margin: 20px 5px 0px 0px;
                  padding: 0px;
                 }
#menu a          {
                  display: block;
                  height: 20px;
                  text-decoration: none;
                  color: #CC0000;

                 }
#menu a:hover    {
                  font-weight: bold;
                 }
#content         {
	float: left;
	width: 650px;
	height: 370px;
	overflow: auto;
	padding-bottom: 10px;
	margin-left: 55px;
	color: #CCCCCC;
	background-color: #333333;
	left: 200px;
	margin-right: 10px;
	position: absolute;
	top: 205px;




                 }
#content a       {
                  text-decoration: underline;
                  color: #CC0000;
                 } 
#content a:hover {
                  text-decoration: none;
                  color: #CC0000;
                 }                                
#footer          {
	clear: left;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 8pt;
	background-color: #ff0000;
	color: #CCCCCC;

                 }

