body {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
background-color: #94A0B6;
padding: 0px;
margin-top: 0px;
margin-right: 10%;
margin-bottom: 0px;
margin-left: 10%;
}
#mainTable {
border: 1px solid #9999cd;
background:url(images/white.gif) repeat;
/*/*/line-height: 1.5em; /* */}
#mainTable td {padding: 10px;}
#maincontent {
color:#000000;
border-left: 2px dotted #9999cd;
background-color: #ffffff;
/* background-image: url(images/background.jpg); */
background-repeat: no-repeat;
background-position: center;
vertical-align: top;
/*/*/font-size: 100%; /* */}
p a {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration:underline;
color:#0000ff;
background:transparent;}
p a:hover {color:#ff0000;
background:transparent;}
p a:visited {color: #9400D3;
background:transparent;}
p.red  {margin: 2em;
padding: 1em;
border: #f00 2px dotted;
color: #000;
font-size: 18px;
font: bold;}
p.der  {margin: 0em;
padding: 0em;
color: #000;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;}

p.aheading {font-size: 17px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #2459a5; 
border-bottom: 1px solid #2459a5;
font-weight: bold;}
p.tag {
	 	font: x-small;
}
 #currentalert {
		margin: 1em;
		padding: 1em;
	/*	border: #f00 2px dotted; */
		background: #eee;
		color: inherit;
	}

#sidebar {
width: 250px;
vertical-align: top; }


 #header {
 	background-color: #0474A4;
 	color: #0474A4;
 	
 }
 #footer {
 	background-color: #0474A4;
 	color: #ffffff;
 }
 td, p, ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
}
h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 { font-size: 160%;  font-family: Verdana, Arial, Helvetica, sans-serif;  }
h2 { font-size: 140%; font-family: Verdana, Arial, Helvetica, sans-serif; }
h3 { font-size: 120%; font-family: Verdana, Arial, Helvetica, sans-serif; }





#RSS a { 
/*/*/padding: 0px;
	display: block;
	border: none;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 1em;
			background-color:  #ffffff;
	width: 250px; /* */}

#RSS a:link, #RSS a:visited {
	color: #666;
		background-color:  #ffffff;
	border: 0px none;
}
#RSS a:hover, #RSS a:active {
	color: #666;
		background-color:  #ffffff;
	border: 0px none;
}
 
 #RSS ul {
 /*/*/padding-left: 1em;
	list-style-type: none;
	margin-left: 1em; /* */	
 }
 
 #RSS li {
 		/*/*/margin: 0px 0px 6px 0px;
				background-color:  #ffffff; /* */
 }

 img { border : 0px; display : block }
.imgfloatright { float : right;  padding-left : 5px; }

.imgfloatleft { float : left;  padding-right : 5px;  }

#n4shell {border: 1px solid #000;
	/*/*/border: 0; /* */}
a.info{
    position: relative; /*this is the key*/
    z-index:24; background-color:#ccc;
	 color: #c60; 
    text-decoration: none;
}
a.info:hover{z-index:25; background-color:#ff0;}
a.info span{display: none;}
a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
	 text-decoration: none;
    text-align: left;
	 cursor: crosshair;
	 }	
	 