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

html {
	background-color: black;
	background-position: left;
	background-repeat: repeat;
	color: Black;
}

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

.container {
	padding-top: 5px;
	height: 1000px;
	width: 1200px;
	background-color: #D3D3D3;
	color: Black;
	font-family: Calibri, Arial, sans-serif;
}

.left {
	width: 62%;
	float: left;
}

.right {
	width: 38%;
	float: right;
}

.header {
	background-image: url(../IMG/pagehead.gif);
	height:180px;
	width: 1200px;
}

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;
}

.blog {
	margin: 0 auto 10px 9px;
	float: left;
}

.bloghead {
	margin: 15px 0% 0px 9px;
	background-color: Black;
	height: auto; 
	width: 640px; 
	border-left: 50px white solid;
	border-top: 2px white solid;
	border-bottom: 2px white solid;
	padding-left: 10px;
	text-align: left;
	font-family: Calibri;
	font-weight: bold;
	color: white;
	float: left;
}

.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 {
	background-image: url(../IMG/contentbg2.gif);
	color: black;
	padding: 10px 0 5px 5px;
	font-family: Calibri;
	font-weight: bold;
	height: auto;
	width: 425px;
	height: auto;
	line-height: 15px;
	float: left;
}

.popsectionhead {
	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: auto;
}

.popsection {
	background-image: url(../IMG/contentbg2.gif);
	color: black;
	background-color: #8787DF;
	padding: 10px 0 5px 5px;
	font-family: Calibri;
	font-weight: bold;
	height: auto;
	width: auto;
	line-height: 15px;
}

p {
	background-color: transparent;
	color: Black;
	font-size: small;
	margin: 0%;
	padding-bottom: 5px;
}

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 */
		
	
