﻿.AdsenseLeft300X250 {
	margin: 5px 10px 5px 0px;
	float: left;
}
.DivPageContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	margin: 5px;
	padding: 5px;
}
.divsmallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
h1 {
	margin: 0 0 0 0;
	font-family: Tahoma;
	font-weight: normal;
	color: #000000;
	font-size: 20px;
	text-align:center;
}
.imageBorderGrey {
	margin: 2px;
	padding: 3px;
	border: thin solid #CCCCCC;
}
.imageNoBroder {
	border-style: none;
}
#menuContainer {
	background-color: white;
	width: 15em;
	padding: 0px;
}
#menuContainer ul {
	list-style-type: none;
	margin: 2px;
	padding: 0px;
}
#menuContainer li {
	background-color: #EBEBEB;
	border: none;
	width: 12em;
	height: 1em; /* this is to make the submenus position relative to this li */;
	position: relative;
}
#menuContainer a {
	text-decoration: none;
	color: blue;
	font-weight: bold;
	font-size: x-small;
	font-family: Tahoma;
}
#menuContainer a:visited {
	color: #B91B92;
}
#menuContainer li:hover {
	border: none;
	background-color: #CCCCCC;
}
#menuContainer a:hover {
	color: #B91B92;
	text-decoration: underline;
	color: #B91B92;
}
#menuContainer ul ul {
	position: absolute;
	left: 10em;
	top: 0;
	visibility: hidden;
}
#menuContainer li:hover > ul {
	visibility: visible;
}
/*Mouseover: display second level or third level pop-up*/
#menuContainer li:hover ul, #menuContainer li:hover li:hover ul {
	visibility: visible;
}
/* Hide third level menu when the mouse is over the first level li*/
#menuContainer li:hover ul ul {
	visibility: hidden;
}
/*Navigation menu at the bottom of each page*/
#navlist li {
	display:inline;
	padding:0 .9em;
	border-right:1px solid #0000FF;
	
}
#navlist li.last {
	border:none;
}
#navlist {
	font-family: Tahoma;
	font-size:.9em;
	font-weight:bold;
	text-align:center;
}
#navlist a {
	color: blue;
	text-decoration:none;
}
#navlist a:hover {
	color:#B91B92;
	text-decoration:underline;
/*End of the Navigation Menu at bottom of page*/		
}
.pAuthorBox {
	background-color: #CCCCCC;
	border: thin solid #999999;
	padding: 2px;
	margin: 2px;
}
.paragrahFloatLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:100px;
	border: thin solid #C0C0C0;
	padding: 2px;
	margin: 5px;
	float: left;
}
.paragrahFloatRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:100px;
	border: thin solid #C0C0C0;
	padding: 2px;
	margin: 5px;
	float: right;	
}
.pbackgrdgrey {
	background-color: #C0C0C0;
}
.PCenterMargin {
	margin: 1px;
	padding: 1px;
	background-color: #B91B92;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.PFont12px {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 2px;
	margin: 0px;	
}
.PHeadBold14px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}
.PicFloatLeft {
	margin: 5px 5px 5px 0px;
	border: thin solid #CCCCCC;
	float:left;
}
.PicFloatRight {
	margin: 5px 0px 5px 5px;
	padding: 3px;
	border: thin solid #CCCCCC;
	float:right;
}
.TdAlignCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	text-align: center;
}

.YellowBGText {
background:yellow;
margin:4px;
padding:4px;

}
.textBlack {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	
}
.tdBGGreyNoBorder {
	background-color: #CCCCCC;
}
.tdBGgreyBorder {
	background-color: #CCCCCC;
	border:1px dashed #999999;
}
.tdFontBlue {
	color: #0000FF;
}
