/*
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;
	}

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

.logo {
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	height: 49px;
	width: 980px;
	background: no-repeat url(../images/2005logo.gif);
	}


/*
	border: 1px;
	border-color: #999999;
	border-style: solid;
*/


#top_banner {
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	background: no-repeat url(../images/2005logo.gif);
	height: 50px;
	width: 980px;
	}




#site_banner {
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	width: 980px;
	height: 56px;
	
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	background-image:url('../images/b.gif');
	background-repeat:repeat-x;
	}






#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: 12px;
	text-align: center;
	line-height: normal;
	padding-bottom: 4px;
	padding-top: 4px;
	}
