body { color: #424421; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; }
/*  - old version - p, ul { color: #424421; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }*/
p, ul { color: #424421; }


.p_smaller  { color: #663; font-size: 11px; line-height: 1.3em; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.p_bigger { color: #663; font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 20px; }
.p_med { color: #663; font-size: 15px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 18px; }
.p_cover { color: #663; font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 20px; }
.p_boxed { padding: 8px; border: solid 1px #8b0000; }
.p_med_bold   { color: #663300; font-size: 13px; line-height: 1em; font-family: georgia, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.p_subheader { color: rgb(102,51,0); font-size: 18px; line-height: 1.2em; font-family: georgia, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.indents { color: #663; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; padding-right: 200px; padding-left: 200px; }
.p_indent {  padding-left: 20px; }
.left_indent { margin-top: -6px; margin-bottom: -12px; padding-left: 10px; }
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
a:link  { color: #c00; text-decoration: none }
a:visited { color: #D83D03; text-decoration: none }
a:hover { color: #f00; text-decoration: none }
.menu { color: #e03333; font-size: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 20px; }
.captiontext  { color: rgb(79,60,1); font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: left }
.map_frame {
	border: solid 1px #b2b335; }
.img_float_left { float: left; margin: 8px 8px 8px 0; border: solid 1px #b2b335; }
.img_float_right { float: right; margin: 8px 0 8px 8px; border: solid 1px #b2b335; }
.menu_back { background-color: #f6f2df; background-repeat: repeat; }

a img {
border-color: #b67949;
border: 0px;
} 

.pixelmaplogo {
	color: #556b2f;
	font-weight: bold;
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	letter-spacing: 5px  }
.pixelmaplogo a:link {
	color: #556b2f;
	text-decoration: none;
	letter-spacing: 5px  }
.pixelmaplogo a:visited {
	color: #556b2f;
	text-decoration: none;
	letter-spacing: 5px  }
.pixelmaplogo a:hover {
	color: #ffa500;
	text-decoration: none;
	letter-spacing: 5px  }
.pixelmaplogo a:active {
	color: #ffd700;
	text-decoration: none;
	letter-spacing: 5px  }


			/* NAVIGATION BUTTONS */
			/* with inspiration from http://www.webcredible.co.uk/user-friendly-resources/css/rollover-buttons.shtml 
			lives inside of div cssmenu, defined in each page */

			.cssnav	{
						position:relative;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						background-image:  url(overbtn.jpg);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 180px;
						height: 24px;
						margin: 0; 
						padding: 0; 

			}
			.cssnav a {
						display: block;
						font-size: 14px;
						width: 180px;
						height: 24px;
						display: block;
						float: left;
						color: #e03333; 
						text-decoration: none;
			}

			.cssnav img {width: 180px; height: 24px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}
			.cssnav a:hover {color:#f00}

			.cssnav span {
						position: absolute;
						left: 10px;
						top: 4px;
						margin: 0px;
						padding-left: 20px;
						cursor: pointer;
						width: 180px;
						height: 24x;
						text-align: left;
			}
			/* positioning inside cssmenu box */
			.cssnav { top: 6px; left: 26px; }


			/* END OF NAVIGATION */

			/* NAVIGATION BUTTONS for top page*/
			/* with inspiration from http://www.webcredible.co.uk/user-friendly-resources/css/rollover-buttons.shtml */

			.cssnav_top	{
						position:relative;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						background-image:  url(overbtn_top.jpg);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 180px;
						height: 26px;
						margin: 0; 
						padding: 0; 
			}
			.cssnav_top a {
						display: block;
						font-size: 14px;
						width: 180px;
						height: 26px;
						display: block;
						float: left;
						color: #e03333; 
						text-decoration: none;
			}

			.cssnav_top img {width: 180px; height: 26px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav_top a:hover img{visibility:hidden}
			.cssnav_top a:hover {color:#f00}

			.cssnav_top span {
						position: absolute;
						left: 10px;
						top: 4px;
						margin: 0px;
						padding-left: 20px;
						cursor: pointer;
						width: 180px;
						height: 26px;
						text-align: left;
			}
			/* END OF NAVIGATION */
