﻿
body {font-family:	"verdana";
	color:			#FFFFFF;
	background:		#000000;
	margin-left:	100px;
	margin-right:	100px;
	margin-top:		50px
}

a:link, active
	{
	text-decoration	:	underline;
	color		:	#FF6600;
	background	:	transparent;
	}
a:visited
{
	text-decoration: underline;
	color: #0000FF;
	background: transparent;
}		
a:hover 
	{ 
   	text-decoration	:	underline; 
	color		:	#FF6600;
	background	:	transparent;
	}

/* Header
----------------------------------------------- */


/* Content
----------------------------------------------- */
#content {
  width:800px;
  margin:0 auto;
  padding:0;
  text-align:left;
  }
#main {
  width:580px;
  float:left;
  }
  
  #menu {
  width: 100%;
  margin: 0 auto;
  text-align: left;  
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;  
}

#menu ul li {
  width: 8%;
  display: inline;
  float: left;
  padding-top: 0.8em;  
  list-style: none;
  text-align: center;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1.0em;
  color: #ff9900;
}

#menu ul li a:hover,
#menu ul li a.active {
  font-weight: bold;
  color: #111;
}
#sidebar {
  width:190px;
  float:right;
  }
  
/* Heading Styles
-------------------------------*/
H1
{
	color: #FF6600;
	font-family: Times New Roman, Serif;
	font-weight: bold;
	font-size: 20pt;
}

H2
{
	color: #FF6600;
	font-family: Verdana, "Trebuchet MS" , Trebuchet, Arial, Sans-Serif FONT-WEIGHT: normal;
	font-size: 14pt;
}

H3
{
	color: #FF6600;
	font-family: Verdana, "Trebuchet MS" , Trebuchet, Arial, Sans-Serif FONT-WEIGHT: normal;
	font-size: 12pt;
}

H4
{
	color: #ffffff;
	font-family: Verdana, "Trebuchet MS" , Trebuchet, Arial, Sans-Serif FONT-WEIGHT: normal;
	font-size: 10pt;
}

H5
{
	color: #FFFFFF;
	font-family: Verdana, 'Trebuchet MS' , Trebuchet, Arial, 'Sans-Serif';
	FONT-WEIGHT: normal;
	font-size: 10pt;
	text-decoration: none;
}

/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #444;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#999;
  line-height:1.5em;
  }
  
  /* Footer
----------------------------------------------- */
#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  text-transform:lowercase;
  
  }
  
