  html, body {
	margin: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	height:100%;
  }

  #page {
	min-height:100%;
	position:relative;

	background-image:url("theme/Feet.gif");
	background-repeat:no-repeat;
	background-position:bottom right;
	
  }


  #footer {
	font-size:80%;
	position:absolute;
	bottom:2px;
	right:7px;
	height:40px;
	margin:0px;
	padding:0px;
	text-align:right;
	z-index:50;
  }


  #footer a{
	color:black;
	text-decoration:none;
  }



  .menu a {
	padding-left:10px; 
	padding-top:3px; 
	padding-bottom:3px; 
	text-decoration: none; 
	display: block; 
	width:130px;  
	font-size:14px ; 
	color:#000000; 
	border-color:#EAEAEA;
  }

  .menu a:hover	{
	padding-left:9px;  
	padding-top:2px; 
	padding-bottom:2px; 
	border-style:solid; 
	border-width:1px; 
	border-top-color:#FFFFFF; 
	border-left-color:#E8F0D9; 
	border-right-color:#808080; 
	border-bottom-color:#808080 
  }

  .menu a:active	{ }
  .menu a:link	{ }
  .menu a:visited	{ }
  

  .menu, .menu ul {
	list-style-position:outside; 
	padding-left: 0px; 
	margin:0px;
	padding:0px 0px 0px 5px;
	list-style-type: none;
  }


  .menu > ul > li > a
  {
	font-weight:bold;
  }

  .menu li li a{
	padding-left:20px;
	width:120px;
  }
 
  .menu li li a:hover{
	padding-left:19px;
  }

  .menu .selected {
	color:#5555FF;
  }




  #right {
	position:absolute;
	left:0px;
	top:28px;
	width:245px;
  }

  #right .start {
	background-image:url("theme/Left_top.gif");
	background-repeat:no-repeat;
	background-position:left top;
	height:252px;
	width:245px;
  }

  #right .mid {
	background-image:url("theme/Left_Menu_bottom.gif");
	background-repeat:repeat-y;
  }

  #right .end {
	background-image:url("theme/Left_bottom.gif");
	background-repeat:no-repeat;
	background-position:left top;
	height:326px;
	width:245px;
  }


  #right .mid > .menu {
	background-image:url("theme/Left_Menu_Top.gif");
	background-repeat:no-repeat;
	min-height:120px;
  }

  #top {
	position:absolute;
	left:245px;
	top:0px;
	height:137px;
	white-space: nowrap;
  }

  #top1{
	background-image:url("theme/Top1.gif");
	background-repeat:no-repeat;
	width:229px;
	height:137px;
	display:inline-block;
  }

  #top2{
	background-image:url("theme/Top2.gif");
	background-repeat:no-repeat;
	width:229px;
	height:137px;
	display:inline-block;
  }

  #top3{
	background-image:url("theme/Top3.gif");
	background-repeat:no-repeat;
	width:250px;
	height:137px;
	display:inline-block;
  }

  #top4{
	background-image:url("theme/Top_Mid.gif");
	background-repeat:no-repeat;
	width:118px;
	height:69px;
	position:absolute;
	display:inline-block;
	left:0px;
	top:137px;
  }

  #content {
	/* padding-bottom:60px; */
	margin: 150px 40px 0px 245px;
	padding-bottom:50px;

  }

  #content H1{
	margin-left:120px;
  }