/* =================================================================== */
/* body style for the page */

body {
	font-family: Arial, Verdana, "Lucida Grande", Geneva, Lucida, Helvetica, sans-serif;
	font-size: 85%; /* fixes IE font sizing bug */
	background-color: #538053;
}
.rapper {
	background-color: #FFFFE1;
	border: 2px solid #FFFFFF;
	padding: 10px;
}

h2 {
	font-size: 14pt;
	color: #000000;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
}
h3 {
	font-size: 14pt;
	color: #000000;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
}
h5 {
  font-size: 9pt;
  text-align: center;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bottomchunk {
	background-color: #FFFFCC;
	padding: 2px;
	border: medium solid #669966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
}



/* =================================================================== */
/* links */

a:link {
	font-weight: bold;
	color: #900;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
}

a:active {
	text-decoration: underline;
	color: #003809;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #003809;
	font-weight: bold;
}
.emphasize {
	font-size: 120%;
	font-weight: bold;
}
.pageheader {
	color: #FFFFFF;
	background-color: #006633;
	border: 2px solid #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.chunkblue {
	background-color: #E8E8FF;
	padding: 10px;
	border: 1px solid #0000FF;
	font-size: 14px;
}
.chunkgreen {
	background-color: #ECF2EC;
	padding: 10px;
	border: 1px solid #006633;
}
.palebluechunk {
	color: #00F;
	background-color: #6EC7E5;
	font-size: 18px;
}




#topnav {
	color: #003300;
	font-size: 100%;
	background-color: #659A65;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006633;
	border-right-color: #006633;
	border-bottom-color: #006633;
	border-left-color: #006633;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
.headertop {
	border: 2px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}


#topnav a:link {
  text-decoration: none;
  color: #FFFFCC;
}

#topnav   a:visited {
  text-decoration: none;
  color: #FFFFCC;
}

#topnav a:active {
  text-decoration: none;
  color: #FFFFCC;
}

#topnav  a:hover {
  text-decoration: none;
  color: #006633;
  background-color: #a5c6a5;
}


/* =================================================================== */
#bottombar {
  color: #ffffcc;
  font-size: 9pt;

}

a.bottombar:link {
  text-decoration: underline;
  color: #ffffcc;
  font-size: 9pt;
}

a.bottombar:visited {
  text-decoration: underline;
  color: #ffffcc;
  font-size: 9pt;
}

a.bottombar:active {
  text-decoration: underline;
  color: #ffffcc;
  font-size: 9pt;
}

a.bottombar:hover {
  text-decoration: underline;
  color: #ffffcc;
  background-color: #a5c6a5;
  font-size: 9pt;
}


/* =================================================================== */
/* boxes */

.topboxbar {
  border: 0px;
  background-image: url(images/title_bar.gif);
  color: #FFFFCC;
}

.rightsideboxbar {
	background-image: url(images/vstrip.gif);
	background-repeat: repeat-y;
	padding: 4px;
}

.leftsideboxbar {
  background-image: url(images/vstrip.gif);
  background-repeat: repeat-y;
  padding-left: 0px;
}

.bottomboxbar {
  background-image: url(images/hstrip.gif);
}




.content {
	text-align: center;
}
.bottombar {
	font-size: 9pt;
	font-style: italic;
	color: #ffffcc;
}
.chunk {
	padding: 10px;
	border: 1px solid #669966;
}
.chunkorange {
	background-color: #FFECDF;
	padding: 10px;
	border: 1px solid #FF6600;
	font-size: 18px;
}
.chunkred {
	border: 5px double #CC0000;
	padding: 10px;
	background-color: #FFD9D9;
}
.chunkbluesolid {
	background-color: #8A8AFF;
	border: thin solid #00C;
}
.chunkredsolid {
	font-size: 18px;
	color: #FFF;
	background-color: #F00;
}
.chunkgreensolid {
	font-size: 18px;
	color: #FFF;
	background-color: #060;
}
.chunkorangesolid {
	font-size: 18px;
	color: #FFF;
	background-color: #F30;
}
.chunkpurplesolid {
	font-size: 18px;
	color: #FFF;
	background-color: #303;
}
.chunkyellowsolid {
	font-size: 18px;
	color: #FFF;
	background-color: #CC0;
}
.chunklightredsolid {
	font-size: 18px;
	color: #FFF;
	background-color: #FF4848;
}
.chunklightbluesolid {
	font-size: 18px;
	color: #FFF;
	background-color: #5353FF;
}


.chunksoliddarkblue {
	color: #FFF;
	background-color: #006;
	font-size: 18px;
}
.chunkdarkgreensolid {
	font-size: 18px;
	color: #FFF;
	background-color: #003809;
}
.limegreenchunk {
	font-size: 18px;
	background-color: #A4FB44;
	color: #0F0;
}
.chunkyellowlight {
	background-color: #FFFF3C;
	border: medium ridge #FC0;
}
