/* MAIN STYLE SHEET */
/* Insert Styles for Body, Headers, Paragraph, etc. Here */

html, body {
    scrollbar-base-color: #E2C000;
    scrollbar-arrow-color: #FFFAD8;
    scrollbar-3dlight-color: #D1B100;
    scrollbar-darkshadow-color: #293300;
    scrollbar-face-color: #548214;
    scrollbar-highlight-color: #E8AE51;
    scrollbar-shadow-color: #2B6000;
    scrollbar-track-color: #DDC254;
    background-color: #FFFFEE;
    font-family: serif, sans-serif;
    color: #000000;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}body {	font-size: 130%;	font-size: 100%\9;}	
span.tooltip {
    display: none;
}  
p.info   {
	color: #FFFFFF;
	background-color: #6A5ACD;
	font-family: sans-serif;
	font-size: 1em;
	}

hr {
    color: #000000;
    background-color: #000000;
    height: 1pt;
    text-align: center;		margin: 0 auto;
    width: 90%;
}
hr#hr80 {
    color: #000000;
    background-color: #000000;
    height:1pt;
    text-align: center;		margin: 0 auto;
    width: 65%;
}
hr#hr40 {
    color: #000000;
    background-color: #000000;
    height: 1pt;
    text-align: center;		margin: 0 auto;	
    width: 35%;
}
hr#hrnav {
    color: #003300;
    background-color: #003300;
    height: 2pt;
    text-align: center;
    width: 600px;
}

/* Insert Styles for NAV Tabs Here */

/*       Tabs on top of page  ( for MAIN Page)  */

body{margin:0}
#menubar{
	position: absolute;
	/* width declared by using uiMenubar.setWidth("auto",i); */
	left: 45px; 
/*	left: 6%;  */
	top: 10px;
	background-color: #003300;
	padding: 0;
	border-width: 1px;
	border-style: solid;
/*	border-color: #3344ee #000033 #000033 #3344ee ; */
	border-color: #fbc41a;
	clear: both;
	z-index: 200;
	white-space: nowrap;
}
.buttons{
	font-size: 18px;
/*	font-family: verdana, arial, helvetica; */
	color: #ffffee;
	cursor: default;
	border-width: 1px;
	border-style: solid;
	background-color: #003300;
	border-color:  #fbc41a;
	float: left;
	display: block;
	padding: 1px 6px 1px 6px;
	margin: 1px 1px 1px 1px;
	text-decoration: none;
	z-index: 300;
	font-weight: 800;
}
.buttonsOver{
	font-size: 18px;
	border-width: 1px;
	border-style: solid;
	float: left;
	display: block;
	text-decoration: none;
	z-index: 300;
	color: #000000;
	background-color: #cccc99;
	padding: 1px 6px 1px 6px;
	margin: 1px;
/*border-color: #3344ee #000033 #000033 #3344ee; */
	border-color: #DA5520
	cursor: default;
	font-weight: 800;
}
.buttonsDown{
	font-size: 18px;
	border-width: 1px;
	border-style: solid;
	float: left;
	display: block;
	text-decoration: none;
	z-index: 300;
	color: #000000;
	background-color: #cccc99;
	padding: 1px 5px 0px 6px;
	margin: 2px 1px 1px 2px;
/*	border-color: #3344ee #000033 #000033 #3344ee ; */
	border-color: #da5520;
	cursor: default;
	font-weight: 800;
}

.menuItem, .label{
	font-size: 18px;
	display: block;
	margin: 0;
	color: #ffffee;
	background-color: transparent;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	white-space: nowrap;
	border-color: #da5520;
	cursor: default;
	z-index: 900;
	width: 100%;
}
.label{
	background-position: center right;
	background-repeat: no-repeat;
	width: auto;
	/* mac ie needs a height for labels */
	height: 20px;
}
a.menuItem:hover {
	font-size: 18px;
	color: #000000;
	background-color: #cccc99;
	border-color: #da5520;
}
.labelOver{
	font-size: 18px;
	display: block;
	margin: 0;
	color: #000000;
	background-color: #cccc99;
	border-color: #da5520;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	white-space: nowrap;
	background-position: center right;
	background-repeat: no-repeat;
	width: auto;
	/* mac ie needs a height for labels */
	height: 20px;

}
.menu {
	border-style: solid;
	border-width: 1px;
/*	border-color: #09569C #000033 #000033 #09569C ; */
	border-color: #fbc41a ;
	position: absolute;
	top: 24px;
	background-color: #003300;
	visibility: hidden;
	z-index: 1000;
	padding: 4px 0;
}
.menu * {
	cursor: default;
}
.separator{
	margin:0px 0;
}

/*       Tabs on top of page  (except for MAIN Page)  */

ul.SiteNav2 {
    list-style-type: none;
    text-align: center;
    padding: 8px;
    margin: 0em;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
}
ul.SiteNav2 li {
   display: inline;
   line-height: 2em;
   color: #ffffee;
}
ul.SiteNav2 a {
    text-decoration: none;
    border: 1px solid #DAA520;
    padding: 0.1em 0.6em 0.1em 0.6em;
    background-color: #003300;
    white-space: nowrap;
}
ul.SiteNav2 li a:link {
    color: #FFFFee;
    text-decoration: none;
}
ul.SiteNav2 li a:visited {
    color: #ffffee;
    text-decoration: none;
}
ul.SiteNav2 li a:hover {
    color:  #000000;
    background-color: #cccc99;
    text-decoration: underline;
}
#Chosen a:link, #Chosen a:visited, #Chosen a:hover, #Chosen a:active {
	background-color: #cccc99;
	color: #000000;
}

/*   Tabs on Bottom of page  */

ul.SiteNav3 {
    list-style-type: none;
    text-align: center;
    padding: 4px;
    margin: 0em;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
}
ul.SiteNav3 li {
   display: inline;
   line-height: 1.5em;
   color: #003300
}
ul.SiteNav3 a {
    text-decoration: none;
    border: 1px solid #003300;
    padding: 0.1em 0.6em 0.1em 0.6em;
    background-color: #ffcc33;
    white-space: nowrap;
}
ul.SiteNav3 li a:link {
    color: #003300;
    text-decoration: none;
}
ul.SiteNav3 li a:visited {
    color: #003300;
    text-decoration: none;
}
ul.SiteNav3 li a:hover {
    color:  #000000;
    background-color: #eeff99;
    text-decoration: underline;
}
#Chosen2 a:link, #Chosen2 a:visited, #Chosen2 a:hover, #Chosen2 a:active {
	background-color: #eeff99;
	color: #000000;
}

/* Insert Other Styles Here */

ul.Event1 {
    list-style-type: none;
    padding: 8px;
    margin: 0em;
    margin-left: 1.5em;
    margin-top: .5em;
    margin-bottom: .5em;
    white-space: nowrap;
}
ul.List1 {
    list-style-type: none;
    padding: 8px;
    margin: 0em;
    margin-left: 10em;
    margin-top: .5em;
    margin-bottom: .5em;
    white-space: nowrap;
}
p.Note1 {
    margin: 0em;
    margin-left: 4em;
    margin-right: 5em;
    margin-top: .5em;
    margin-bottom: .5em;
    white-space: nowrap;
}
.goldbox {
	background-color: #000;
	color: #000;
	line-height: 1px;
	width: 100%;
	border-top: 1px solid #daa520;
	padding: 0px;
	margin: 0px;
}
.goldline {
	background-color: #000;
	border-top: 1px solid #daa520;
	margin-bottom: 0px;
}
img.pic1 {
border: 4px solid  #fbc41a;
}
img.pic2 {
border: 3px solid  black;
}
a:hover {
color: #F5FFFA; background:#0000CD;
}
a img{
border: 2px solid #addbe6;
}
a:hover img{
border: red;
}

/* Styles Used in 'setem.js' Email Javascript */

.emtext {
color: black;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
font-size: 12pt;
line-height: 1.5;
}
.emform {
background-color:#CCCC99;
color: black;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
font-size: 12pt;
line-height: 1.5;
}

/* End of Email Javascript Styles */

/* Styles Used in 'Web Picture Creator'  */

.textleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
}
.textright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: right;
}
.textcenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: center;
}
.main_img {
	border : 0px solid Black;
}
.main_thumb {
	border : 2px solid Red;
}
.thumb {
	border : 1px solid Black;
}
.thumb_blue {
	border : 2px solid Blue;
}

/* End Styles Used in 'Web Picture Creator'  */

/* END of  MAIN Style Sheet */
