* {  
padding: 0px;
margin: 0px;
}

body {
	background-color: #000;
	font-size: 62.5%;
	background-image: url(binaries/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* DIVS */

#wrapper {
	width: 798px;
	margin: 10px auto 0px auto;
	position: relative;
}
#leftCol {
     background: #000;
	 float:left;
	 width:200px;
	 margin-right:0px;
	 margin-left:8px;
}
#rightCol {
	position:relative;
	width: 580px;
	float:right;
}
#banner {
    float:left;
}
#mainText  {
    float: right;
	color:#FFFFFF;
	background-color: #000;
	margin: 15px 0px 10px 8px;
	width: 565px;
	margin-right:5px;	 
}

/* NAVIGATION */

#nav  {
	 background-color: #000000;
	 border-top:#eec900 solid 2px;
	 height:27px;
}
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 500px; /*For KHTML*/
  list-style: none;
  height: 26px;
}
ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 26px;
}
ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 26px;
  left: 0;
}
ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
ul#navmenu ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border: 0px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 2px 20px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #000;
  color: #eec900;
  font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #000;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #000;
  color: #eec900;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #000;
  color: #FFF;
}
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/* End Navigation */

/* DIV Content Formatting */

#mainText p {
   padding: 0px 8px 15px 15px;
   font-family:Tahoma, Arial;
   font-size: 1.2em;
   font-weight:normal;
   color: #fff
}
#mainText a {
	color: #fff;
	text-decoration: underline;
}
#mainText a:hover {
	color: #fff;
	text-decoration: none;
}

/* H2 Formatting */

#mainText h2 {
	 margin-bottom: 1em;
     font-size: 1.5em;
	 font-family:Tahoma, Arial;
	 background: url(binaries/title_under.gif) left bottom no-repeat;
	 padding-bottom: 1px;
     color: #fff; }

/* Classes */

.liLinks {
	list-style: none;
	font-family:Tahoma, Arial;
	font-size: 1.2em;
	color: #fff;
	background-image: url(binaries/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-left: 10px;
	padding: 0px 80px 3px 15px;
}
.leftImage {
	margin-bottom: 15px;
}
.cc {
	padding: 15px 0px 5px 141px;
}

/* Footer */

#footer {
     clear: both;
	 width: 780px;
	 border-top:solid 1px #eec900;
     margin: 10px auto 0px auto;
	 font-family: Tahoma, Arial;
	 font-size: 1.1em;
	 color: #fff;
}

#raLogo  {
	float: left;
	margin-top: 5px;
}
#raTitle {
	margin: 10px 0 0 0;
}
#raTitle a {
	color: #fff;
	text-decoration: none;
}
#raTitle a:hover {
	color: #fff;
	text-decoration: underline;
}
.copyright {
     float:right;
}
