@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.copy{
	display: block;
	font-weight: 100;
	color: white;
	text-decoration: none;
	font-family: "arial";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-variant: normal;
}
.tophead{
	display: block;
	font-weight: bold;
	color: #ffcc00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
.address{
	display: block;
	font-weight: 100;
	color: #cccccc;
	text-decoration: none;
	font-family: "arial";
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-variant: normal;
}
.copyright{
	display: block;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 11px;
	font-variant: normal;
}


.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 140px; /*width of menu*/
	border: 0px solid #9A9A9A;
	border-bottom-width: 0;
	background-color: #000000;
}

.glossymenu a.menuitem{
background: black url(images/glossyback3.gif) repeat-x bottom left;
font: bold 12px "Arial";
font-weight: 100;
color: #999999;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-right: 12px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #999999;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background: black url(images/glossyback5.gif) repeat-x bottom left;
font: bold 12px "Arial";
font-weight: 100;
color: #ffcc00;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: black url(images/glossyback.gif) repeat-y bottom left ;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 0px;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px "arial";
font-weight: 100;
color: white;
text-decoration: none;
padding: 2px 0;
padding-right: 20px;
}

.glossymenu div.submenu ul li a:hover{
background: black url(images/glossyback4.gif) repeat-x bottom left;
display: block;
font: normal 12px "arial";
font-weight: 100;
color: #ffcc00;
}

body {
	background-color: #000000;
}
