<style type="text/css">
/* main_align - align main block in page horizontally for IE 5 and 6 */
#main_align
{
	text-align: center;
}

/* main holds everything and float in the body */
#main
{
	background-color: white;
	width: 770px;
	text-align: left;	/* reset alignment done by main_align */

	/* center alignment for standard compliant browser */
	margin-left: auto;
	margin-right: auto;
}
#admin_head
{
	display:none;
}
#block_1
{
	float: left;
	width: 572px;
	background-color: white;
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
}

/* left bar */
#block_2
{
	/* float: right allows to block to position properly under IE5 and 6 position */
	float: left;

	width: 198px;
	background-image:url('images/sidebar.jpg');
    background-repeat:repeat-x;
    background-color:#e9efd3;
    display:none;
}

/* contains the middle columns and it allows footer to position properly under IE6 works properly */
#wrapper
{
	float: right;
	background-color:#e9efd3;
}

/* page header */
#header
{
	height: 100px;
	width: 770px;
	background-image:url('images/header.jpg');
}

#footer
{
	clear: both;
	background-color: #ccd9df;
    display:none;
}

/* content div in "block_1" to give appropriate padding to text */
#content
    {
		/*
			must set the width and margin, otherwise, IE5.* will fail.
			do not use any padding.
		*/
		width: 550px;
		margin: 10px;
    }

a.menulink2
{
 text-align: center;
   font-family: arial;
   color:white;
  font-weight:900;
  font-size:13px;
  text-decoration:none;
  padding: 0px 4px 0px 0px;
  display:none;
}
a.menulink:hover
{
 text-decoration:none;
 color:white;
 background-color:orange;
 border-bottom:medium solid #f73117;
 padding: 0px 4px 0px 0px;
 display:none;
}
a.menulink
{
 border-right: medium dotted #ffffff;
 border-width:2px;
 text-align: center;
 font-family: arial;
 text-decoration:none;
 color:white;
 font-weight:900;
 font-size:13px;
 padding: 0px 4px 0px 0px;
 display:none;
}
a.menulink2:hover
{
 text-decoration:none;
 color:white;
 background-color:orange;
 border-bottom:medium solid #f73117;
 padding: 0px 8px 0px 3px;
 display:none;
}
#menu_control
{
	display:none;
}
body {
    margin: 0px;
    padding: 0px;
    }

</style>