.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}

.borderTL, .borderTR, .borderBL, .borderBR {
    width: 8px; height: 8px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -8px 0px 0px 0px; }
.borderBR { margin: -8px 0px 0px 0px; }

.orange_box_inside {
  height: 110px; /*height of box*/
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  margin: 10px;
}

.orange_box_inside_bold {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.content {
    margin: 0px;
    padding: 0px;
    border: 1px solid #FF9A35;
}
.contentWrapper {
    padding: 0px;
    border: 0px;
    width: 190px; /*width of box*/
}

.orange_box_link {
  position: relative;
  left:140px;
  color: #6597C9;
  text-decoration: none;
  font-size: 14px;
}


.orange_filled_box_inside {
  height: 420px; /*height of box*/
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  margin: 10px;
}

.orange_filled_box_inside_bold {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.contentFilled {
    margin: 0px;
    padding: 0px;
    border: 1px solid #FF9A35;
}
.contentWrapperFilled {
    padding: 0px;
    border: 0px;
    width: 140px; /*width of box*/
    background-color: #FFCC99;
}


.menu_item_odd {
  color: #FFFFFF;
  background-color: #999999;
  font-family: Arial,Helvetica,sans-serif;
  width: 160px;
  font-size: 13px;
}

.menu_item_even {
  color: #6597C9;
  background-color: #6597C9;
  font-family: Arial,Helvetica,sans-serif;
  width: 160px;
  font-size: 13px;
}

a.menu_item_even { text-decoration: none; }
a.menu_item_even:link { color: #ffffff; }
a.menu_item_even:hover { color: #ff0000; }
a.menu_item_even:visited { color: #ffffff; }

a.menu_item_odd { text-decoration: none; }
a.menu_item_odd:link { color: #ffffff; }
a.menu_item_odd:hover { color: #ff0000; }
a.menu_item_odd:visited { color: #ffffff; }

.menu_item_blue { background-color: #003399; font-family: Arial,Helvetica,sans-serif; color: #FFFFFF; font-size: 13px;}
a.menu_item_blue { text-decoration: none;}
a.menu_item_blue:link { color: #ffffff; }
a.menu_item_blue:hover { color: #ff0000; }


.pageHeader {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 10px;
  }
  
.noticetext {
  color: red;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.noticetext A {
  text-decoration: underline;
  color: #003366;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.noticetext A:hover {
  color: red;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
}

  
.subHeader {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  margin: 10px;
  font-weight: bold;
  position: relative;
  left:30px;
}

.subContent {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  left:40px;
}


.normalContent {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.caption {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
}

.redHeader {
  color: #ff0000;
  font-size: 1.3em;
}	

.error {
  color: #ff0000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.smallContent {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size:10px;
}

.orange_filledB_box_inside {
  height: 420px; /*height of box*/
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  margin: 10px;
}

.orange_filledB_box_inside_bold {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.contentFilledB {
    margin: 0px;
    padding: 0px;
    border: 1px solid #FF9A35;
}
.contentWrapperFilledB {
    padding: 0px;
    border: 0px;
    width: 600px; /*width of box*/
    background-color: #FFCC99;
}

/* used in store, donation history */
.row { padding: 7px 5px 7px 5px; }
.row0 { background: #fff; }
.row1 { background: #e6eff5; }