@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



body {
	font-family:"Tahoma", Arial;
	background: #404040;
	margin: 0;
	padding: 0;
	color: #FFF;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:small;
  } html>body {font-size:small;}
  
a {
	color:#FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
a:hover {color:#FC0}
a:active {color:#FFF}
a:visited {color:#CCC}

.credit {font-size:10px;}

#navheader {
	clear:both;
	width:100%;
	font-size:85%;
	line-height:normal;
	top: 120px;
	position: absolute;
	border-bottom: solid #9A9A9A 1px;
  }
#navheader ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#navheader li {
	float:left;
	background:url("../images/rightnav.gif") no-repeat right top;
	margin:0;
	padding:0 12px 0 0;
  }
#navheader a {
	float:left;
	display:block;
	background:url("../images/leftnav.gif") no-repeat left top;
	padding:5px 7px 0px 20px;
	text-decoration:none;
	font-weight:normal;
	color:#BFBFBF;
	border:none;
  }

#navheader a:hover {
	color:#FFFFFF;
  }
#navheader #current {
	background-image:url("../images/rightnav_on.gif");
  }
#navheader #current a {
	background-image:url("../images/leftnav_on.gif");
	color:#FFFFFF;
	padding-bottom:0px;
}

.admintext {
margin-left:200px;
}

h2 {
	padding-top:20px;
	padding-bottom: 20px;
}


#contentpad  {
	margin-left:208px;
	margin-right:auto;
	width:550px;
	height:350px;
	color: #CCCCCC;
}

#contentpad p  {
color: #CCCCCC;
margin: 0;
padding:0 0 10px 0;
}

#contentpad img  {
float:right;
padding-left:20px;
}

#logo img {
	margin-right: 50px;
	margin-top: 50px;
}


.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColLiqCtrHdr #header {
	background-color: #404040;
	/*background-image: url(../images/bg.header.gif);
	background-position: 200px -5px;
	background-repeat: no-repeat;*/
	height: 150px;
}


.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	background-color: #333333;
	padding: 0px;
	margin:opx;
}
.oneColLiqCtrHdr #footer {
	padding: 0px;
	height: 200px;
	background-color: #404040;
	/*background-image: url(../images/bg.footer.gif); RUSS - HIDE FOOTER */
	background-repeat: no-repeat;
	background-position: right -50px;
	border-top: solid #9A9A9A 1px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
