body {
  padding: 0px;
  margin: 0px;
	text-align: center;
	min-width: 951px;
	background-color: rgb(254,239,161);
	color: rgb(44,49,141) !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

h1 {
	font-size: 1.2em;
	color: rgb(44,49,141);
}

div {
	color: rgb(44,49,141);
}

p {
	color: rgb(44,49,141);
	line-height: 18px;
}

hr {
	border: 0px;
	height: 1px;
	color: rgb(44,49,141);
	background-color: rgb(44,49,141);
}

input, select {
  border: 1px solid rgb(116,116,116);
  background-color: rgb(233,234,235);
}

.tf {
  width: 240px;
  height: 16px;
  min-height: 16px;
  border: 1px solid rgb(44,49,141);
  font: inherit;
  font-size: 11px;
}

td select {
  width: 240px;
  border: 1px solid rgb(44,49,141);
}

td textarea {
  width: 240px;
  height: 160px;
  border: 1px solid rgb(44,49,141);
}

/* Containers area */

#container {
	margin: 0 auto;
	width: 951px;
	text-align: left;
  /*background-image: url('img/bg.jpg');
  background-position: top;
  background-repeat: no-repeat;*/
  /*border: 1px solid #000;*/
  float: none;
}

#innerContainer {
  width: 951px;
  position: relative;
  /*left: 50px;*/
  float: none;
  /*background-image: url('img/bgMain.gif');*/
  /*background-repeat: repeat-y;*/
	font: 11px Verdana,Tahoma,sans-serif;
	text-align: justify;
}

#innerContainer dt {
	padding-top: 10px;
	font-weight: bold;
	float: none;
}

#innerContainer dt span {
	font-style: italic;
	font-weight: normal;
}

#innerContainer dd {
	padding: 10px 0px 10px 0px;
	float: none;
}

#innerContainer dd img {
	margin: 3px;
	float: left;
}

#innerContainer dd br {
	clear: both;
}

#innerContainer dd hr {
	border: 0px;
	height: 1px;
	color: rgb(44,49,141);
	background-color: rgb(44,49,141);
}

#main {
  /*margin-left: 5px;*/
  width: 356px;
  float: left;
}

#main br {
  clear: both;
}

#main a {
  color: rgb(44,49,141);
  border-bottom: 1px dotted rgb(44,49,141);
}

#main a:hover {
  text-decoration: none;
  border: 1px dotted rgb(44,49,141);
}

#menuUpper {
  width: 1001px;
  float: none;
}

/* newsticker */

#newsticker {
  position: relative;
  left: -3px;
  float: none;
}

/* menu left */

#menuLeft {
  width: 180px;
  padding: 10px 15px 20px 0px;
  float: left;
}

#menuLeft div {
  height: 21px;
  padding: 2px 0px 0px 3px;
  font: 11px Verdana, Tahoma, sans-serif;
  font-weight: bold;
  color: rgb(0,0,0);
  /*border: 1px solid rgb(44,49,141);*/
  background-color:  rgb(222,222,222);
  margin-bottom: 6px;
  float: none;
	
}

#menuLeft div:hover {
	color: rgb(255,255,255);
	background-color: rgb(78,202,239);
}

#menuLeft div a {
	color: rgb(0,0,0);
  border: none;
}

#menuLeft div a:hover {
	text-decoration: none;
  border: none;
}

#menuLeft img {
	position: relative;
	left: -40px;
	margin-right: -21px;
}

#menuLeft span {
	position: relative;
	top: -4px;
}

#menuLeft tt {
	color: rgb(128,128,128);
	font: inherit;
	font-weight: inherit;
}

#menuLeft br {
	height: 21px;
}

/* content */

#content {
  width: 356px;
  padding: 10px 0px 20px 0px;
  float: left;
}

#innerContent {
  width: 356px;
  float: left;
}

/* menu right */

#menuRight {
  width: 569px;
  /*padding: 10px 0px 25px 0px;*/
  float: right;
}

#menuRight div {
  /*height: 21px;*/
  /*padding: 2px 0px 0px 3px;*/
  font: 11px Verdana, Tahoma, sans-serif;
  /*font-weight: bold;*/
  color: rgb(44,49,141);
	line-height: 18px;
  /*border: 1px solid rgb(44,49,141);*/
  /*background-color:  rgb(222,222,222);*/
  /*margin-bottom: 6px;*/
  float: none;
}


#menuRight div a {
	color: rgb(0,0,0);
  border: none;
}

#menuRight div a:hover {
	text-decoration: none;
  border: none;
}

#menuRight img {
	/*position: relative;*/
	/*left: 195px;*/
	/*margin-right: -21px;*/
}

#menuRight span {
	position: relative;
	top: -4px;
	left: 4px;
}

#menuRight tt {
	color: rgb(128,128,128);
	font: inherit;
	font-weight: inherit;
}

#menuRight br {
	height: 21px;
}

/* ankle and foot */

#ankle {
  width: 1001px;
  height: 95px;
  text-align: center;
  font-size: 8px;
	margin-bottom: 15px;
  background-image: url('img/foot.png');
  background-repeat: no-repeat;
  float: none;
}

#foot {
  position: relative;
  left: 17px;
  /*background-image: url('img/bottom.jpg');*/
  /*background-repeat: no-repeat;*/
  text-align: center;
  padding: 3px 0px 0px 0px;
  float: none;
}

#foot #fc {
  margin-left: 0px;
  font-size: 9px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url('img/overlay.png'); }

* html #overlay{
	background-color: #000;
	background-color: transparent;
	background-image: url('img/blank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
