
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
	color: #333333;
	line-height: 1.166;
	margin: 0;
	padding: 0;
	/*background:  url("images/bg_grad.jpg") fixed;
	BACKGROUND-IMAGE: url(images/bg_black.gif);*/
	background-color: black;
}
/*
.style2 { COLOR: #cccccc }
.style3 { PADDING-RIGHT: 0px;
          BORDER-TOP: #ffffff 1px solid; PADDING-LEFT: 10px;
          BACKGROUND-IMAGE: url(images/glbnav_background.gif);
          PADDING-BOTTOM: 3px; PADDING-TOP: 3px; BORDER-BOTTOM: #cccccc 1px solid }
.style7 { FONT-SIZE: x-small; COLOR: #003333 }
.style9 { FONT-SIZE: 90%  }
*/
/*
li { font-size: 75% }
dl { font-size: 75% }
*/

table {
  font-size: small;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Verdana,Arial,sans-serif;
 color: #334d55;
}

h2{
 font: bold 110% Verdana,Arial,sans-serif;
 color: #006699;
}

h3{
 font: bold 100% Verdana,Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


h4{
 font: 100% Verdana,Arial,sans-serif;
 color: #333333;
}

h5{
 font: 100% Verdana,Arial,sans-serif;
 color: #334d55;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

label{
 font: bold 1em Verdana,Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position: relative;
	top: 2%;
	left: 2%;
	right: 2%;
	width: 95%;
	background-color: white;
}


#pageNav{
	float: left;
	width:200px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	font-size: small;
}

.relatedLinks{
  margin: 0px;
  padding: 0px 0px 10px 10px;
  border-bottom: 1px solid #cccccc;
  font: 80% Verdana,Arial,sans-serif;
}
.relatedLinks h3{
  padding: 10px 0px 2px 0px;
  color: black;
}
.relatedLinks a{
  display: block;
}
.relatedLinks h3 a {
  color: black;
}

.content{
	padding: 10px 10px 10px 10px;
	margin:0px 0px 0px 200px;
	border-left: -1px solid #cccccc;
  width: 550px;
/*
  background: url(images/logo-watermark.gif) no-repeat;
*/
}


/************** pageName styles ****************/

#pageName{
	padding: 5px 0px 0px 5px;
	margin: 0px;
	border-bottom: 1px solid #ccd2d2;
}

#footer {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: black;
	padding: 10px;
}

.faq p.question {
  font-weight: bold;
}

.testimonials p {
  text-indent: 3em;
}
.testimonials p.author {
  margin: 0;
  padding: 0;
  padding-left: 150px;
  padding-bottom: 1em;
  font-style: italic;
}