/* CSS Document */
body {
	background-color:#D4D0C8;
	background-image: url(../map_bknd.jpg);
	background-attachment: fixed;
	font-family: "Berlin Sans FB", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 24px;
	color:#ffffff;
	background-position: horizontal-left; 
	}

h1	{
	font-family:"berlin Sans FB", arial;
	font-size:42px;
	margin-bottom:0.3em;
	margin-top:0.3em;
	}

h2	{
	font-family:"berlin Sans FB", arial;
	font-size:32px;
	line-height:15px;
	}
	
h3	{
	color: #00ff00;
	font-weight: bold;
	font-size:13px;	
	line-height:10px;
	margin:8px;
	}
	
h4	{
	color: #00ff00;
	font-weight: bold;
	font-size:12px;	
	line-height:10px;
	margin:8px;
	}

p {
	margin:6px;
	line-height:20px;
	}

img {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;	
	}
	
a {
	color:#00ff00;
	}

a:hover {
	color:#000000;
	background-color: #00ff00;
	}
	
a img	{
	border-width: 1px;
	border-color: #000000;
	}
	
a img:hover	{
	border-width: 1px;
	border-color: #00ff00;
	}	

#header	{
	color:#FFFFFF;
	font-family:"trebuchet MS", arial;
	font-size:22px;
}

#stats	{
	color:#FFFFFF;
	font-size:18px;
	font-family:"berlin Sans FB", arial;
	}
	
#archives	{
	color:#ffffff;
	font-size:15px;
	font-family:"berlin Sans FB demi", arial;
	}

#text	{
	color:#ffffff;
	font-family:"trebuchet MS", arial;
	font-size:14px;
	margin-top: 0.5em;
	margin-bottom:0.5em;
	line-height: 0.7 em;
	margin:1px;
	}
#textalt	{
	color:#00ff00;
	font-family:"trebuchet MS", arial;
	font-size:14px;
	margin-top: 0.5em;
	margin-bottom:0.5em;
	line-height: 0.7 em;
	margin:1px;
	}

.dynamic_bg	{
	background-position:center;
	background-repeat:no-repeat;
	border-color:#000000;
	border-style:solid;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	}

.blackcell	{
	color:#ffffff;
	background-color:#000000;
	}
.blackorangecell	{
	color:#DF532C;
	background-color:#000000;
	}
	
.orangecell	{color:#000000; background-color:#DF532C;}
.orangecell h3	{color:#FFFFFF; }
.orangecell h4	{color:#FFFFFF; }
	
.rbcell	{color:#ffffff;	background-color:#000000;}
.rbcell h3	{color:#990000; }
.rbcell h4	{color:#990000;	}	
.rbcell a	{color:#990000;	}

.lfcell	{color:#ffffff;	background-color:#000000;}
.lfcell h3	{color:#0e4296; }
.lfcell h4	{color:#0e4296;	}	
.lfcell a	{color:#0e4296;	}


.whitecell	{
	color:#ffffff;
	background-color:#000000;
	font-family:"trebuchet MS", arial;
	font-size:13px;
	padding:5px;
	}

.nav	{
	color:#ffffff;
	font-family:tahoma, "trebuchet MS", arial;
	font-size:18px;
	background-color:#000000;
	}
.navwhite	{
	color:#ffffff;
	font-family:tahoma, "trebuchet MS", arial;
	font-size:19px;
	background-color:#DF532C;
	}
	
.nav a	{
	color:#FFFFFF;
	}
.nav a:hover	{
	color:#000000;
	background-color:00ff00;
	}
.navwhite a:hover	{
	color:#000000;
	background-color:DF532C;
	}