
	/* Cyclone (PowerPalle) 2005 layout */
	/* You may adapt elements of this CSS in your own projects, but the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright 2003 Happy Cog Studios and may not be reproduced. */
	/* Last update: 15. August 2005. */
	

	/*  General rules */


/*
img	{
	display: block;
	border: 0;
	}
	
a	{
	text-decoration: dotted;
	}

a:link {
	color: #56636C;
	}

a:visited {
	color: #56636C;
	}

a:active {
	color: #56636C;
	}

a:hover {
	color: #748590;
	}
*/

	/*  General layout parameters */


/*
body	{
	background: #EFEFEF;
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 10px solid #CDCDCD;
	text-align: center;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 25px;
	}
*/


	/*  General navigation parameters */

#whiteline {
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
	}
	
#logoarea {
	width: 100%;
	height: 49px;
	background-color: #F1F1F1;
	}

#navarea {
	height: 21px;
	background: repeat-x url(../images/2005navigator.gif);
	}

.logo {
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	height: 49px;
	width: 758px;
	background: no-repeat url(../images/2005logo.gif) center center;
/*	border: 1px solid #000000; */
	}


#localnav {table-layout: fixed; width: 612px;}
#localnav td {font-weight: bold; font-size: 11px; text-align: center; vertical-align: middle; white-space: nowrap; padding: 0px 0px 0px 0px;}

#localnav a {text-decoration: none; display: block; padding: 4px 0px 4px 0px;}
#localnav a:hover {color: #000000; background-color: #dfe0e1; background-image: url(../images/2005bg_image.gif);}
#localnav a.hi {color: #76797c; background-color: #edeef0;}


INPUT {
	border: 1px;
	border-color: #999999;
	border-style: solid;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
INPUT.search {
	border: 0px;
	border-color: #A1A5A9;
	border-style: solid;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

.stamp {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: normal;
	padding-bottom: 4px;
	padding-top: 4px;
	}