/* Font Styles */

a, p, ol, ul, dl, li, h1, h2, h3, h4, h5, h6, 
.p,
.lightgreen, 
.lightgreen2orange, 
.lightgreen2white,
.lightgreen2lightgreen,
.lightgreen2darkgreen,
.darkgreen2lightgreen,
.orange2lightgreen, 
.orange2white, 
.darkgreen, 
.darkgreentop, 
.orange,
.white,
.orangetop,
.botnav,
.credit,
.rnav,
.date,
.lgtiny,
.photocredit,
.redbutt {
	font-family: Arial, Helvetica, Sans-serif;
}

/* Global Sizes */
h1 { font-size: 18px }
h2 { font-size: 16px; font-weight: 100 }
h3 { font-size: 15px; }
h4 { font-size: 15px;  font-weight: normal }
p, ol, ul, dl, li, .p { font-size: 12px; color: #000000 }
.intro { font-size: 15px }

/* Botched subtitle Fonts - because designs prevent use of h1, h2, h3, etc ... */
.h2 { font-size: 16px;  font-weight: 100 }
.h3 { font-size: 15px; }
.h4 { font-size: 15px; font-weight: normal }

cite { font-size: 11px; font-style: normal; font-weight: normal; }
cite { color: #999999 }

/* Global Colors & Styles */
.botnav {
	font-size: 10px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 6px;
	padding-top: 0px;
	color: #993300;
}
.botnav a { color: #993300; text-decoration: none}
.botnav a:visited { color: #993300; }
.botnav a:hover { text-decoration: underline}

.credit {
	border-color: #CCCC99 #999966 #999966 #CCCC99;
	border-style: solid;
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
	color: #993300;
	background-color: #CCCC99;
	font-size: 10px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 6px;
	padding-top: 0px;
}
.credit a { color: #993300; text-decoration: none}
.credit a:visited { color: #993300; }
.credit a:hover { text-decoration: underline}

.rnav { font-size: 11px; }

/* Left Menu Styles */

/* CONTAINS WHOLE LEFT NAV */
.lnav {
	background-color: #CCCC99;
	background-image: url(../images/bg.gif);
	background-position: right top;
	background-repeat: repeat-y;
}


/* Padding, Font & Border sizes */
.lightgreen, .darkgreen, .orange, .white {
	font-size: 12px;
	padding-bottom: 1px;
	padding-left: 7px;
	padding-right: 3px;
	padding-top: 1px;
}

/* Sizes for transitional styles */
.lightgreen2orange,
.orange2lightgreen,
.orange2white,
.darkgreen2lightgreen,
.lightgreen2white,
.lightgreen2lightgreen,
.lightgreen2darkgreen,
.lightgreenform {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 3px;
	padding-top: 1px;
}

/* Light Green */
.lightgreen, .lightgreenform {
	background-color: #CCCC99;
	color: #333300;
}
.lightgreen a { color: #993300; font-weight: bold; text-decoration: none; font-weight: normal;}
.lightgreen a:visited { color: #993300; }
.lightgreen a:hover { color: #FFFFFF; }

/* Dark Green */
.darkgreen {
	background-color: #669966;
	color: #333300;
}
.darkgreen a { color: #003300; font-weight: bold; text-decoration: none; font-weight: normal;}
.darkgreen a:visited { color: #003300; }
.darkgreen a:hover { color: #FFFFFF; }

/* Orange */
.orange {
	background-color: #CC9933;
	color: #663300;
}
.orange a { color: #663300; font-weight: bold; text-decoration: none; font-weight: normal;}
.orange a:visited { color: #663300; }
.orange a:hover { color: #FFFFFF; }

/* White */
.white {
	background-color: #CCCC99;
	color: #333300;
}
.white a { color: #333300; font-weight: bold; text-decoration: none; font-weight: normal;}
.white a:visited { color: #663300; }
.white a:hover { color: #FFFFFF; }


/* Transitions */
.lightgreen2orange {
	background-color: #CCCC99;
	color: #333300;
	background-image: url(../images/cc9933.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.lightgreen2white {
	background-color: #CCCC99;
	color: #333300;
	background-image: url(../images/ffffff.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.lightgreen2lightgreen {
	background-color: #CCCC99;
	color: #333300;
	background-image: url(../images/cccc99.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.lightgreen2darkgreen {
	background-color: #CCCC99;
	color: #333300;
	background-image: url(../images/669966.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.orange2lightgreen {
	background-color: #CC9933;
	color: #663300;
	background-image: url(../images/cccc99.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.orange2white {
	background-color: #CC9933;
	color: #663300;
	background-image: url(../images/ffffff.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.darkgreen2lightgreen {
	background-color: #669966;
	color: #FFFFFF;
	background-image: url(../images/cccc99.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

/* Anomalous styles */

.lightgreenform a { color: #993300; font-weight: bold; text-decoration: none;}
.lightgreenform a:visited { color: #993300; }
.lightgreenform a:hover { text-decoration: underline; }

.date, .topbar1, .topbar2 { font-size: 10px }
.lgtiny { font-size: 10px }
.photocredit {font-size: 10px}

.redbutt { font-size: 11px; color: #FFFFFF; background-color: #CC6633; }
.redbutt a { color: #FFFFFF; text-decoration: none; }
.redbutt a:visited { color: #FFFFFF; }
.redbutt a:hover { color: #000000; text-decoration: none; }

/* Annoying extra style to go inside an H1 tag .. */
small { font-size: 12px; font-weight: bold; color: #000000; }
ul {  list-style-image: url(../images/bullet.gif)}
hr {  color: #006633; height:1px }
.h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #996600}
.h2b { font-size: 16px; font-weight: bold; color: #006633}
