body 
{ 
	font-family: Times New Roman, Times, serif; 
	font-size: 110%; 
	color: #fff;
	background-color: #000;
	margin-top: 0px;
	padding-top: 0px;
}

p, ul { 
	font-family: Times New Roman, Times, serif;  
	font-size: 0.8em; 
	color: #fff; }

ul { 
	font-family: Times New Roman, Times, serif;  
	font-size: 0.8em;
	padding: 0 0 0 20px;
	margin: 0 0 0 0; 
	color: #fff; 
	list-style-type: disc;
	}
	
ul li { 
	padding: 5px 0 5px 0;
	margin: 0 0 0 0; 
	color: #ffe400; 
	}

.list-text {
  color: #fff;
}

td { 
	font-family: Times New Roman, Times, serif;  
	font-size: 11px; 
	color: #fff; }

h1
{
	font-weight: normal;
	font-size: 1.2em;
	color: #ffe400;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}

h2
{
	font-weight: normal;
	font-size: 1.2em;
	padding: 0 0 0 0;
	margin: 0 0 40px 0;
	color: #fff;
}

strong
{
	font-weight: normal;
	font-size: 1em;
	color: #ffe400;
}


/*
	Links
*/

a:link, a:active
{
	color: #ffe400;
	text-decoration: none;
}


a:hover
{
	color: #fff;
	text-decoration: underline;
}

a:visited
{
	color: #999;
	text-decoration: underline;
}










/* STRUCTURAL DEFS */


/* Main page container */
#container
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
	background-color: #000;
}




/* Content container */
#content
{
	float: right;
	width: 780px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* Header */

#header
{
	position: relative;
	width: 780px;
	height: 200px;
	padding: 0 0 0 0;
	margin: 10px 0 20px 0;
	background-color: #000;
	border-bottom: 1px solid #ffe400;
}


/* Text */
#text
{
	float: left;
	width: 300px;
	padding: 0 50px 0 0;
	margin: 0 0 0 0;
}






/* FORM Stuff */

table#formtable
{	
}

table#formtable th
{	
  text-align: left;
  vertical-align: top;
  font-size: 0.9em;
  color: #999;
  padding: 4px 10px 0 0;
  margin: 0 0 10px 0;
  font-family: Times New Roman, Times, serif;
  font-weight: normal;
}

.text-box
{
  border: 0px solid #333;
  background-color: transparent;
  color: #fff;
  width: 345px;
  height: 23px;
  font-size: 1.4em;
  padding: 7px 0 0 5px;
  margin: 0 0 10px 0;
  font-family: helvetica, arial, sans-serif; 
  background-image: url("../images/text_box_bg.gif");
  background-repeat: no-repeat;
}


.text-area
{
  border: 0px solid #333;
  background-color: transparent;
  color: #fff;
  width: 345px;
  height: 143px;
  font-size: 1.4em;
  padding: 7px 0 0 5px;
  margin: 0 0 10px 0;
  font-family: helvetica, arial, sans-serif; 
  background-image: url("../images/text_area_bg.gif");
  background-repeat: no-repeat;
}










/* Footer */
#footer
{
	font-family: Times New Roman, Times, serif;
	margin: 50px 0 0 0;
	padding: 10px 0 0 0;
	background-color: #000;
	height: 60px;
	color: #999;
	border-top: 1px solid #ffe400;
}



/*
	Footer Links
*/

#footer p
{
	font-size: 0.7em;
	color: #999;
}


#footer a
{
	color: #999;
	text-decoration: none;
}

#footer a:hover
{
	color: #ffe400;
	text-decoration: none;
}

#footer a:visited
{
	color: #999;
	text-decoration: underline;
}






/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}


/*
	Standard images
*/

img
{
	border: none;
}




