﻿html {
	height: 100%;
}

body {
	font: 12px Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #999;
	background-color: #000;
	text-align: center;
	height: 100%;
}

#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 800px;
	background: #1f2428;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

#header {
	height: 55px;
	width: 800px;
	background: #1f2428;
}

.header {
	float: left;
}

#menu {
	position: relative;
	height: 18px;
	width: 100%;
	text-align: left;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	}
#menuText {
	position: relative;
	left:5%;
	top:-3px;
	height: 16px;
	width: 80%;

}

#contentContainer {
	position: relative;
	top: -4px;
	text-align: left;
	padding: 1em 1em 5em; /* bottom padding for footer */
	min-height:550px 

}

* html #contentContainer {
	height: 550px;
	}

#footer {
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
	left:-1px;
	background: #000;
	color:#fff;
	}
a {
	color: #fff;
		text-decoration: underline;
 }
a:link {
	text-decoration: underline;

 }
a:hover {
	 color: #000;
	 font-weight: bold; 

	  background-color:#ccc;
	color:#000;
	text-decoration: none;
 }

.menuItem {
	height: 25px;
	position: relative;
	float: left;
	padding: 5px;
	z-index: 3;
}
a.menuNav {
 color: #fff;
 font-weight: bold; 
 text-decoration: none;
 border-style: none none none none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 }
a.menuNav:link {
 color: #fff;
 font-weight: bold; 
 text-decoration: none;
 border-style: none none none none;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px
 }
a.menuNav:hover {
 color: #ffffff;
 font-weight: bold; 
 text-decoration: none;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;

  background-color:#000;
 }
h1{

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#fff;
}
h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
}
h3{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#fff;
text-decoration:underline;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-size: 10px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #ffffff #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}