/* text Layer */

#text {
/*	position: relative;*/
	visibility: visible;
	}

/******************New Menu******************/
div.clear {
	clear: both;
	}

#navcontainer { 
width: 200px;
padding: 15px 3px 0 15px;
float: left;
background-color:transparent;
 }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
font-size: 11px;
display: block;
padding: 3px;
width: 160px;
background-color: #444;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #FFF;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #000;
color: #ff0;
}

#navcontainer u
{
padding: 15px 0 3px 0;
font-size: 14px;
text-decoration: underline;
}

#weathermenu {
	padding-left: 20px;
	}

#weathermenu a:link, a:hover, a:visited
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
color: #000;
}
      

/***************Body*************/    
.body {
   font-size : small;
	font-family : arial;
	font-weight : normal;
	font-style : normal;
	color :black;
	text-decoration : none;
	}
   
.body a:link {
        color: Blue;
		text-decoration : none;
        }
.body a:hover {
        color: Blue;
		text-decoration : none;
        }
.body a:active {
        color: Blue;
		text-decoration : none;
        }
.body a:visited {
        color: Blue;
		text-decoration : none;
        }
	
 .table {
   font-size : small;
	font-family : arial;
	font-weight : none;
	font-style : normal;
	color :#444444;
	}
	
.table a:link {
        color: #444444;
		text-decoration : none;
        }
.table a:hover {
        color: darkred;
		text-decoration : none;
        }
.table a:active {
        color: red;
		text-decoration : none;
        }
.table a:visited {
        color: #8b8b8b;
		text-decoration : none;
        }
   
	

/*****************Footer*****************/
.foot {
	border-top: solid #363635;
	border-top-width: 2px;
	}
.foot  A {
	text-decoration: none; 
	font-size: 11px;
	font-family : arial;
	font-weight : none;
	font-style : normal;
	color : #363635;
	padding: 3px 1px 0 1px;
	}
.foot  A:hover {
	color: white;
	background: #363635;
	}
.special {
	font-size : x-small;
	font-family : arial;
	font-weight : none;
	font-style : normal;
	color : #313131;
/* foot Layer */



