body{
	background-color:#FAFAFA;
	color:#000000;
	font-family:arial,verdana;
	font-size:12px;
	margin:0px 0px 0px 0px;
}

a:link    {text-decoration:none; color:#3366CC;	font-weight:normal; }
a:visited {text-decoration:none; color:#3366CC; font-weight:normal;}
a:hover   {text-decoration:none; color:#999999; font-weight:normal;}
a:active  {text-decoration:none; color:#3366CC; }

img {
  border:0px none;
}

#startpage	{
	background-image:url("images/logobg.gif");
	background-repeat:no-repeat;
	background-position: center center;
	margin:0px;
	padding:0px;
	width:100%;
	height:500px;
	text-align:center;
	font-size:40px;
}

.note	{
	background-color:#FFFFFF;
	margin:4px auto 4px auto;
	width:98%;
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#000;
	height:16px;
	/* padding:0 10px 0 10px; */
}

.note a:link { color:#000;font-weight:bold; }
.note a:active  { color:#000;font-weight:bold;}
.note a:visited { color:#000;font-weight:bold;}
.note a:hover { color:#666;font-weight:bold;}

.notealert {
	background-color:#FFDDDD;
	background-image:url("images/icons/exclamation.png");
	background-repeat:no-repeat;
	background-position: 2px 0;
	padding-left:25px;
	height:16px;
}

.notewarning {
	background-color:#ffffdd;
	background-image:url("images/icons/error.png");
	background-repeat:no-repeat;
	background-position: 2px 0;
	padding-left:25px;
	height:16px;
}

.notegood {
	background-color:#DDFFDD;
	background-image:url("images/icons/accept.png");
	background-repeat:no-repeat;
	background-position: 2px 0;
	padding-left:25px;
	height:16px;
}

.noteinfo {
	background-color:#DDDDFF;
	background-image:url("images/icons/information.png");
	background-repeat:no-repeat;
	background-position: 2px 0;
	padding-left:25px;
	height:16px;
}


#news	{
	background-image:url("images/bgbluegrad.gif");
	background-repeat:repeat-x;
	background-position: 100% 100%;
	background-color:#FF0000;
	border:1px solid #333333;
	margin:0px auto 8px auto;
	width:98%;
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#000;
	padding-left:5px;
	/* padding:0 10px 0 10px; */
}

#news a:link { color:#fff;font-weight:bold; }
#news a:active  { color:#fff;font-weight:bold;}
#news a:visited { color:#fff;font-weight:bold;}

#main	{
	background-color:#FFFFFF;
	border:1px solid #000000;
	margin:0px auto 0px auto;
	padding-bottom:10px;
	width:98%;
	height:100%;
	/* min-width:768px; */
}

P 	{
	margin-left:20px;
	}

#content {
	background-repeat:no-repeat;
	margin:15px;
	clear:both;
}

#head	{
	background-color:#9ec3e9;
	/* background-color:#EDEDED;*/	
	background-image:url("images/headfill.jpg");
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	width:100%;
	height:40px;	
}

#head img {
	display:block;
	border:none;
	width:161px;
	height:40px;
	margin:0px;
	float:left;
}

#headright {
	width:250px;
	float:right;
	padding:6px 8px 2px 2px;
	text-align:right;
	font-family:arial;
	font-weight:normal;
	font-size:10px;
	color:#333;
}

/* menu */
#menu {
	height:20px;
	margin-bottom:10px;
	border-bottom:1px solid #B6C8ED;
}

#menutitle {
	font-family:verdana;
	font-size:14px;
	padding:0px 5px 3px 10px;
	color:#CCCCCC;
	font-weight:bold;
	display:inline;
	float:left;
}

#menu ul {
	padding: 0;
	margin:0;
	background-color: #EDEDED;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#menu ul li { 
	display: inline; 
}

#menu ul li a {
	padding: 0.1em .5em;
	background-color: #EDEDED;
	color: black;
	text-decoration: none;
	float: left;
	border: 1px solid #EDEDED;
}

#menu ul li a:hover {
	background-color: #FAFAFA;
	border:1px solid #CAD9E7;
	color: #000000;
}


#menu A { 
	font-family:verdana; 
}

/* ------------------------------------------------------------- */
/* MENU DATA INDICATOR */

#menuind {
	position:relative; /*this is the key*/
	cursor:hand;
	font-family:verdana;
	font-size:10px;
	color:#AAAAAA;
	padding:1px 10px 1px 10px;
	margin-right:5px;
	color:#000000;
	font-weight:normal;
	display:inline;
	float:right;
	border:1px solid #CCCCCC;
	background-color:#ededed;
	z-index:25;
}

#menuind:hover{z-index:25; background-color:#ff0}

#menuind span{display:none;z-index:25;}

#menu img { border:none; }

#menuind a:hover span{ /*the span will display just on :hover state*/
    display:block;
    padding:3px;
    position:absolute;
    top:3em; 
    left:-21em; 
    width:30em;
    height:16em;
    border:1px solid #000000;
    background-color:#FAFAFA; 
    color:#000;
    text-align: left;
    background-repeat:repeat-x;
}

#menuind span h1 {
border:0px solid #000000;
margin-bottom:20px;
}

#menuind .valuevar {
width:15em;
}
/* ------------------------------------------------------------- */

#mapnav {
	border:1px solid #CCC;
	margin:0px auto 0px auto;
	padding:10px;
	background-color:#EDEDED;
}

.mapselectors {
	border:1px solid #CCC;
	margin:20px 20px;
	padding:10px;
	background-color:#EDEDED;
}

#mapnav select {
	margin:0px 5px 5px 5px;
}

#map {
	width:90%;
	margin:5px auto 0px auto;
	padding:0px;
	border:5px solid #666;
	height:700px;
	
	}

#footer	{
	background-color:#EDEDED;
	font-size:10px;
	padding:5px 5px 0px 5px;
	margin:15px auto 0px auto;
	border:1px solid #CCC;
	clear:both;
}

form {
	margin: 0px; 
	padding: 0px;
	display: block;
}

h1 {
	font-weight: bold;
	color: Black;
	margin: 2px 0px 4px 0px;
	font-size: 18px;
	text-decoration: none;
	padding: 2px 2px 2px 8px;
	text-align:left;
	border:1px dashed #CCC;
	clear:both;
}
	
h2 {	
	width:100%;
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: 120%;
	color : White;
	padding-left :10px;
	background-color : #999;
	margin-left : 0px;
	font-weight : bold;
	text-align:left;
}
	
h1 a:link {
	font-weight: normal;
	font-style: italic;
	font-size:10px;
}
 
h1 a:visited {
	font-weight: normal;
	font-style: italic;
	font-size:10px;
}

.heading1 {
	
	max-width:700px;
	font-family:Georgia,verdana;
	font-size:18px;
	color: #555555;
	font-weight:bold;
	padding:2px 2px 2px 10px;
/*	background-image:url('elements/bgwhite.jpg');
	background-repeat:no-repeat; */
	border:1px dashed #CCCCCC;
	background-color:#FAFAFA;
}

h2 {
	
	max-width:700px;
	font-family:Georgia,verdana;
	font-size:15px;
	color: #555555;
	font-weight:bold;
	padding:2px 2px 2px 10px;;
/*	background-image:url('elements/bgwhite.jpg');
	background-repeat:no-repeat; */
	border:1px dashed #CCCCCC;
	background-color:#FAFAFA;
}

.heading1 img {
}


.hbar{
	max-width:700px;
	height:25px;
	line-height:25px;
	font-family:verdana;
	font-size:16px;
	color: #FFFFFF;
	font-weight:bold;
	padding:0px 0px;
	margin-left:0px;
	background-color:#ededed;
	display:block;
	border-bottom:1px dashed #B6C8ED;
	
}

.hbarlabel {
	border:1px none red;
	height:25px;
	width:70px;
	padding-left:10px;
	display:block;
	float:left;
	background-color:#cccccc;
}


.hbarvalue{
	color:#555555;
	width:580px;
	height:25px;
	padding-left:10px;
	text-align:left;
	display:block;
	float:left;
}

#notify {
	float:left;
	margin:5px;
}	

#infobox {
	float:right;
	width:180px;
	height:56px;
	border:1px dashed #cccccc;
	padding:8px;
	margin:0px 0px 8px 0px;
}

.value	{
	width:100%;
	margin:2px;
	display:block;
	float:left;
	clear:left;
}

.valuelabel {
	background-color:#cce6ff;
	text-align:right;
	width:90px;
	display:block;
	float:left;
	padding-right:5px;
}

.valuevar {
	font-weight:bold;
	width:75px;
	text-align:left;
	display:block;
	float:left;
	margin-left:3px;
	padding-left:5px;
	background-color:#EDEDED;
}

#listpri ul li {
	color:#888888;
}

table  {
	border-collapse: collapse; 
	border-spacing: 0;
	border: 1px solid #333333;
	margin-left : 0px;
	background : #FAFAFA;
	font-family: Verdana, sans-serif, arial;
	font-size: 10pt; 
}
 
td, th { 
	padding: 2px;
	padding-left:5px;
	padding-right:5px;
	border: 1px solid #333333;
	text-align: left;
}

fieldset {
	width:100%;
}

.delicious-tags	{
	margin:15px;
	padding:10px;
	border:1px solid #EDEDED;
	width:350px;
	background-color:#FAFAFA;
}

#statsbox {
	width:180px;
	height:56px;
	border:1px dashed #cccccc;
	padding:8px;
	margin:10px;
}

#counter {
	padding-left:10px;
}

#footer a {
{text-decoration:none; color:#333333;	font-weight:normal; }
}

#Adsfooter {
	text-align:center;
	margin:5px;
}

#Adsfooter img {
	border:none;
	width:88px;

	height:31px;
}

#floatmenu   { float:left; width: 500px; top: 75px; left: 10px; z-index: 10; 
               visibility: visible;text-align:middle;margin:5px auto 0px auto; }

/* panels ----------------------------------------- */      

#contlinks img {
	margin:0px 0px 8px 0px;
	border:0px;
}

#contlinks .adshb {
	border:1px solid #B9B9B9;
}
               
#Adsfooter .adsmb {
	border:1px solid #B9B9B9;
}

.imagemid {
	vertical-align:middle;
}