body {
  margin: 0px;
  padding: 0px;
  font-size: 0.9em;
  color: #191919;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
  border-width: 0px;
  margin: 0px;
  padding: 0px 0px 0px 4px;
  font-size: xx-large;
  font-style: italic;
  font-weight: normal; 
  color: white;
  font-family: Georgia, serif;
  text-align: center;
}

h2 {
  border-width: 0px;
  margin: 0 0 2px 0;
  padding: 1px 0 1px 2px;
  font-size: large;
  color: #191919;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: left;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #BCBCBC;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #BCBCBC;
}

h3 {
  border-width: 0px;
  margin: 0px;
  padding: 0 0 1px 0;
  font-size: 1em;
  color: #191919;
  /* font-weight: bold; */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
}

a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #012855;
}

a:link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #012855;
}

a:link:hover, a:visited:hover {
  text-decoration: underline;
  color: #0252b1;
}

tr.c0 td {
  text-align: left;
  background-color: #E8E1CD;
  padding: 2px 10px 2px 30px;
}

tr.c1 td {
  /* background-color: #E9DCBA; */
  padding: 2px 10px 2px 30px;
}

/* Txt in groups.  All # options are to cover Internet Explorer bugs*/



.GroupIcon{
	position: relative;
	float: left;
	width: 100px;
	height: 30px;

	#left: 5px;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #515960;
}

.GroupTitle{
	position: relative;
	width: 480px; /* <------------- */

	height: 25px;
	padding: 5px 0 0 20px;

	#height: 30px;	/* IE gets confused with above 2 lines! */
	#padding: 0 0 0 20px;

	display: block;
	vertical-align: middle;
	text-align: left;
	overflow: hidden;
	background: url(../images/TitleBg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: WHITE;
  	font-size: large;
  	/* font-weight: bold; */
	/* font-style: italic; */

	#line-height: 30px;
	#right: 1px;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #515960;
}


.GroupContents{
	padding: 10px;
	width: 580px;
	/* background: url(../images/TextBg.gif); */
	background-repeat: repeat-x;
	text-align: justify;
	/* border-style: solid; */
	/* border-width: 1px; */
	/* border-color: #73B027; */
}

.MiniGroupTitle{
	position: relative;
	top: 0;
	width: 170px; /* <------------- */

	height: 25px;
	padding: 5px 0 0 20px;

	#height: 30px;	/* IE gets confused with above 2 lines! */
	#padding: 0 0 0 20px;

	display: block;
	vertical-align: middle;
	text-align: left;
	overflow: hidden;
	background: url(../images/TitleBg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: WHITE;
  	font-size: large;
  	/* font-weight: bold; */
	/* font-style: italic; */

	#line-height: 30px;
	#right: 1px;


	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #515960;
}

.MiniGroupContents{
	padding: 10px;
	width: 270px;
	/* background: url(../images/TextBg.gif); */
	background-repeat: repeat-x;
	text-align: justify;

	/* border-top-style: solid; */
	/* border-top-width: 1px; */
	/* border-top-color: #73B027; */
}

.ClockArea{
	display: table;
	height: 160px; 
	width: 200px;
	overflow: hidden;
	background: url(../images/header_03.jpg);

	#position: relative;
}

.ClockPosition{
	display: table-cell;
	vertical-align: top;
	#position: absolute;
	#bottom: 0;
}

.dhtmlgoodies_slide{	/* Styling question */
	width: 315px;
	background: #F2F2F2;
	color: #012855;
	display: block;
	padding: 7px 7px;
	text-decoration: none;
	border: solid 1px #BCBCBC;
	text-align: center;
	font-size: small;
  	font-weight: bold;
	margin: 2px 0 5px 0;
	margin-left: auto;
	margin-right: auto;

	overflow:hidden;
	cursor:pointer;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */

	width: 580px;
	text-align: justify;

	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}

.dhtmlgoodies_answer_content{	/* Content that is slided down */

	position:relative;
}



