/* CSS 2.0 */
/* Designed by PRK */

html {
	background-image: url(../IMG/contentbg2.gif);
	background-position: left;
	background-repeat: repeat;
	color: Black;
}

body {
	height: auto;
	width: 370;
	margin: 1%;
}

p.news{
	background-image: url(../IMG/contentbg2.gif);
	border-left: 50px black solid;
	border-top: 2px black solid;
	border-bottom: 2px black solid;
	font-family: Calibri;
	font-size: medium;
	color: #8787DF;
	height: auto;
	width: auto;
	padding-top: 5px;
}

.sectionhead {
	background-color: black;
	color: white;
	border-left: 50px white solid;
	border-top: 2px white solid;
	border-bottom: 2px white solid;
	padding-left: 10px;
	font-family: Calibri;
	font-weight: bold;
	height: auto;
	width: 370px;
	float: left;
	margin-top: 15px;
}

.section {
	color: black;
	padding: 10px 0 5px 5px;
	font-family: Calibri;
	font-weight: bold;
	height: auto;
	width: 400px;
	height: auto;
	line-height: 15px;

}

.bottom {
	background-color: #E6E6E6; 
	color: black;
	padding: 10px 0 5px 5px;
	font-family: Calibri;
	font-weight: bold;
	height: auto;
	width: 400px;
	height: 10px;
	line-height: 9px;
}

p {
	background-color: transparent;
	color: Black;
	font-size: small;
	margin: 0%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

a:link {
  color:#8787DF;
  padding-left:5px;
  padding-top: 0px;
  text-decoration:none;
  }
 
a:visited {
  color:#8787DF;
  text-decoration:none;
  }
a:hover {
  color:AADD99;
  text-decoration:underline;
  }
  
  /*This styles my DHMTL tool tips*/
#tooltip {
	background-color:#EEE;
	border:2px solid orange;
	position:absolute;
	display:none;
	z-index:20000;
	padding:4px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}
#tooltipShadow{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}
		
	
