
* { margin: 0; padding: 0; }

body {
    background: #1a1a1a;
	font-family: Arial, helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #ffffff; 
	background: inherit;
}
a:hover {
	color: #8de14f;
	background: inherit;
}

/* images */
img {
	border: 0px;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

  img.border, 
  img.right, 
  img.left, 
  img.center,
  div.center img {
    padding: 3px;
    background-color: #000000;
    border: 1px solid  #484848;
  }

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	
}
ul span, ol span {
	color: #666666;
}

/********************************************
   LAYOUT
********************************************/ 
#pagewrapper {
  overflow: hidden;
  width: 780px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  text-align: left;
}

#pagewrapper {
	display: inline-block;
}

/*\*/
#pagewrapper {
	display: block;
}
#content {
	clear: both;
	width: 780px;
	padding: 0; 
	margin: 0 auto;
}
#topheader {
	width: 780px;
	position: relative;
	height: 9em;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}

#topheader h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#topheader h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}

#topheaderleft {
	float: left;
	width: 160px;
	padding: 0; margin: 0;
	margin-top: 15px;
}
#topheaderright {
	float: right;
	width: 608px;
	padding: 0; margin: 0;
	margin-top: 20px;
}

/* Main Column */
#pageright {
	float: right;
	width: 608px;
	padding: 0; margin: 0;
}

/* pageleft */	
#pageleft {
	float: left;
	width: 160px;
	padding: 0; margin: 0;	
}

.contentbox {
	background: #000000;
	border: 1px solid #484848;
	padding: 7px;
}

.contentbox a {
    text-decoration: underline;
}

.contentboxheader {
	background: #484848;
	background-image: url(images/contentboxheader.gif);
	padding: 2px;
	padding-left: 5px;
	font-weight: bold;
}

.menubox {
    //width: 144px;
	background: #000000;
	border: 1px solid #484848;
	padding: 7px;
}

.menuboxheader {
    //width: 153px;
	background: #484848;
	background-image: url(images/contentboxheader.gif);
	padding: 2px;
	padding-left: 5px;
	font-weight: bold;
}

/* fieldset */

fieldset a {
	text-decoration: none;
}

fieldset a:hover {
	text-decoration: underline;
}

fieldset legend {
	color: #ffffff;
	background: #484848;
	border: 1px solid #484848;
	padding: 2px 6px;
	font-weight: bold;
	top: -0.75em;
	_position: absolute;
	_top: -10px;
}

.smallborder {
	border: 1px solid #000000;
}

fieldset {
	background-color: #000000;
	border: 1px solid #484848;
	padding: .5em;
	_position: relative;
	_padding-top: 20px;
	_padding-bottom: 15px;
	_display: block;
}

.contentfieldset {
	background-color: #000000;
	width: 580px;
}

.contentfieldset a {
	text-decoration: underline;
}

* html fieldset {
	position: relative;
	padding-top:.5em;
	margin-top:1em;
}

* html fieldset {
	margin-top:1em;
	padding-top:1em;
}

* html legend {
	font-weight: bold;
	position: absolute;
	top:-1em;
	left:.5em;
}

/* Footer */	
#footer {
	color: #666666;
	clear: both;
	width: 780px;
	height: 55px;
	text-align: center;	
	font-size: 92%;

}
#footer a { 
    text-decoration: none;
    color: #666666; 
}
#footer a:hover {
    text-decoration: underline;
    color: #ffffff;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }