html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #669933;
}
a:hover {
	color: #669933;
	text-decoration: none;
}
a:focus, a:hover, a:active { outline:none }  

.clear {
	clear: both;
}

body {
	background: black;
	text-align: center;
  color: #000000;
	font: 12px verdana, sans-serif;
	font-weight: bold;
}

#wrapper {
	text-align: left;
	margin: 0px auto 0px auto;
	overflow: visible;
	width: 778px;
	position: relative;
	background: maroon url(../images/bg.jpg) repeat-y;
	min-height: 750px;
	/*border: 5px solid #750306;*/
}
h1 {
  height: 225px;
  width: 778px;
  background: url(../images/logo.jpg) no-repeat;
}

h2 {
  background: 120px 0.5em url(../images/dot_dot_dash.jpg) no-repeat;
  font: 24px verdana, sans-serif;
  font-weight: normal;
  font-style: italic;
  color: black;
}
h2 em {
  color: #669933;
}

/* curved corners */
.bl {background: url(../images/bl2.gif) 0 100% no-repeat #8d0207; width: 20em}
.br {background: url(../images/br2.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl2.gif) 0 0 no-repeat}
.tr {background: url(../images/tr2.gif) 100% 0 no-repeat; padding:10px}
/*.clear {font-size: 1px; height: 1px}  */

.body-content {
  margin: 20px 0 0 15px;
  position: relative;
  width: 100%;
}

.body-left 
{
  margin-top: 20px;
	float: left;
	width: 278px;
	padding-left: 20px;
}

.body-right {
  margin: 20px 0px auto 15px;
  position: relative;
	float: left;
  width: 405px;
  padding-left: 20px;
}

.body-right .bl {
  background: url(../images/bl2.gif) 0 100% no-repeat #880000; width: 35em
}

.tableServicesControl 
{
  margin-left: 15px; 
  margin-top: 15px; 
  color: #FFFFFF;

}

.tableServicesControl th
{
  font-family: Monotype Corsiva, Arial;
  font-size: 19pt;  
}

.tableServicesControl td
{
  font-weight: normal;
  font-family: Verdana;
  font-size: 10pt;
}

#footer 
{
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: bottom;
}
.spacer {
	height: 18px;
}

.timestamp
{
  font-style: italic;
  font-weight: bold;
}
