@charset "iso-8859-1";
A:active {
	color: #000000;
	
}
A:link {
	color: #000000;
	
}
A:visited {
	color: #000000;
	
}
body {
    margin-top:0; margin-left:0; margin-right:0;
}
.menu {
	text-align: left;
	text-indent: 0.000000px;
	margin-top: 0px;
	margin-bottom: 0.000000px;
	margin-right: 0.000000px;
	margin-left: 5.000000px;
   	color: #548A3C; 
	font-size: 12pt; 
	font-family: Comic Sans MS, Verdana;
	font-weight: normal; 
	text-decoration: none;
	}
.nav {
    position: relative; top: 0px; 
	color: #000000; 
	font-size: 9px; 
	font-family: verdana;  
	font-weight: bold; 
	letter-spacing: -1px; 
	text-decoration: none;
	margin-left:0.000000px;
}

h1 {
	text-align: left;
	text-indent: 0.000000px;
	margin-top: 0px;
	margin-bottom: 0.000000px;
	margin-right: 0.000000px;
	margin-left: 0.000000px;
	font-size: 16.000000pt;
	font-weight: Bold;
	font-style: Regular;
	color: #548A3C;
	text-decoration: none;
	vertical-align: baseline;
	font-family: Comic Sans MS, Verdana;
}

h2 {
	text-align: left;
	text-indent: 0.000000px;
	margin-top: 20px;
	margin-bottom: 0.000000px;
	margin-right: 0.000000px;
	margin-left: 0.000000px;
	font-size: 14.000000pt;
	font-weight: Bold;
	font-style: Regular;
	color: #FF6500;
	text-decoration: none;
	vertical-align: baseline;
	font-family: Comic Sans MS, Verdana;
}

h3 {
	text-align: left;
	text-indent: 0.000000px;
	margin-top: 0px;
	margin-bottom: 0.000000px;
	margin-right: 0.000000px;
	margin-left: 0.000000px;
	font-size: 13.000000pt;
	font-weight: Bold;
	font-style: Regular;
	color: #679CC7;
	text-decoration: none;
	vertical-align: baseline;
	font-family: Comic Sans MS, Verdana;
}
h4 {
	text-align: left;
	text-indent: 0.000000px;
	margin-top: 0px;
	margin-bottom: 0.000000px;
	margin-right: 0.000000px;
	margin-left: 0.000000px;
	font-size: 12.000000pt;
	font-weight: Bold;
	font-style: Regular;
	color: #679CC7;
	text-decoration: none;
	vertical-align: baseline;
	font-family: Comic Sans MS, Verdana;
}
p.copyright {
	text-align: center;
	text-indent: 0.000000px;
	margin-top: 0.000000px;
	margin-bottom: 0.000000px;
	margin-right: 0.000000px;
	margin-left: 0.000000px;
	font-size: 10.000000px;
	font-weight: bold;
	font-style: Regular;
	color: #679CC7;
	text-decoration: none;
	vertical-align: baseline;
	text-transform: none;
	font-family: Comic Sans MS, Verdana;
}

p {
	text-align: justify;
	text-indent: 0.000000px;
	margin-top: 5.000000px;
	margin-bottom: 15.000000px;
	margin-right: 5.000000px;
	margin-left: 5.000000px;
	font-size: 12.000000pt;
	font-weight: medium;
	font-style: Regular;
	color: #666666;
	text-decoration: none;
	vertical-align: baseline;
	text-transform: none;
	font-family: Comic Sans MS, Verdana;
}
p.slogan {
	text-align: center;
	text-indent: 0.000000px;
	margin-top: 5.000000px;
	margin-bottom: 5.000000px;
	margin-right: 5.000000px;
	margin-left: 5.000000px;
	font-size: 16.000000pt;
	font-weight: medium;
	font-style: Regular;
	color: #FF6500;
	text-decoration: none;
	vertical-align: baseline;
	text-transform: none;
	font-family: Comic Sans MS, Verdana;
}
li {
	text-align: justify;
	text-indent: 0.000000px;
	margin-top: 6.000000px;
	margin-bottom: 6.000000px;
	margin-right: 5.000000px;
	margin-left: 5.000000px;
	font-size: 12.000000pt;
	font-weight: medium;
	font-style: Regular;
	color: #666666;
	text-decoration: none;
	vertical-align: baseline;
	text-transform: none;
	font-family: Comic Sans MS, Verdana;
	list-style: square;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
font: normal 10px verdana;
line-height: 1.1em;
color: black;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: normal 9px verdana;
color: #ffffff;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}