body, html {
	margin: 0px;
	padding:0px;
	background-image: url(../images/top.gif); 
	background-repeat: repeat-x;
	background-color: #0a3347;
}
a:link, a:visited, a:active
{
text-decoration: none;
color: #5e8800;
}
a:hover
{
text-decoration: underline;
}
a.panellinkstyle:link, a.panellinkstyle:visited, a.panellinkstyle:active
{
text-decoration: none;
color: #FFFFFF;
}
a.panellinkstyle:hover
{
text-decoration: underline;
}
.green{
padding:0px 6px;
border:1px solid #3b6e22;
color:#FFFFFF;
font-size:12px;
margin-right:10px;
display:inline-block;
text-decoration:none;
}

h1.top { text-align:center; }


a.curved-box:link, a.curved-box:visited, a.curved-box:active
    {
	
	float:left;
	display:block;
	text-align: center;
    background-image: url(../images/curve_box_hover2.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 104px;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: #6374AB 3px 3px 1px;

	}

a.curved-box:hover {
	background-image : url(../images/curve_box.gif);
	text-decoration: none;
	font-weight: bold;
	color: #5e8800;
	text-shadow: #6374AB 0px 0px 0px;
	} 
	
.clear { clear:both; }
	
	
a.panel_button:link, a.panel_button:visited, a.panel_button:active
	{
	display:block;
	text-align: center;
    background-image: url(../images/panel_hover.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 174px;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #0a3347;
	text-shadow: #6374AB 3px 3px 1px;
	text-align:center; 
	line-height:36px;
	}

a.panel_button:hover {
	background-image : url(../images/panel.gif);
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: #6374AB 0px 0px 0px;
	}
	
.panel1
	{
	width: 27px; 
	height: 26px; 
	background-image: url(../images/panel_topleft.gif);
	}
.panel2
	{
	background-image: url(../images/panel_top.gif);
	background-repeat: repeat-x;
	}
.panel3
	{
	width: 27px; 
	height: 26px; 
	background-image: url(../images/panel_topright.gif);
	}
.panel4
	{
	background-image: url(../images/panel_middleleft.gif);
	background-repeat: repeat-y;
	}
.panel5
	{
	background-color: #84a8bf;
	}
.panel6
	{
	background-image: url(../images/panel_middleright.gif);
	background-repeat: repeat-y;
	}
.panel7
	{
	width: 27px; 
	height: 26px; 
	background-image: url(../images/panel_bottomleft.gif);
	}
.panel8
	{
	background-image: url(../images/panel_bottom.gif);
	background-repeat: repeat-x;
	}
.panel9
	{
	width: 27px; 
	height: 26px; 
	background-image: url(../images/panel_bottomright.gif);
	}
	
	
.copyright 
{
	position:fixed;
	bottom:0px;
	width:100%;
	text-align: center;
	border-top: 1px solid #5e8800;
	background-color: #dddddd;
}

a.wsbutton:link, a.wsbutton:visited, a.wsbutton:active
	{
	display:block;
	text-align: center;
    background-image: url(../images/adbutton.png);
	background-repeat: no-repeat;
	height: 79px;
	width: 279px;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #0a3347;
	font-size: 2em;
	text-shadow: #6374AB 3px 3px 1px;
	text-align:center; 
	line-height:79px;
	}

a.wsbutton:hover {
	background-image : url(../images/adbutton_hover.png);
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: #6374AB 3px 3px 1px;
	}

/* preload images */
div#preloaded-images {
   position: absolute;
   overflow: hidden;
   display: none;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

a.tooltip span {
	display:none; 
	padding:2px 3px; 
	margin-left:1px; 
	width:500px;
}
a.tooltip:hover span{
	text-decoration: none;
	display:inline; 
	position:absolute; 
	background:#ffffff; 
	border:1px solid #cccccc; 
	color:#6c6c6c;
}