/* BODY */

body, legend

{
  margin: 0;
	padding: 0;
	background-color: rgb(0,0,30);
}

body, td, th
{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: rgb(255,255,255);
}

p
{
  margin-top: 6px;
  margin-bottom: 12px;
}

#lyrLayout
{ 
  width: 795px;
  background: rgb(0,0,51) ;
}

#lyrHeaderTop
{
  position: relative;
  text-align: left;
  height: 25px;
  color: rgb(95,95,95);
  background:rgb(153,0,0) url(images/bgheadtop.gif) 0 0 repeat-x;
}

#lyrHeaderTop h1
{
  position: absolute;
  left: 300px;
  margin:4px;
  font-size: 16px;
  color: rgb(95,95,95);
}

#lyrHeaderTop a
{
  width: 50px;
  font-size: 13px;
  color: rgb(95,95,95);
}

#lyrHeaderTopLeft
{
  position: absolute;
  width: 200px;
  padding-left:15px;
  padding-top: 5px;
  background: url(images/bgheadtl.gif) 0 0 no-repeat;
}

#lyrHeaderTopRight
{
  position: absolute;
  left: 600px;
  width: 195px;
  height: 20px;
  padding-top: 5px;
  text-align: right;
  background: url(images/bgheadtr.gif) 181px 0 no-repeat;
}

#lyrHeaderTopRight a
{
  width:30px;
  text-align: left;
}

#lyrHeaderBanner
{
  border-top: 2px solid rgb(0,0,30);
  border-bottom: 2px solid rgb(0,0,30);
}

#lyrHeaderBottom
{
  position: relative;
  height: 25px;
  color: rgb(255,128,0);
  background: rgb(153,0,0) url(images/bgheadbot.gif) 0 100% repeat-x;
  z-index: 40;
}

#lyrHeaderBottomLeft
{
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  background: url(images/bgheadbl.gif) 0 100% no-repeat;
}

#lyrHeaderBottomRight
{
  position: relative;
  height: 100%;
  background: url(images/bgheadbr.gif) 100% 100% no-repeat;
}

#lyrMain
{
  text-align: left;
  position: relative;
  padding: 20px;
  
  overflow: visible;
}

#lyrMain img
{
  margin: 8px;
  border: 2px solid rgb(255,255,153);
}

#lyrFooter img
{
  margin: 5px;
  border: 2px solid rgb(255,255,255);
}

#lyrFooter
{
  position: relative;
  border-top: 1px solid rgb(254,235,1); 
  background-color: rgb(0,0,51);
  overflow: display;
}

#lyrEdit img
{
  margin: 0px;
  border: none;
}

/* MENU */

ul.menu, ul.menu ul
{
	margin: 0;
	padding-left: 25px;
	padding-top: 4px;
	list-style: none;
	font-size: 13px;
}

ul.menu li
{
	position: relative;
	display: inline;
	float: left;
	height: 20px;
	width: 7em;
	text-align: center;
	background: no-repeat;
	z-index: 40;
	
}

ul.menu li a
{
	display: block;
	width: 100%;
	height: 100%;
}
ul.menu li a span {
	display: none;
}
ul.menu li div
{
	position: absolute;
	left: 50%;
	width: 138px;
	padding-top:5px;
	margin-left: -69px;
	background: #e9e9e9 url(images/bg.gif) no-repeat;
	border-bottom: 1px solid rgb(102,0,0);
	visibility: hidden;
	z-index: 100;
}

ul.menu li ul {
	margin: 0 1px;
	padding-left: 0px;
	padding-top: 0px;
	border-bottom: 1px solid #000066;
	overflow: hidden;
	width: 136px; /* force hasLayout in IE */
}
ul.menu li li {
	clear: both;
	width: 136px;
	height: 20px;
	text-align: center;
	background-image: none;
	padding-top: 0px; 
	overflow: hidden;
}

/* GENERAL */

h1 {
	font-family: arial,helvetica,sans-serif;
	font-size: 16px;
	margin-bottom: 6px;
	color: #FFFFFF;
	font-weight: 800;
}

h2 {
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	margin-bottom: 3px;
	color: #FFFFFF;
	font-weight: 800;
}

h3 {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-weight: 800;
}

h1 a,
h1 a:visited,
h1 a:hover
{
	text-decoration: none;
	color: #ae0009;
}

a { text-decoration: none; color: rgb(255,255,153); }
a:visited { text-decoration: none; color: rgb(255,255,153); }
a:hover { text-decoration: underline; color: rgb(255,255,255); }

#lt { background: #333333 url(images/top.gif) 0 0 repeat-x;}
#lb {background: url(images/dot.gif) 0 100% repeat-x}
#ll {background: url(images/dot.gif) 0 0 repeat-y}
#lr {background: url(images/dot.gif) 100% 0 repeat-y}
#bl {background: url(images/bl.gif) 0 100% no-repeat;}
#br {background: url(images/br.gif) 100% 100% no-repeat}
#tl {background: url(images/tl.gif) 0 0 no-repeat}
#tr {background: url(images/tr.gif) 100% 0 no-repeat; padding: 4px 20px 10px 20px;}
#tr h1 {text-align: center; margin-top: 0px; margin-bottom: 8px; font-style: italic;}

